Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c1694 type = TCG_TYPE_I128; in init_call_layout()
1735 case TCG_TYPE_I128: in init_call_layout()
2155 case TCG_TYPE_I128: in tcg_temp_new_internal()
2218 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_TB)); in tcg_temp_new_i128()
2223 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_EBB)); in tcg_temp_ebb_new_i128()
2466 tcg_debug_assert(type == TCG_TYPE_I128); in tcg_op_supported()
4577 case TCG_TYPE_I128: in temp_allocate_frame()
6206 tcg_debug_assert(ts->base_type == TCG_TYPE_I128); in tcg_reg_alloc_call()
6548 assert(dst_type == TCG_TYPE_I128); in tcg_out_helper_add_mov()
6691 case TCG_TYPE_I128: in tcg_out_ld_helper_ret()
[all …]
H A Dtcg-op-ldst.c560 gen_ldst2(INDEX_op_qemu_ld2, TCG_TYPE_I128, tcgv_i64_temp(lo), in tcg_gen_qemu_ld_i128_int()
669 gen_ldst2(INDEX_op_qemu_st2, TCG_TYPE_I128, in tcg_gen_qemu_st_i128_int()
/qemu/include/tcg/
H A Dtcg.h140 TCG_TYPE_I128, enumerator
/qemu/docs/devel/
H A Dtcg-ops.rst129 * ``TCG_TYPE_I128``
132 of variables with ``type=TCG_TYPE_REG`` and ``base_type=TCG_TYPE_I128``.
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1276 ldst->type = TCG_TYPE_I128;
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1942 ldst->type = TCG_TYPE_I128;
/qemu/tcg/s390x/
H A Dtcg-target.c.inc2193 ldst->type = TCG_TYPE_I128;
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2691 ldst->type = TCG_TYPE_I128;