HomeSort by: relevance | last modified time | path
    Searched refs:Opcode1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 112 uint8_t Opcode1 = Opcodes[OI++ ^ 3];
114 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12);
117 Opcode0, Opcode1, GPRMask ? "pop " : "refuse to unwind");
159 uint8_t Opcode1 = Opcodes[OI++ ^ 3];
162 << format("0x%02X 0x%02X ; %s", Opcode0, Opcode1,
163 ((Opcode1 & 0xf0) || Opcode1 == 0x00) ? "spare" : "pop ");
164 if (((Opcode1 & 0xf0) == 0x00) && Opcode1)
165 PrintGPR((Opcode1 & 0x0f))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp 157 static BinaryOperator *isReassociableOp(Value *V, unsigned Opcode1,
161 (I->getOpcode() == Opcode1 || I->getOpcode() == Opcode2))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 3059 int64_t Offset1, unsigned Opcode1, int FI2,
3068 int Scale1 = AArch64InstrInfo::getMemScale(Opcode1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 39 milliseconds