Home | History | Annotate | Download | only in tcg

Lines Matching refs:tcg_gen_ld_i32

451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
816 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
823 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
833 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset);
834 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4);
836 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
837 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset + 4);
2307 #define tcg_gen_ld_ptr tcg_gen_ld_i32
2459 #define tcg_gen_ld32u_tl tcg_gen_ld_i32
2460 #define tcg_gen_ld32s_tl tcg_gen_ld_i32
2461 #define tcg_gen_ld_tl tcg_gen_ld_i32