Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp331 unsigned LoOffset = Offset & 0x0000ffff; in emitStoreWithImmOffset() local
336 if (LoOffset & 0x8000) in emitStoreWithImmOffset()
344 emitRRI(Opcode, SrcReg, ATReg, LoOffset, IDLoc, STI); in emitStoreWithImmOffset()
367 unsigned LoOffset = Offset & 0x0000ffff; in emitLoadWithImmOffset() local
372 if (LoOffset & 0x8000) in emitLoadWithImmOffset()
380 emitRRI(Opcode, DstReg, TmpReg, LoOffset, IDLoc, STI); in emitLoadWithImmOffset()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3718 int64_t LoOffset = OffsetOp.getImm() & 0xffff; in expandMem16Inst() local
3723 if (LoOffset & 0x8000) in expandMem16Inst()
3738 emitInstWithOffset(MCOperand::createImm(int16_t(LoOffset))); in expandMem16Inst()