Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4807 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op() local
4826 i_allocated_regs = s->reserved_regs; in tcg_reg_alloc_op()
4918 i_allocated_regs, 0); in tcg_reg_alloc_op()
4986 i_allocated_regs, 0, in tcg_reg_alloc_op()
4988 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
5043 temp_sync(s, ts, i_allocated_regs, 0, 0); in tcg_reg_alloc_op()
5050 tcg_regset_set_reg(i_allocated_regs, reg); in tcg_reg_alloc_op()
5061 tcg_reg_alloc_cbranch(s, i_allocated_regs); in tcg_reg_alloc_op()
5063 tcg_reg_alloc_bb_end(s, i_allocated_regs); in tcg_reg_alloc_op()
5069 tcg_reg_free(s, i, i_allocated_regs); in tcg_reg_alloc_op()
[all …]