Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c1266 int ref_base = 0; in init_call_layout() local
1271 ref_base = cum.arg_slot - max_reg_slots; in init_call_layout()
1273 ref_base = ROUND_UP(ref_base, align); in init_call_layout()
1276 assert(ref_base + cum.ref_slot <= max_stk_slots); in init_call_layout()
1277 ref_base += max_reg_slots; in init_call_layout()
1279 if (ref_base != 0) { in init_call_layout()
1285 loc->ref_slot += ref_base; in init_call_layout()
5341 static void load_arg_ref(TCGContext *s, unsigned arg_slot, TCGReg ref_base, in load_arg_ref() argument
5349 tcg_out_addi_ptr(s, reg, ref_base, ref_off); in load_arg_ref()
5354 tcg_out_addi_ptr(s, reg, ref_base, ref_off); in load_arg_ref()