Searched refs:i_allocated_regs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4806 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op() local 4825 i_allocated_regs = s->reserved_regs; in tcg_reg_alloc_op() 4902 tcg_regset_test_reg(i_allocated_regs, reg); in tcg_reg_alloc_op() 4906 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 4917 i_allocated_regs, 0); in tcg_reg_alloc_op() 4918 reg = tcg_reg_alloc(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 4942 !tcg_regset_test_reg(i_allocated_regs, reg) && in tcg_reg_alloc_op() 4943 !tcg_regset_test_reg(i_allocated_regs, reg + 1) && in tcg_reg_alloc_op() 4961 reg = tcg_reg_alloc_pair(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 4979 !tcg_regset_test_reg(i_allocated_regs, reg) && in tcg_reg_alloc_op() [all …]
|