Home | History | Annotate | Download | only in tcg

Lines Matching refs:TCGv_ptr

118                                        TCGv_ptr base, TCGArg offset)
127 TCGv_ptr base, TCGArg offset)
391 TCGv_ptr fn;
406 TCGv_ptr fn;
419 TCGv_ptr fn;
431 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
436 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
441 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
446 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
456 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
461 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
466 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset)
785 static inline void tcg_gen_ld8u_i64(TCGv_i64 ret, TCGv_ptr arg2,
792 static inline void tcg_gen_ld8s_i64(TCGv_i64 ret, TCGv_ptr arg2,
799 static inline void tcg_gen_ld16u_i64(TCGv_i64 ret, TCGv_ptr arg2,
806 static inline void tcg_gen_ld16s_i64(TCGv_i64 ret, TCGv_ptr arg2,
813 static inline void tcg_gen_ld32u_i64(TCGv_i64 ret, TCGv_ptr arg2,
820 static inline void tcg_gen_ld32s_i64(TCGv_i64 ret, TCGv_ptr arg2,
827 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_ptr arg2,
841 static inline void tcg_gen_st8_i64(TCGv_i64 arg1, TCGv_ptr arg2,
847 static inline void tcg_gen_st16_i64(TCGv_i64 arg1, TCGv_ptr arg2,
853 static inline void tcg_gen_st32_i64(TCGv_i64 arg1, TCGv_ptr arg2,
859 static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2,