Searched refs:max_reg_slots (Results 1 – 1 of 1) sorted by relevance
1618 int max_reg_slots = ARRAY_SIZE(tcg_target_call_iarg_regs); in init_call_layout() local1760 assert(cum.arg_slot <= max_reg_slots + max_stk_slots); in init_call_layout()1770 if (cum.arg_slot > max_reg_slots) { in init_call_layout()1773 ref_base = cum.arg_slot - max_reg_slots; in init_call_layout()1779 ref_base += max_reg_slots; in init_call_layout()