Searched refs:tcg_gen_op4i_i32 (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 173 static inline void tcg_gen_op4i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op4i_i32() function 644 tcg_gen_op4i_i32(INDEX_op_setcond_i32, ret, arg1, arg2, cond); in tcg_gen_setcond_i32() 2195 tcg_gen_op4i_i32(INDEX_op_qemu_ld8u, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld8u() 2206 tcg_gen_op4i_i32(INDEX_op_qemu_ld8s, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld8s() 2217 tcg_gen_op4i_i32(INDEX_op_qemu_ld16u, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld16u() 2228 tcg_gen_op4i_i32(INDEX_op_qemu_ld16s, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld16s() 2239 tcg_gen_op4i_i32(INDEX_op_qemu_ld32, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld32u() 2250 tcg_gen_op4i_i32(INDEX_op_qemu_ld32, TCGV_LOW(ret), TCGV_LOW(addr), in tcg_gen_qemu_ld32s() 2259 tcg_gen_op4i_i32(INDEX_op_qemu_ld64, TCGV_LOW(ret), TCGV_HIGH(ret), addr, mem_index); in tcg_gen_qemu_ld64() 2271 tcg_gen_op4i_i32(INDEX_op_qemu_st8, TCGV_LOW(arg), TCGV_LOW(addr), in tcg_gen_qemu_st8() [all …]
|