Lines Matching refs:reg_ct
4761 TCGRegSet reg_ct[2]; in tcg_reg_alloc() local
4764 reg_ct[1] = required_regs & ~allocated_regs; in tcg_reg_alloc()
4765 tcg_debug_assert(reg_ct[1] != 0); in tcg_reg_alloc()
4766 reg_ct[0] = reg_ct[1] & preferred_regs; in tcg_reg_alloc()
4770 f = reg_ct[0] == 0 || reg_ct[0] == reg_ct[1]; in tcg_reg_alloc()
4776 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4797 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4823 TCGRegSet reg_ct[2]; in tcg_reg_alloc_pair() local
4827 reg_ct[1] = required_regs & ~(allocated_regs | (allocated_regs >> 1)); in tcg_reg_alloc_pair()
4828 tcg_debug_assert(reg_ct[1] != 0); in tcg_reg_alloc_pair()
4829 reg_ct[0] = reg_ct[1] & preferred_regs; in tcg_reg_alloc_pair()
4837 k = reg_ct[0] == 0 || reg_ct[0] == reg_ct[1]; in tcg_reg_alloc_pair()
4845 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc_pair()