Lines Matching refs:getImm
38 O << MO.getImm(); in printOperand()
58 int64_t Value = MI->getOperand(OpNum).getImm(); in printU4ImmOperand()
65 int64_t Value = MI->getOperand(OpNum).getImm(); in printU6ImmOperand()
72 int64_t Value = MI->getOperand(OpNum).getImm(); in printS8ImmOperand()
79 int64_t Value = MI->getOperand(OpNum).getImm(); in printU8ImmOperand()
86 int64_t Value = MI->getOperand(OpNum).getImm(); in printS16ImmOperand()
93 int64_t Value = MI->getOperand(OpNum).getImm(); in printU16ImmOperand()
100 int64_t Value = MI->getOperand(OpNum).getImm(); in printS32ImmOperand()
107 int64_t Value = MI->getOperand(OpNum).getImm(); in printU32ImmOperand()
114 uint64_t Value = MI->getOperand(OpNum).getImm(); in printAccessRegOperand()
124 O.write_hex(MO.getImm()); in printPCRelOperand()
160 MI->getOperand(OpNum + 1).getImm(), 0, O); in printBDAddrOperand()
166 MI->getOperand(OpNum + 1).getImm(), in printBDXAddrOperand()
173 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); in printBDLAddrOperand()
174 uint64_t Length = MI->getOperand(OpNum + 2).getImm(); in printBDLAddrOperand()
187 uint64_t Imm = MI->getOperand(OpNum).getImm(); in printCond4Operand()