Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dhelper-info.h25 TCG_CALL_RET_BY_VEC, /* for i128, by vector register */ enumerator
/qemu/tcg/
H A Dtcg.c1653 case TCG_CALL_RET_BY_VEC: in init_call_layout()
1655 tcg_target_call_oarg_reg(TCG_CALL_RET_BY_VEC, 0); in init_call_layout()
6202 case TCG_CALL_RET_BY_VEC: in tcg_reg_alloc_call()
6212 tcg_target_call_oarg_reg(TCG_CALL_RET_BY_VEC, 0), in tcg_reg_alloc_call()
6619 case TCG_CALL_RET_BY_VEC: in tcg_out_ld_helper_args()
6697 case TCG_CALL_RET_BY_VEC: in tcg_out_ld_helper_ret()
6699 tcg_target_call_oarg_reg(TCG_CALL_RET_BY_VEC, 0), in tcg_out_ld_helper_ret()
/qemu/tcg/i386/
H A Dtcg-target.c.inc36 # define TCG_TARGET_CALL_RET_I128 TCG_CALL_RET_BY_VEC
138 case TCG_CALL_RET_BY_VEC:
1266 * This specific instance is also used by TCG_CALL_RET_BY_VEC,