Home
last modified time | relevance | path

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

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