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

/external/qemu/tcg/
H A Dtcg-op.h435 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 offse
[all...]
H A Dtcg.h44 typedef int32_t tcg_target_long; typedef
49 typedef int64_t tcg_target_long; typedef
429 tcg_target_long val;
H A 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) &
1791 ~(sizeof(tcg_target_long) - 1);
1793 if (s->current_frame_offset + (tcg_target_long)sizeof(tcg_target_long) >
1800 s->current_frame_offset += sizeof(tcg_target_long);
2283 call_stack_size = (nb_params - nb_regs) * sizeof(tcg_target_long);
2297 stack_offset -= sizeof(tcg_target_long);
[all...]
H A Doptimize.c733 mask = ((tcg_target_long)temps[args[1]].mask
/external/qemu/tcg/i386/
H A Dtcg-target.c226 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)
1233 /* Note that the helpers have zero-extended to tcg_target_long. */
/external/qemu/target-arm/
H A Dtranslate.c3509 tcg_gen_exit_tb((tcg_target_long)tb + n);

Completed in 302 milliseconds