Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:J1

496   uint32_t J1 = (offset & 0x400000) >> 22;
498 J1 = (~J1 & 0x1);
500 J1 ^= S;
504 offset |= J1 << 22;
644 bool J1 = (Val & 0x400000);
646 if (I ^ J1)