Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4761 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()
[all …]