Lines Matching refs:i_allocated_regs
5248 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op() local
5272 i_allocated_regs = s->reserved_regs; in tcg_reg_alloc_op()
5357 tcg_regset_test_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
5361 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5372 i_allocated_regs, 0); in tcg_reg_alloc_op()
5373 reg = tcg_reg_alloc(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5397 !tcg_regset_test_reg(i_allocated_regs, reg) && in tcg_reg_alloc_op()
5398 !tcg_regset_test_reg(i_allocated_regs, reg + 1) && in tcg_reg_alloc_op()
5416 reg = tcg_reg_alloc_pair(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5434 !tcg_regset_test_reg(i_allocated_regs, reg) && in tcg_reg_alloc_op()
5435 !tcg_regset_test_reg(i_allocated_regs, reg - 1)) { in tcg_reg_alloc_op()
5436 tcg_regset_set_reg(i_allocated_regs, reg - 1); in tcg_reg_alloc_op()
5440 i_allocated_regs, 0, in tcg_reg_alloc_op()
5442 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
5452 TCGRegSet t_allocated_regs = i_allocated_regs; in tcg_reg_alloc_op()
5481 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5497 temp_sync(s, ts, i_allocated_regs, 0, 0); in tcg_reg_alloc_op()
5504 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
5515 tcg_reg_alloc_cbranch(s, i_allocated_regs); in tcg_reg_alloc_op()
5517 tcg_reg_alloc_bb_end(s, i_allocated_regs); in tcg_reg_alloc_op()
5524 tcg_reg_free(s, i, i_allocated_regs); in tcg_reg_alloc_op()
5531 sync_globals(s, i_allocated_regs); in tcg_reg_alloc_op()
5550 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op()
5563 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op()