Searched refs:ref_base (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 1769 int ref_base = 0; in init_call_layout() local 1774 ref_base = cum.arg_slot - max_reg_slots; in init_call_layout() 1776 ref_base = ROUND_UP(ref_base, align); in init_call_layout() 1779 assert(ref_base + cum.ref_slot <= max_stk_slots); in init_call_layout() 1780 ref_base += max_reg_slots; in init_call_layout() 1782 if (ref_base != 0) { in init_call_layout() 1788 loc->ref_slot += ref_base; in init_call_layout() 6091 static void load_arg_ref(TCGContext *s, unsigned arg_slot, TCGReg ref_base, in load_arg_ref() argument 6099 tcg_out_addi_ptr(s, reg, ref_base, ref_off); in load_arg_ref() 6104 tcg_out_addi_ptr(s, reg, ref_base, ref_off); in load_arg_ref()
|