Searched refs:out_kind (Results 1 – 3 of 3) sorted by relevance
61 TCGCallReturnKind out_kind : 8; member
1134 info->out_kind = TCG_CALL_RET_NORMAL; in init_call_layout()1139 info->out_kind = TCG_CALL_RET_NORMAL; in init_call_layout()1141 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()1145 info->out_kind = TCG_TARGET_CALL_RET_I128; in init_call_layout()1149 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()5426 if (info->out_kind == TCG_CALL_RET_BY_REF) { in tcg_reg_alloc_call()5438 switch (info->out_kind) { in tcg_reg_alloc_call()5867 switch (info->out_kind) { in tcg_out_ld_helper_args()
1940 if (TCG_TARGET_REG_BITS == 32 && info->out_kind == TCG_CALL_RET_BY_REF) {