Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg-op.c158 static void DNI tcg_gen_ldst_op_i64(TCGOpcode opc, TCGv_i64 val, in tcg_gen_ldst_op_i64() function
1503 tcg_gen_ldst_op_i64(INDEX_op_ld8u_i64, ret, arg2, offset); in tcg_gen_ld8u_i64()
1513 tcg_gen_ldst_op_i64(INDEX_op_ld8s_i64, ret, arg2, offset); in tcg_gen_ld8s_i64()
1523 tcg_gen_ldst_op_i64(INDEX_op_ld16u_i64, ret, arg2, offset); in tcg_gen_ld16u_i64()
1533 tcg_gen_ldst_op_i64(INDEX_op_ld16s_i64, ret, arg2, offset); in tcg_gen_ld16s_i64()
1543 tcg_gen_ldst_op_i64(INDEX_op_ld32u_i64, ret, arg2, offset); in tcg_gen_ld32u_i64()
1553 tcg_gen_ldst_op_i64(INDEX_op_ld32s_i64, ret, arg2, offset); in tcg_gen_ld32s_i64()
1567 tcg_gen_ldst_op_i64(INDEX_op_ld_i64, ret, arg2, offset); in tcg_gen_ld_i64()
1580 tcg_gen_ldst_op_i64(INDEX_op_st8_i64, arg1, arg2, offset); in tcg_gen_st8_i64()
1589 tcg_gen_ldst_op_i64(INDEX_op_st16_i64, arg1, arg2, offset); in tcg_gen_st16_i64()
[all …]