Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:J1

589   uint32_t J1 = (offset & 0x400000) >> 22;
591 J1 = (~J1 & 0x1);
593 J1 ^= S;
597 offset |= J1 << 22;
753 bool J1 = (Val & 0x400000);
755 if (I ^ J1)