OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGv_i64
(Results
1 - 8
of
8
) sorted by null
/external/qemu/tcg/
tcg-op.h
34
static inline void tcg_gen_op1_i64(TCGOpcode opc,
TCGv_i64
arg1)
53
static inline void tcg_gen_op2_i64(TCGOpcode opc,
TCGv_i64
arg1,
TCGv_i64
arg2)
67
static inline void tcg_gen_op2i_i64(TCGOpcode opc,
TCGv_i64
arg1, TCGArg arg2)
90
static inline void tcg_gen_op3_i64(TCGOpcode opc,
TCGv_i64
arg1,
TCGv_i64
arg2,
91
TCGv_i64
arg3)
108
static inline void tcg_gen_op3i_i64(TCGOpcode opc,
TCGv_i64
arg1,
109
TCGv_i64
arg2, TCGArg arg3)
126
static inline void tcg_gen_ldst_op_i64(TCGOpcode opc,
TCGv_i64
val
[
all
...]
tcg.h
133
and
TCGv_i64
are 32/64-bit variables respectively. TCGv and TCGv_ptr
151
}
TCGv_i64
;
156
({
TCGv_i64
make_tcgv_tmp = {i}; make_tcgv_tmp;})
167
typedef int
TCGv_i64
;
384
TCGv_i64
tcg_global_reg_new_i64(int reg, const char *name);
385
TCGv_i64
tcg_global_mem_new_i64(int reg, tcg_target_long offset,
387
TCGv_i64
tcg_temp_new_internal_i64(int temp_local);
388
static inline
TCGv_i64
tcg_temp_new_i64(void)
392
static inline
TCGv_i64
tcg_temp_local_new_i64(void)
396
void tcg_temp_free_i64(
TCGv_i64
arg)
[
all
...]
tcg.c
328
TCGv_i64
tcg_global_reg_new_i64(int reg, const char *name)
406
TCGv_i64
tcg_global_mem_new_i64(int reg, tcg_target_long offset,
478
TCGv_i64
tcg_temp_new_internal_i64(int temp_local)
515
void tcg_temp_free_i64(
TCGv_i64
arg)
528
TCGv_i64
tcg_const_i64(int64_t val)
530
TCGv_i64
t0;
544
TCGv_i64
tcg_const_local_i64(int64_t val)
546
TCGv_i64
t0;
611
TCGv_i64
temp = tcg_temp_new_i64();
612
TCGv_i64
orig = MAKE_TCGV_I64(args[i])
[
all
...]
/external/qemu/target-mips/
translate.c
615
static inline void gen_load_fpr64 (DisasContext *ctx,
TCGv_i64
t, int reg)
630
static inline void gen_store_fpr64 (DisasContext *ctx,
TCGv_i64
t, int reg)
635
TCGv_i64
t0 = tcg_temp_new_i64();
[
all
...]
/external/qemu/target-arm/
translate-android.h
296
TCGv_i64
tmpNum = tcg_temp_new_i64();
305
TCGv_i64
tmpNum = tcg_temp_new_i64();
306
TCGv_i64
tmpTb = tcg_temp_new_i64();
translate.c
92
static
TCGv_i64
cpu_V0, cpu_V1, cpu_M0;
104
static
TCGv_i64
cpu_F0d, cpu_F1d;
290
static
TCGv_i64
gen_addq_msw(
TCGv_i64
a, TCGv b)
292
TCGv_i64
tmp64 = tcg_temp_new_i64();
304
static
TCGv_i64
gen_subq_msw(
TCGv_i64
a, TCGv b)
306
TCGv_i64
tmp64 = tcg_temp_new_i64();
320
static
TCGv_i64
gen_mulu_i64_i32(TCGv a, TCGv b)
322
TCGv_i64
tmp1 = tcg_temp_new_i64()
[
all
...]
/external/qemu/
def-helper.h
62
#define dh_retvar_decl0_i64
TCGv_i64
retval
68
#define dh_retvar_decl_i64
TCGv_i64
retval,
/external/qemu/target-i386/
translate.c
73
static
TCGv_i64
cpu_tmp1_i64;
[
all
...]
Completed in 187 milliseconds