Searched refs:LoOffset (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 247 unsigned LoOffset = Offset & 0x0000ffff; in emitStoreWithImmOffset() local 252 if (LoOffset & 0x8000) in emitStoreWithImmOffset() 260 emitRRI(Opcode, SrcReg, ATReg, LoOffset, IDLoc, STI); in emitStoreWithImmOffset() 300 unsigned LoOffset = Offset & 0x0000ffff; in emitLoadWithImmOffset() local 305 if (LoOffset & 0x8000) in emitLoadWithImmOffset() 313 emitRRI(Opcode, DstReg, TmpReg, LoOffset, IDLoc, STI); in emitLoadWithImmOffset()
|