Searched refs:tcg_reg_alloc (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg.c1484 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) function
1527 reg = tcg_reg_alloc(s, tcg_target_available_regs[ts->type],
1625 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs);
1635 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs);
1688 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1702 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1732 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1788 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
1871 reg = tcg_reg_alloc(s, tcg_target_available_regs[ts->type],
1877 reg = tcg_reg_alloc(
[all...]

Completed in 68 milliseconds