OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_target_long
(Results
1 - 6
of
6
) sorted by null
/external/qemu/tcg/
tcg-op.h
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)
460
static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2,
tcg_target_long
offset)
465
static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2,
tcg_target_long
offset)
470
static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2,
tcg_target_long
offset)
815
tcg_target_long
offset)
822
tcg_target_long
offset
[
all
...]
tcg.h
44
typedef int32_t
tcg_target_long
;
typedef
49
typedef int64_t
tcg_target_long
;
typedef
429
tcg_target_long
val;
tcg.c
99
TCGReg ret,
tcg_target_long
arg);
104
static int tcg_target_const_match(
tcg_target_long
val,
[
all
...]
optimize.c
733
mask = ((
tcg_target_long
)temps[args[1]].mask
[
all
...]
/external/qemu/tcg/i386/
tcg-target.c
226
static inline int tcg_target_const_match(
tcg_target_long
val,
549
TCGReg ret,
tcg_target_long
arg)
551
tcg_target_long
diff;
581
static inline void tcg_out_pushi(TCGContext *s,
tcg_target_long
val)
619
tcg_target_long
ofs,
tcg_target_long
val)
693
tcg_target_long
val, int cf)
753
static void tcg_out_addi(TCGContext *s, int reg,
tcg_target_long
val)
[
all
...]
/external/qemu/target-arm/
translate.c
[
all
...]
Completed in 75 milliseconds