Searched refs:TCG_CALL_RET_BY_VEC (Results 1 – 3 of 3) sorted by relevance
25 TCG_CALL_RET_BY_VEC, /* for i128, by vector register */ enumerator
1653 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()
36 # define TCG_TARGET_CALL_RET_I128 TCG_CALL_RET_BY_VEC138 case TCG_CALL_RET_BY_VEC:1266 * This specific instance is also used by TCG_CALL_RET_BY_VEC,