Home | History | Annotate | Download | only in priv

Lines Matching refs:xF

1963    vassert(0 == (tags & ~0xF));
1971 if (tags == 0xF) {
2296 *p++ = toUChar(0x70 + (0xF & (i->Xin.Call.cond ^ 1)));
2315 *p++ = toUChar(0x70 + (0xF & (i->Xin.Goto.cond ^ 1)));
2416 *p++ = toUChar(0x40 + (0xF & i->Xin.CMov32.cond));
2500 xF & i->Xin.Set32.cond));
2510 *p++ = toUChar(0x90 + (0xF & i->Xin.Set32.cond));
2859 p = push_word_from_tags(p, toUShort((con >> 12) & 0xF));
2860 p = push_word_from_tags(p, toUShort((con >> 8) & 0xF));
2861 p = push_word_from_tags(p, toUShort((con >> 4) & 0xF));
2862 p = push_word_from_tags(p, toUShort(con & 0xF));