Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:getImm

65   int64_t Imm = MI->getOperand(Op).getImm() & 0xf;
89 int64_t Imm = MI->getOperand(Op).getImm() & 0x1f;
129 int64_t Imm = MI->getOperand(Op).getImm() & 0x3;
145 O << formatImm(Op.getImm());
170 << '$' << formatImm((int64_t)Op.getImm())
173 if (CommentStream && (Op.getImm() > 255 || Op.getImm() < -256))
174 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm());
200 int64_t DispVal = DispSpec.getImm();
216 unsigned ScaleVal = MI->getOperand(Op+X86::AddrScaleAmt).getImm();
274 O << formatImm(DispSpec.getImm());