Searched refs:HiOffset (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsTargetStreamer.cpp | 318 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitStoreWithImmOffset() local 323 HiOffset++; in emitStoreWithImmOffset() 326 emitRI(Mips::LUi, ATReg, HiOffset, IDLoc, STI); in emitStoreWithImmOffset() 354 unsigned HiOffset = (Offset & 0xffff0000) >> 16; in emitLoadWithImmOffset() local 359 HiOffset++; in emitLoadWithImmOffset() 362 emitRI(Mips::LUi, TmpReg, HiOffset, IDLoc, STI); in emitLoadWithImmOffset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 3719 int64_t HiOffset = OffsetOp.getImm() & ~0xffff; in expandMem16Inst() local 3724 HiOffset += 0x10000; in expandMem16Inst() 3726 bool IsLargeOffset = HiOffset != 0; in expandMem16Inst() 3730 if (loadImmediate(HiOffset, TmpReg, Mips::NoRegister, Is32BitImm, true, in expandMem16Inst()
|