Home | History | Annotate | Download | only in ppc64

Lines Matching full:mask

509 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target)
515 tcg_out32 (s, B | (disp & 0x3fffffc) | mask);
519 tcg_out32 (s, BCCTR | BO_ALWAYS | mask);