OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGv_i32
(Results
1 - 8
of
8
) sorted by null
/external/qemu/
gen-icount.h
10
TCGv_i32
count;
38
TCGv_i32
tmp = tcg_const_i32(1);
45
TCGv_i32
tmp = tcg_const_i32(0);
def-helper.h
61
#define dh_retvar_decl0_i32
TCGv_i32
retval
67
#define dh_retvar_decl_i32
TCGv_i32
retval,
/external/qemu/tcg/
tcg-op.h
28
static inline void tcg_gen_op1_i32(TCGOpcode opc,
TCGv_i32
arg1)
46
static inline void tcg_gen_op2_i32(TCGOpcode opc,
TCGv_i32
arg1,
TCGv_i32
arg2)
60
static inline void tcg_gen_op2i_i32(TCGOpcode opc,
TCGv_i32
arg1, TCGArg arg2)
81
static inline void tcg_gen_op3_i32(TCGOpcode opc,
TCGv_i32
arg1,
TCGv_i32
arg2,
82
TCGv_i32
arg3)
99
static inline void tcg_gen_op3i_i32(TCGOpcode opc,
TCGv_i32
arg1,
100
TCGv_i32
arg2, TCGArg arg3)
117
static inline void tcg_gen_ldst_op_i32(TCGOpcode opc,
TCGv_i32
val
[
all
...]
tcg.h
132
In additon we do typechecking for different types of variables.
TCGv_i32
146
}
TCGv_i32
;
154
({
TCGv_i32
make_tcgv_tmp = {i}; make_tcgv_tmp;})
166
typedef int
TCGv_i32
;
369
TCGv_i32
tcg_global_reg_new_i32(int reg, const char *name);
370
TCGv_i32
tcg_global_mem_new_i32(int reg, tcg_target_long offset,
372
TCGv_i32
tcg_temp_new_internal_i32(int temp_local);
373
static inline
TCGv_i32
tcg_temp_new_i32(void)
377
static inline
TCGv_i32
tcg_temp_local_new_i32(void)
381
void tcg_temp_free_i32(
TCGv_i32
arg)
[
all
...]
tcg.c
320
TCGv_i32
tcg_global_reg_new_i32(int reg, const char *name)
397
TCGv_i32
tcg_global_mem_new_i32(int reg, tcg_target_long offset,
470
TCGv_i32
tcg_temp_new_internal_i32(int temp_local)
510
void tcg_temp_free_i32(
TCGv_i32
arg)
520
TCGv_i32
tcg_const_i32(int32_t val)
522
TCGv_i32
t0;
536
TCGv_i32
tcg_const_local_i32(int32_t val)
538
TCGv_i32
t0;
735
TCGv_i32
t0, t1;
803
char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size,
TCGv_i32
arg
[
all
...]
/external/qemu/target-arm/
translate-android.h
297
TCGv_i32
tmpTb = tcg_temp_new_i32();
translate.c
93
static
TCGv_i32
cpu_R[16];
94
static
TCGv_i32
cpu_exclusive_addr;
95
static
TCGv_i32
cpu_exclusive_val;
96
static
TCGv_i32
cpu_exclusive_high;
98
static
TCGv_i32
cpu_exclusive_test;
99
static
TCGv_i32
cpu_exclusive_info;
[
all
...]
/external/qemu/target-i386/
translate.c
65
static
TCGv_i32
cpu_cc_op;
71
static
TCGv_i32
cpu_tmp2_i32, cpu_tmp3_i32;
717
static void gen_helper_in_func(int ot, TCGv v,
TCGv_i32
n)
727
static void gen_helper_out_func(int ot,
TCGv_i32
v,
TCGv_i32
n)
[
all
...]
Completed in 1318 milliseconds