Lines Matching refs:xF
2277 //.. vassert(0 == (tags & ~0xF));
2285 //.. if (tags == 0xF) {
2685 *p++ = toUChar(0x70 + (0xF & (i->Ain.Call.cond ^ 1)));
2824 *p++ = toUChar(0x40 + (0xF & i->Ain.CMov64.cond));
2831 *p++ = toUChar(0x40 + (0xF & i->Ain.CMov64.cond));
3299 //.. p = push_word_from_tags(p, (con >> 12) & 0xF);
3300 //.. p = push_word_from_tags(p, (con >> 8) & 0xF);
3301 //.. p = push_word_from_tags(p, (con >> 4) & 0xF);
3302 //.. p = push_word_from_tags(p, con & 0xF);