Home | History | Annotate | Download | only in tcg

Lines Matching full:reg2

1483 /* Allocate a register belonging to reg1 & ~reg2 */
1484 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2)
1489 tcg_regset_andnot(reg_ct, reg1, reg2);