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

  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 108 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
111 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12);
114 Opcode0, Opcode1, GPRMask ? "pop " : "refuse to unwind");
149 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
153 << format("0x%02X 0x%02X ; %s", Opcode0, Opcode1,
178 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
180 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
198 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
200 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
208 uint8_t Opcode0 = Opcodes[OI++ ^ 3]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 113 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
116 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12);
119 Opcode0, Opcode1, GPRMask ? "pop " : "refuse to unwind");
160 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
164 << format("0x%02X 0x%02X ; %s", Opcode0, Opcode1,
189 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
191 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
211 uint8_t Opcode0 = Opcodes[OI++ ^ 3];
213 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
221 uint8_t Opcode0 = Opcodes[OI++ ^ 3]
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 438 milliseconds