Lines Matching refs:tcg_target_long
392 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helperN()
408 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper32()
421 fn = tcg_const_ptr((tcg_target_long)func); in tcg_gen_helper64()
431 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i32()
436 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8s_i32()
441 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i32()
446 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i32()
451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld_i32()
456 static inline void tcg_gen_st8_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st8_i32()
461 static inline void tcg_gen_st16_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st16_i32()
466 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st_i32()
786 tcg_target_long offset) in tcg_gen_ld8u_i64()
793 tcg_target_long offset) in tcg_gen_ld8s_i64()
800 tcg_target_long offset) in tcg_gen_ld16u_i64()
807 tcg_target_long offset) in tcg_gen_ld16s_i64()
814 tcg_target_long offset) in tcg_gen_ld32u_i64()
821 tcg_target_long offset) in tcg_gen_ld32s_i64()
828 tcg_target_long offset) in tcg_gen_ld_i64()
842 tcg_target_long offset) in tcg_gen_st8_i64()
848 tcg_target_long offset) in tcg_gen_st16_i64()
854 tcg_target_long offset) in tcg_gen_st32_i64()
860 tcg_target_long offset) in tcg_gen_st_i64()
1067 tcg_target_long offset) in tcg_gen_ld8u_i64()
1073 tcg_target_long offset) in tcg_gen_ld8s_i64()
1079 tcg_target_long offset) in tcg_gen_ld16u_i64()
1085 tcg_target_long offset) in tcg_gen_ld16s_i64()
1091 tcg_target_long offset) in tcg_gen_ld32u_i64()
1097 tcg_target_long offset) in tcg_gen_ld32s_i64()
1102 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_i64 arg2, tcg_target_long offset) in tcg_gen_ld_i64()
1108 tcg_target_long offset) in tcg_gen_st8_i64()
1114 tcg_target_long offset) in tcg_gen_st16_i64()
1120 tcg_target_long offset) in tcg_gen_st32_i64()
1125 static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_i64 arg2, tcg_target_long offset) in tcg_gen_st_i64()
2179 static inline void tcg_gen_exit_tb(tcg_target_long val) in tcg_gen_exit_tb()