Home
last modified time | relevance | path

Searched refs:tcg_gen_ldst_op_i32 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg-op.c152 static void DNI tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, in tcg_gen_ldst_op_i32() function
1419 tcg_gen_ldst_op_i32(INDEX_op_ld8u_i32, ret, arg2, offset); in tcg_gen_ld8u_i32()
1424 tcg_gen_ldst_op_i32(INDEX_op_ld8s_i32, ret, arg2, offset); in tcg_gen_ld8s_i32()
1429 tcg_gen_ldst_op_i32(INDEX_op_ld16u_i32, ret, arg2, offset); in tcg_gen_ld16u_i32()
1434 tcg_gen_ldst_op_i32(INDEX_op_ld16s_i32, ret, arg2, offset); in tcg_gen_ld16s_i32()
1439 tcg_gen_ldst_op_i32(INDEX_op_ld_i32, ret, arg2, offset); in tcg_gen_ld_i32()
1444 tcg_gen_ldst_op_i32(INDEX_op_st8_i32, arg1, arg2, offset); in tcg_gen_st8_i32()
1449 tcg_gen_ldst_op_i32(INDEX_op_st16_i32, arg1, arg2, offset); in tcg_gen_st16_i32()
1454 tcg_gen_ldst_op_i32(INDEX_op_st_i32, arg1, arg2, offset); in tcg_gen_st_i32()