Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp343 unsigned LoOffset = Offset & 0x0000ffff; in emitStoreWithImmOffset() local
348 if (LoOffset & 0x8000) in emitStoreWithImmOffset()
356 emitRRI(Opcode, SrcReg, ATReg, LoOffset, IDLoc, STI); in emitStoreWithImmOffset()
378 unsigned LoOffset = Offset & 0x0000ffff; in emitLoadWithImmOffset() local
383 if (LoOffset & 0x8000) in emitLoadWithImmOffset()
391 emitRRI(Opcode, DstReg, TmpReg, LoOffset, IDLoc, STI); in emitLoadWithImmOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3730 int64_t LoOffset = OffsetOp.getImm() & 0xffff; in expandMem16Inst() local
3735 if (LoOffset & 0x8000) in expandMem16Inst()
3750 emitInstWithOffset(MCOperand::createImm(int16_t(LoOffset))); in expandMem16Inst()