Searched refs:tcg_gen_ldst_op_i32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 159 static void DNI tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, in tcg_gen_ldst_op_i32() function 1426 tcg_gen_ldst_op_i32(INDEX_op_ld8u_i32, ret, arg2, offset); in tcg_gen_ld8u_i32() 1431 tcg_gen_ldst_op_i32(INDEX_op_ld8s_i32, ret, arg2, offset); in tcg_gen_ld8s_i32() 1436 tcg_gen_ldst_op_i32(INDEX_op_ld16u_i32, ret, arg2, offset); in tcg_gen_ld16u_i32() 1441 tcg_gen_ldst_op_i32(INDEX_op_ld16s_i32, ret, arg2, offset); in tcg_gen_ld16s_i32() 1446 tcg_gen_ldst_op_i32(INDEX_op_ld_i32, ret, arg2, offset); in tcg_gen_ld_i32() 1451 tcg_gen_ldst_op_i32(INDEX_op_st8_i32, arg1, arg2, offset); in tcg_gen_st8_i32() 1456 tcg_gen_ldst_op_i32(INDEX_op_st16_i32, arg1, arg2, offset); in tcg_gen_st16_i32() 1461 tcg_gen_ldst_op_i32(INDEX_op_st_i32, arg1, arg2, offset); in tcg_gen_st_i32()
|