Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dhelper-info.h61 TCGCallReturnKind out_kind : 8; member
/qemu/tcg/
H A Dtcg.c1636 info->out_kind = TCG_CALL_RET_NORMAL; in init_call_layout()
1641 info->out_kind = TCG_CALL_RET_NORMAL; in init_call_layout()
1643 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()
1647 info->out_kind = TCG_TARGET_CALL_RET_I128; in init_call_layout()
1651 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()
6176 if (info->out_kind == TCG_CALL_RET_BY_REF) { in tcg_reg_alloc_call()
6188 switch (info->out_kind) { in tcg_reg_alloc_call()
6617 switch (info->out_kind) { in tcg_out_ld_helper_args()
/qemu/tcg/i386/
H A Dtcg-target.c.inc1963 if (TCG_TARGET_REG_BITS == 32 && info->out_kind == TCG_CALL_RET_BY_REF) {