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.c175 static void DNI tcg_gen_ldst_op_i64(TCGOpcode opc, TCGv_i64 val, in tcg_gen_ldst_op_i64() function
1466 tcg_gen_ldst_op_i64(INDEX_op_ld8u, ret, arg2, offset); in tcg_gen_ld8u_i64()
1476 tcg_gen_ldst_op_i64(INDEX_op_ld8s, ret, arg2, offset); in tcg_gen_ld8s_i64()
1486 tcg_gen_ldst_op_i64(INDEX_op_ld16u, ret, arg2, offset); in tcg_gen_ld16u_i64()
1496 tcg_gen_ldst_op_i64(INDEX_op_ld16s, ret, arg2, offset); in tcg_gen_ld16s_i64()
1506 tcg_gen_ldst_op_i64(INDEX_op_ld32u, ret, arg2, offset); in tcg_gen_ld32u_i64()
1516 tcg_gen_ldst_op_i64(INDEX_op_ld32s, ret, arg2, offset); in tcg_gen_ld32s_i64()
1530 tcg_gen_ldst_op_i64(INDEX_op_ld, ret, arg2, offset); in tcg_gen_ld_i64()
1543 tcg_gen_ldst_op_i64(INDEX_op_st8, arg1, arg2, offset); in tcg_gen_st8_i64()
1552 tcg_gen_ldst_op_i64(INDEX_op_st16, arg1, arg2, offset); in tcg_gen_st16_i64()
[all …]