Searched refs:o_allocated_regs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4807 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op() local 4826 o_allocated_regs = s->reserved_regs; in tcg_reg_alloc_op() 5094 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op() 5097 reg = tcg_reg_alloc(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op() 5107 i_allocated_regs | o_allocated_regs, in tcg_reg_alloc_op() 5111 reg = tcg_reg_alloc_pair(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op() 5133 tcg_regset_set_reg(o_allocated_regs, reg); in tcg_reg_alloc_op() 5195 temp_sync(s, ts, o_allocated_regs, 0, IS_DEAD_ARG(i)); in tcg_reg_alloc_op()
|