HomeSort by relevance Sort by last modified time
    Searched refs:Opcode0 (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 107 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
110 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12);
113 Opcode0, Opcode1, GPRMask ? "pop " : "refuse to unwind");
148 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
152 << format("0x%02X 0x%02X ; %s", Opcode0, Opcode1,
177 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
179 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
197 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
199 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
207 uint8_t Opcode0 = Opcodes[OI++ ^ 3]
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 131 milliseconds