/external/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.cpp | 56 int32_t Imm = unpackSignedImm(9, MOImm.getImm()); 65 unsigned ExtImm = MI->getOperand(OpNum).getImm(); 97 int64_t Imm12 = Imm12Op.getImm(); 119 O << MO.getImm(); 126 unsigned LSB = ImmROp.getImm() == 0 ? 0 : RegWidth - ImmROp.getImm(); 134 unsigned Width = ImmSOp.getImm() + 1; 145 unsigned ImmR = ImmROp.getImm(); 146 unsigned ImmS = ImmSOp.getImm(); 158 O << 'c' << CRx.getImm(); [all...] |
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
SystemZInstPrinter.cpp | 37 O << MO.getImm(); 56 int64_t Value = MI->getOperand(OpNum).getImm(); 63 int64_t Value = MI->getOperand(OpNum).getImm(); 70 int64_t Value = MI->getOperand(OpNum).getImm(); 77 int64_t Value = MI->getOperand(OpNum).getImm(); 84 int64_t Value = MI->getOperand(OpNum).getImm(); 91 int64_t Value = MI->getOperand(OpNum).getImm(); 98 int64_t Value = MI->getOperand(OpNum).getImm(); 105 int64_t Value = MI->getOperand(OpNum).getImm(); 112 uint64_t Value = MI->getOperand(OpNum).getImm(); [all...] |
/external/llvm/lib/MC/ |
MCInstrAnalysis.cpp | 19 int64_t Imm = Inst.getOperand(0).getImm();
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 101 uint32_t InstWord2 = MI.getOperand(2).getImm(); // Offset 110 int64_t Sampler = MI.getOperand(14).getImm(); 113 MI.getOperand(2).getImm(), 114 MI.getOperand(3).getImm(), 115 MI.getOperand(4).getImm(), 116 MI.getOperand(5).getImm() 119 MI.getOperand(6).getImm() & 0x1F, 120 MI.getOperand(7).getImm() & 0x1F, 121 MI.getOperand(8).getImm() & 0x1F 180 return MO.getImm(); [all...] |
SIMCCodeEmitter.cpp | 88 Imm.I = MO.getImm(); 156 Imm.I = Op.getImm(); 196 return MO.getImm();
|
/external/llvm/lib/Target/R600/InstPrinter/ |
AMDGPUInstPrinter.cpp | 37 O << Op.getImm(); 50 unsigned Imm = MI->getOperand(OpNum).getImm(); 75 if (Op.getImm() == 1) { 99 L.i = MI->getOperand(OpNo).getImm(); 115 switch (MI->getOperand(OpNo).getImm()) { 147 if (Op.getImm() == 0) { 155 int sel = MI->getOperand(OpNo).getImm(); 178 int BankSwizzle = MI->getOperand(OpNo).getImm(); 203 unsigned Sel = MI->getOperand(OpNo).getImm(); 233 unsigned CT = MI->getOperand(OpNo).getImm(); [all...] |
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.cpp | 38 O << Op.getImm(); 52 O << '#' << Op.getImm(); 80 O << Disp.getImm(); 90 unsigned CC = MI->getOperand(OpNo).getImm();
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.cpp | 81 switch (MI->getOperand(0).getImm()) { 108 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO3.getImm())); 119 assert(ARM_AM::getSORegOffset(MO3.getImm()) == 0); 130 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO2.getImm())); 139 if (ARM_AM::getSORegShOp(MO2.getImm()) == ARM_AM::rrx) { 146 << "#" << translateShiftImm(ARM_AM::getSORegOffset(MO2.getImm())) 168 MI->getOperand(3).getImm() == -4) { 193 MI->getOperand(4).getImm() == 4) { 287 << '#' << formatImm(Op.getImm()) 316 int32_t OffImm = (int32_t)MO1.getImm(); [all...] |
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 34 unsigned char SH = MI->getOperand(2).getImm(); 35 unsigned char MB = MI->getOperand(3).getImm(); 36 unsigned char ME = MI->getOperand(4).getImm(); 67 unsigned char SH = MI->getOperand(2).getImm(); 68 unsigned char ME = MI->getOperand(3).getImm(); 89 unsigned Code = MI->getOperand(OpNo).getImm(); 179 int Value = MI->getOperand(OpNo).getImm(); 186 unsigned int Value = MI->getOperand(OpNo).getImm(); 193 unsigned int Value = MI->getOperand(OpNo).getImm(); 201 O << (short)MI->getOperand(OpNo).getImm(); [all...] |
/external/llvm/lib/Target/X86/InstPrinter/ |
X86IntelInstPrinter.cpp | 54 int64_t Imm = MI->getOperand(Op).getImm() & 0xf; 78 int64_t Imm = MI->getOperand(Op).getImm() & 0x1f; 122 O << formatImm(Op.getImm()); 145 O << formatImm((int64_t)Op.getImm()); 155 unsigned ScaleVal = MI->getOperand(Op+1).getImm(); 187 int64_t DispVal = DispSpec.getImm();
|
X86ATTInstPrinter.cpp | 64 int64_t Imm = MI->getOperand(Op).getImm() & 0xf; 88 int64_t Imm = MI->getOperand(Op).getImm() & 0x1f; 134 O << formatImm(Op.getImm()); 159 << '$' << formatImm((int64_t)Op.getImm()) 162 if (CommentStream && (Op.getImm() > 255 || Op.getImm() < -256)) 163 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Op.getImm()); 189 int64_t DispVal = DispSpec.getImm(); 205 unsigned ScaleVal = MI->getOperand(Op+1).getImm();
|
X86InstComments.cpp | 41 DecodeINSERTPSMask(MI->getOperand(3).getImm(), ShuffleMask); 69 MI->getOperand(MI->getNumOperands()-1).getImm(), 79 MI->getOperand(MI->getNumOperands()-1).getImm(), 90 DecodePSHUFMask(MVT::v4i32, MI->getOperand(MI->getNumOperands()-1).getImm(), 98 DecodePSHUFMask(MVT::v8i32, MI->getOperand(MI->getNumOperands()-1).getImm(), 111 MI->getOperand(MI->getNumOperands()-1).getImm(), 120 MI->getOperand(MI->getNumOperands()-1).getImm(), 131 MI->getOperand(MI->getNumOperands()-1).getImm(), 140 MI->getOperand(MI->getNumOperands()-1).getImm(), 296 DecodeSHUFPMask(MVT::v2f64, MI->getOperand(MI->getNumOperands()-1).getImm(), [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.cpp | 21 O << Op.getImm();
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.cpp | 21 O << Op.getImm();
|
/external/llvm/lib/Target/Hexagon/ |
HexagonAsmPrinter.h | 71 int value = MI->getOperand(OpNo).getImm(); 77 int value = MI->getOperand(OpNo).getImm(); 88 << (int) MO2.getImm(); 98 << MO2.getImm(); 106 O << "$+" << MI->getOperand(OpNo).getImm()*4;
|
HexagonCopyToCombine.cpp | 136 (ShouldCombineAggressively || isInt<8>(MI->getOperand(1).getImm())); 163 !isInt<8>(I->getOperand(1).getImm()); 167 !isUInt<6>(I->getOperand(1).getImm()); 570 .addImm(LoOperand.getImm()); 575 .addImm(HiOperand.getImm()) 582 if (!isInt<8>(HiOperand.getImm())) { 583 assert(isInt<8>(LoOperand.getImm())); 585 .addImm(HiOperand.getImm()) 586 .addImm(LoOperand.getImm()); 590 if (!isUInt<6>(LoOperand.getImm())) { [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCCodeEmitter.cpp | 129 return MO.getImm(); 145 return ImmOp.getImm(); 230 return static_cast<unsigned>(MO.getImm()); 264 return static_cast<unsigned>(MO.getImm()); 300 return ((32 - MO.getImm()) & 0x1f) | (31 - MO.getImm()) << 6; 310 return ((64 - MO.getImm()) & 0x3f) | (63 - MO.getImm()) << 6; 324 return MO.getImm(); 334 return MO.getImm(); [all...] |
AArch64MCTargetDesc.cpp | 127 && Inst.getOperand(0).getImm() == A64CC::AL) 134 && Inst.getOperand(0).getImm() == A64CC::AL) 147 int64_t Imm = Inst.getOperand(LblOperand).getImm();
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 310 int64_t getImm() const { 352 bool isU5Imm() const { return Kind == Immediate && isUInt<5>(getImm()); } 353 bool isS5Imm() const { return Kind == Immediate && isInt<5>(getImm()); } 354 bool isU6Imm() const { return Kind == Immediate && isUInt<6>(getImm()); } 356 (Kind == Immediate && isUInt<16>(getImm())); } 358 (Kind == Immediate && isInt<16>(getImm())); } 360 (Kind == Immediate && isInt<16>(getImm()) && 361 (getImm() & 3) == 0); } 363 (Kind == Immediate && isInt<17>(getImm())); } 366 (Kind == Immediate && isInt<26>(getImm()) & [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCCodeEmitter.cpp | 171 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm(); 242 unsigned SoImm = MI.getOperand(Op).getImm(); 258 unsigned SoImm = MI.getOperand(Op).getImm(); 283 return 64 - MI.getOperand(Op).getImm(); 436 return static_cast<unsigned>(MO.getImm()); 454 int32_t SImm = MO1.getImm(); 481 if (MO.isImm()) return MO.getImm(); 518 return encodeThumbBLOffset(MO.getImm()); 530 return encodeThumbBLOffset(MO.getImm()); 541 return (MO.getImm() >> 1) [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 58 LowOffsetOp.setImm(LowOffsetOp.getImm() + 8); 61 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); 62 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); 78 OffsetMO.getImm()); 95 MI->getOperand(2).getImm() == 0 && 120 MI->getOperand(1).getImm() != 0 || 122 MI->getOperand(4).getImm() != 0) 126 int64_t Length = MI->getOperand(2).getImm(); 218 unsigned OldCCValid = Cond[0].getImm(); 219 unsigned OldCCMask = Cond[1].getImm(); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.h | 71 return MI.getOperand(2).getImm();
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 347 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); 352 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); 357 O << MO.getImm(); 362 O << MO.getImm() - 1; 368 int64_t Val = MO.getImm(); 384 unsigned Flags = FlagsOP.getImm(); 480 O << MO.getImm(); 524 O << (unsigned short int)MO.getImm(); 554 O << Mips::MipsFCCToString((Mips::CondCode)MO.getImm());
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
HexagonInstPrinter.cpp | 111 O << MI->getOperand(OpNo).getImm(); 127 O << MI->getOperand(OpNo).getImm(); 132 O << -MI->getOperand(OpNo).getImm(); 146 O << " + #" << MO1.getImm(); 154 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
NVPTXInstPrinter.cpp | 87 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); 97 int64_t Imm = MO.getImm(); 147 int64_t Imm = MO.getImm(); 221 int Imm = (int) MO.getImm(); 274 MI->getOperand(OpNum + 1).getImm() == 0)
|