Searched defs:LoOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp247 unsigned LoOffset = Offset & 0x0000ffff; local
250 // If msb of LoOffset is 1(negative number) we must increment HiOffset
252 if (LoOffset & 0x8000)
260 emitRRI(Opcode, SrcReg, ATReg, LoOffset, IDLoc, STI);
300 unsigned LoOffset = Offset & 0x0000ffff; local
303 // If msb of LoOffset is 1(negative number) we must increment HiOffset
305 if (LoOffset & 0x8000)
313 emitRRI(Opcode, DstReg, TmpReg, LoOffset, IDLoc, STI);

Completed in 211 milliseconds