Searched refs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance
30 OpcodeTable; in emitWebAssemblyDisassemblerTables() local51 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()102 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()146 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()148 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()167 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
628 static const TableEntry OpcodeTable[] = { variable791 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()792 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()