Searched refs:nb_params (Results 1 – 1 of 1) sorted by relevance
1830 int nb_iargs, nb_oargs, flags, nb_regs, i, reg, nb_params; in tcg_reg_alloc_call() local1842 nb_params = nb_iargs - 1; in tcg_reg_alloc_call()1847 if (nb_regs > nb_params) in tcg_reg_alloc_call()1848 nb_regs = nb_params; in tcg_reg_alloc_call()1852 call_stack_size = (nb_params - nb_regs) * sizeof(tcg_target_long); in tcg_reg_alloc_call()1861 for(i = nb_regs; i < nb_params; i++) { in tcg_reg_alloc_call()