Searched refs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance
31 OpcodeTable; in emitWebAssemblyDisassemblerTables() local46 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()76 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()121 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()123 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()142 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
622 static const TableEntry OpcodeTable[] = { variable785 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()786 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()