Searched refs:LoOffset (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 331 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3788 int64_t LoOffset = OffsetOp.getImm() & 0xffff; in expandMem16Inst() local 3793 if (LoOffset & 0x8000) in expandMem16Inst() 3808 emitInstWithOffset(MCOperand::createImm(int16_t(LoOffset))); in expandMem16Inst()
|