Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:LoOffset

2554   unsigned ImmOffset, HiOffset, LoOffset;
2567 LoOffset = ImmOffset & 0x0000ffff;
2569 // If msb of LoOffset is 1(negative number) we must increment HiOffset.
2570 if (LoOffset & 0x8000)
2623 ? MCOperand::createImm(LoOffset)