Home
last modified time | relevance | path

Searched refs:tcg_target_long (Results 1 – 6 of 6) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h435 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i32()
440 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8s_i32()
445 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i32()
450 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i32()
455 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld_i32()
460 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st8_i32()
465 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st16_i32()
470 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st_i32()
815 tcg_target_long offset) in tcg_gen_ld8u_i64()
822 tcg_target_long offset) in tcg_gen_ld8s_i64()
[all …]
Dtcg.h44 typedef int32_t tcg_target_long; typedef
49 typedef int64_t tcg_target_long; typedef
429 tcg_target_long val;
Dtcg.c99 TCGReg ret, tcg_target_long arg);
104 static int tcg_target_const_match(tcg_target_long val,
1790 (tcg_target_long)sizeof(tcg_target_long) - 1) & in temp_allocate_frame()
1791 ~(sizeof(tcg_target_long) - 1); in temp_allocate_frame()
1793 if (s->current_frame_offset + (tcg_target_long)sizeof(tcg_target_long) > in temp_allocate_frame()
1800 s->current_frame_offset += sizeof(tcg_target_long); in temp_allocate_frame()
2283 call_stack_size = (nb_params - nb_regs) * sizeof(tcg_target_long); in tcg_reg_alloc_call()
2297 stack_offset -= sizeof(tcg_target_long); in tcg_reg_alloc_call()
2320 stack_offset += sizeof(tcg_target_long); in tcg_reg_alloc_call()
Doptimize.c733 mask = ((tcg_target_long)temps[args[1]].mask in tcg_constant_folding()
/external/qemu/tcg/i386/
Dtcg-target.c226 static inline int tcg_target_const_match(tcg_target_long val, in tcg_target_const_match()
549 TCGReg ret, tcg_target_long arg) in tcg_out_movi()
551 tcg_target_long diff; in tcg_out_movi()
581 static inline void tcg_out_pushi(TCGContext *s, tcg_target_long val) in tcg_out_pushi()
619 tcg_target_long ofs, tcg_target_long val) in tcg_out_sti()
693 tcg_target_long val, int cf) in tgen_arithi()
753 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi()
/external/qemu/target-arm/
Dtranslate.c3509 tcg_gen_exit_tb((tcg_target_long)tb + n); in gen_goto_tb()