Lines Matching defs:allocated_regs

1494 /* save a temporary to memory. 'allocated_regs' is used in case a
1496 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs)
1512 allocated_regs);
1528 modified be the following code. 'allocated_regs' is used in case a
1530 static void save_globals(TCGContext *s, TCGRegSet allocated_regs)
1535 temp_save(s, i, allocated_regs);
1541 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs)
1549 temp_save(s, i, allocated_regs);
1558 save_globals(s, allocated_regs);
1648 TCGRegSet allocated_regs;
1665 tcg_regset_set(allocated_regs, s->reserved_regs);
1672 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1686 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1716 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1721 tcg_regset_set_reg(allocated_regs, reg);
1726 tcg_reg_alloc_bb_end(s, allocated_regs);
1753 save_globals(s, allocated_regs);
1757 tcg_regset_set(allocated_regs, s->reserved_regs);
1772 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1774 tcg_regset_set_reg(allocated_regs, reg);
1819 TCGRegSet allocated_regs;
1876 tcg_regset_set(allocated_regs, s->reserved_regs);
1895 tcg_regset_set_reg(allocated_regs, reg);
1906 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1909 tcg_regset_set_reg(allocated_regs, reg);
1913 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1917 tcg_regset_set_reg(allocated_regs, reg);
1923 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1926 tcg_regset_set_reg(allocated_regs, reg);
1956 save_globals(s, allocated_regs);