Home
last modified time | relevance | path

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

/openbmc/linux/net/netrom/
H A DMakefile9 nr_out.o nr_route.o nr_subr.o nr_timer.o
/openbmc/qemu/include/tcg/
H A Dhelper-info.h57 unsigned nr_out : 8; member
/openbmc/qemu/tcg/
H A Dtcg.c1137 info->nr_out = 0; in init_call_layout()
1142 info->nr_out = 1; in init_call_layout()
1147 info->nr_out = 64 / TCG_TARGET_REG_BITS; in init_call_layout()
1150 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()
1153 info->nr_out = 128 / TCG_TARGET_REG_BITS; in init_call_layout()
1158 tcg_target_call_oarg_reg(info->out_kind, info->nr_out - 1); in init_call_layout()
2264 total_args = info->nr_out + info->nr_in + 2; in tcg_gen_callN()
2276 TCGOP_CALLO(op) = n = info->nr_out; in tcg_gen_callN()