Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c5249 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op() local
5273 o_allocated_regs = s->reserved_regs; in tcg_reg_alloc_op()
5550 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op()
5553 reg = tcg_reg_alloc(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op()
5563 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op()
5567 reg = tcg_reg_alloc_pair(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op()
5589 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op()
5946 temp_sync(s, ts, o_allocated_regs, 0, IS_DEAD_ARG(i)); in tcg_reg_alloc_op()