Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c1116 int max_reg_slots = ARRAY_SIZE(tcg_target_call_iarg_regs); in init_call_layout() local
1258 assert(cum.arg_slot <= max_reg_slots + max_stk_slots); in init_call_layout()
1268 if (cum.arg_slot > max_reg_slots) { in init_call_layout()
1271 ref_base = cum.arg_slot - max_reg_slots; in init_call_layout()
1277 ref_base += max_reg_slots; in init_call_layout()