Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op.c165 static void DNI tcg_gen_ldst_op_i64(TCGOpcode opc, TCGv_i64 val, in tcg_gen_ldst_op_i64() function
1510 tcg_gen_ldst_op_i64(INDEX_op_ld8u_i64, ret, arg2, offset); in tcg_gen_ld8u_i64()
1520 tcg_gen_ldst_op_i64(INDEX_op_ld8s_i64, ret, arg2, offset); in tcg_gen_ld8s_i64()
1530 tcg_gen_ldst_op_i64(INDEX_op_ld16u_i64, ret, arg2, offset); in tcg_gen_ld16u_i64()
1540 tcg_gen_ldst_op_i64(INDEX_op_ld16s_i64, ret, arg2, offset); in tcg_gen_ld16s_i64()
1550 tcg_gen_ldst_op_i64(INDEX_op_ld32u_i64, ret, arg2, offset); in tcg_gen_ld32u_i64()
1560 tcg_gen_ldst_op_i64(INDEX_op_ld32s_i64, ret, arg2, offset); in tcg_gen_ld32s_i64()
1574 tcg_gen_ldst_op_i64(INDEX_op_ld_i64, ret, arg2, offset); in tcg_gen_ld_i64()
1587 tcg_gen_ldst_op_i64(INDEX_op_st8_i64, arg1, arg2, offset); in tcg_gen_st8_i64()
1596 tcg_gen_ldst_op_i64(INDEX_op_st16_i64, arg1, arg2, offset); in tcg_gen_st16_i64()
[all …]