OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcg_const_i32
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
gen-icount.h
38
TCGv_i32 tmp =
tcg_const_i32
(1);
45
TCGv_i32 tmp =
tcg_const_i32
(0);
/external/qemu/target-i386/
translate.c
767
gen_helper_svm_check_io(cpu_tmp2_i32,
tcg_const_i32
(svm_flags),
768
tcg_const_i32
(next_eip - cur_eip));
[
all
...]
/external/qemu/tcg/
tcg-op.h
482
TCGv_i32 t0 =
tcg_const_i32
(arg2);
495
TCGv_i32 t0 =
tcg_const_i32
(arg1);
506
TCGv_i32 t0 =
tcg_const_i32
(arg2);
529
TCGv_i32 t0 =
tcg_const_i32
(arg2);
552
TCGv_i32 t0 =
tcg_const_i32
(arg2);
573
TCGv_i32 t0 =
tcg_const_i32
(arg2);
589
TCGv_i32 t0 =
tcg_const_i32
(arg2);
605
TCGv_i32 t0 =
tcg_const_i32
(arg2);
621
TCGv_i32 t0 =
tcg_const_i32
(arg2);
636
TCGv_i32 t0 =
tcg_const_i32
(arg2)
[
all
...]
tcg.h
462
#define tcg_const_ptr
tcg_const_i32
495
TCGv_i32
tcg_const_i32
(int32_t val);
tcg.c
520
TCGv_i32
tcg_const_i32
(int32_t val)
function
[
all
...]
/external/qemu/target-arm/
translate.c
207
TCGv tmp_mask =
tcg_const_i32
(mask);
1043
TCGv tmp_shift =
tcg_const_i32
(shift); \
[
all
...]
/external/qemu/target-mips/
translate.c
439
TCGv_i32 helper_tmp =
tcg_const_i32
(arg); \
445
TCGv_i32 helper_tmp =
tcg_const_i32
(arg2); \
451
TCGv_i32 helper_tmp =
tcg_const_i32
(arg3); \
457
TCGv_i32 helper_tmp =
tcg_const_i32
(arg4); \
790
TCGv_i32 texcp =
tcg_const_i32
(excp);
791
TCGv_i32 terr =
tcg_const_i32
(err);
[
all
...]
Completed in 131 milliseconds