Lines Matching refs:getImm
74 int64_t Imm = MI->getOperand(Op).getImm(); in printSSEAVXCC()
114 int64_t Imm = MI->getOperand(Op).getImm(); in printXOPCC()
130 int64_t Imm = MI->getOperand(Op).getImm() & 0x3; in printRoundingControl()
146 O << formatImm(Op.getImm()); in printPCRelImm()
169 O << markup("<imm:") << '$' << formatImm((int64_t)Op.getImm()) in printOperand()
176 (Op.getImm() > 255 || Op.getImm() < -256)) in printOperand()
177 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm()); in printOperand()
203 int64_t DispVal = DispSpec.getImm(); in printMemReference()
219 unsigned ScaleVal = MI->getOperand(Op + X86::AddrScaleAmt).getImm(); in printMemReference()
275 O << formatImm(DispSpec.getImm()); in printMemOffset()
286 O << markup("<imm:") << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff) in printU8Imm()