Home
last modified time | relevance | path

Searched refs:HiOffset (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp332 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitStoreWithImmOffset() local
337 HiOffset++; in emitStoreWithImmOffset()
340 emitRI(Mips::LUi, ATReg, HiOffset, IDLoc, STI); in emitStoreWithImmOffset()
368 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitLoadWithImmOffset() local
373 HiOffset++; in emitLoadWithImmOffset()
376 emitRI(Mips::LUi, TmpReg, HiOffset, IDLoc, STI); in emitLoadWithImmOffset()
/src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3789 int64_t HiOffset = OffsetOp.getImm() & ~0xffff; in expandMem16Inst() local
3794 HiOffset += 0x10000; in expandMem16Inst()
3796 bool IsLargeOffset = HiOffset != 0; in expandMem16Inst()
3800 if (loadImmediate(HiOffset, TmpReg, Mips::NoRegister, Is32BitImm, true, in expandMem16Inst()