OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGv_ptr
(Results
1 - 7
of
7
) sorted by null
/external/qemu/tcg/
tcg-op.h
123
TCGv_ptr
base, TCGArg offset)
132
TCGv_ptr
base, TCGArg offset)
393
TCGv_ptr
fn;
408
TCGv_ptr
fn;
422
TCGv_ptr
fn;
435
static inline void tcg_gen_ld8u_i32(TCGv_i32 ret,
TCGv_ptr
arg2, tcg_target_long offset)
440
static inline void tcg_gen_ld8s_i32(TCGv_i32 ret,
TCGv_ptr
arg2, tcg_target_long offset)
445
static inline void tcg_gen_ld16u_i32(TCGv_i32 ret,
TCGv_ptr
arg2, tcg_target_long offset)
450
static inline void tcg_gen_ld16s_i32(TCGv_i32 ret,
TCGv_ptr
arg2, tcg_target_long offset)
455
static inline void tcg_gen_ld_i32(TCGv_i32 ret,
TCGv_ptr
arg2, tcg_target_long offset
[
all
...]
tcg.h
264
and TCGv_i64 are 32/64-bit variables respectively. TCGv and
TCGv_ptr
286
}
TCGv_ptr
;
293
({
TCGv_ptr
make_tcgv_tmp = {i}; make_tcgv_tmp; })
307
#define
TCGv_ptr
TCGv_i32
309
#define
TCGv_ptr
TCGv_i64
698
void tcg_gen_callN(TCGContext *s,
TCGv_ptr
func, unsigned int flags,
tcg.c
659
void tcg_gen_callN(TCGContext *s,
TCGv_ptr
func, unsigned int flags,
[
all
...]
/external/qemu/include/exec/
def-helper.h
66
#define dh_retvar_decl0_ptr
TCGv_ptr
retval
73
#define dh_retvar_decl_ptr
TCGv_ptr
retval,
/external/qemu/target-arm/
translate.c
85
static
TCGv_ptr
cpu_env;
519
TCGv_ptr
tmp;
566
TCGv_ptr
tmp;
900
static
TCGv_ptr
get_fpstatus_ptr(int neon)
902
TCGv_ptr
statusptr = tcg_temp_new_ptr();
916
TCGv_ptr
fpst = get_fpstatus_ptr(0); \
935
TCGv_ptr
fpst = get_fpstatus_ptr(0);
1004
TCGv_ptr
statusptr = get_fpstatus_ptr(neon); \
1020
TCGv_ptr
statusptr = get_fpstatus_ptr(neon); \
1039
TCGv_ptr
statusptr = get_fpstatus_ptr(neon);
[
all
...]
/external/qemu/target-i386/
translate.c
76
static
TCGv_ptr
cpu_env;
83
static
TCGv_ptr
cpu_ptr0, cpu_ptr1;
[
all
...]
/external/qemu/target-mips/
translate.c
428
static
TCGv_ptr
cpu_env;
562
TCGv_ptr
addr = tcg_temp_new_ptr();
584
TCGv_ptr
addr = tcg_temp_new_ptr();
[
all
...]
Completed in 194 milliseconds