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

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
WebAssemblyDisassemblerEmitter.cpp 29 OpcodeTable;
44 auto &CGIP = OpcodeTable[Prefix][Opc];
69 for (auto &PrefixPair : OpcodeTable) {
90 auto PrefixIt = OpcodeTable.find(I);
92 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) {
105 for (auto &PrefixPair : OpcodeTable) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 618 // OpcodeTable - Sorted map of register instructions to their stack version.
622 static const TableEntry OpcodeTable[] = {
785 ASSERT_SORTED(OpcodeTable);
786 int Opc = Lookup(OpcodeTable, array_lengthof(OpcodeTable), Opcode);
787 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 580 // OpcodeTable - Sorted map of register instructions to their stack version.
584 static const TableEntry OpcodeTable[] = {
747 ASSERT_SORTED(OpcodeTable);
748 int Opc = Lookup(OpcodeTable, Opcode);
749 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp 618 // OpcodeTable - Sorted map of register instructions to their stack version.
622 static const TableEntry OpcodeTable[] = {
785 ASSERT_SORTED(OpcodeTable);
786 int Opc = Lookup(OpcodeTable, Opcode);
787 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");
    [all...]

Completed in 535 milliseconds