Searched defs:tcg_gen_st_i32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg-op.h442 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) function
832 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset);
839 tcg_gen_st_i32(TCGV_HIGH(arg1), arg2, offset);
840 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset + 4);
842 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset);
843 tcg_gen_st_i32(TCGV_HIGH(arg1), arg2, offset + 4);
2401 #define tcg_gen_st32_tl tcg_gen_st_i32
2402 #define tcg_gen_st_tl tcg_gen_st_i32

Completed in 1178 milliseconds