Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c4324 TCGRegSet reg_ct[2]; in tcg_reg_alloc() local
4327 reg_ct[1] = required_regs & ~allocated_regs; in tcg_reg_alloc()
4328 tcg_debug_assert(reg_ct[1] != 0); in tcg_reg_alloc()
4329 reg_ct[0] = reg_ct[1] & preferred_regs; in tcg_reg_alloc()
4333 f = reg_ct[0] == 0 || reg_ct[0] == reg_ct[1]; in tcg_reg_alloc()
4339 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4360 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4386 TCGRegSet reg_ct[2]; in tcg_reg_alloc_pair() local
4390 reg_ct[1] = required_regs & ~(allocated_regs | (allocated_regs >> 1)); in tcg_reg_alloc_pair()
4391 tcg_debug_assert(reg_ct[1] != 0); in tcg_reg_alloc_pair()
[all …]