Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:HiOffset

3598     int64_t HiOffset = OffsetOp.getImm() & ~0xffff;
3601 // HiOffset to account for the sign-extension of the low part.
3603 HiOffset += 0x10000;
3605 bool IsLargeOffset = HiOffset != 0;
3608 bool Is32BitImm = (HiOffset >> 32) == 0;
3609 if (loadImmediate(HiOffset, TmpReg, Mips::NoRegister, Is32BitImm, true,