Home
last modified time | relevance | path

Searched refs:ref_slot (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dhelper-info.h41 unsigned ref_slot : 8; member
/openbmc/qemu/tcg/
H A Dtcg.c1042 int ref_slot; /* stack slots for references */ member
1096 loc[0].ref_slot = cum->ref_slot; in layout_arg_by_ref()
1107 .ref_slot = cum->ref_slot + i, in layout_arg_by_ref()
1111 cum->ref_slot += n; in layout_arg_by_ref()
1265 if (cum.ref_slot != 0) { in init_call_layout()
1276 assert(ref_base + cum.ref_slot <= max_stk_slots); in init_call_layout()
1285 loc->ref_slot += ref_base; in init_call_layout()
5383 load_arg_stk(s, loc->ref_slot, ts, allocated_regs); in tcg_reg_alloc_call()
5385 arg_slot_stk_ofs(loc->ref_slot), in tcg_reg_alloc_call()
5389 load_arg_stk(s, loc->ref_slot, ts, allocated_regs); in tcg_reg_alloc_call()
[all …]