Searched refs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance
33 OpcodeTable; in emitWebAssemblyDisassemblerTables() local55 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables()100 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()145 auto PrefixIt = OpcodeTable.find(I); in emitWebAssemblyDisassemblerTables()147 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) { in emitWebAssemblyDisassemblerTables()166 for (auto &PrefixPair : OpcodeTable) { in emitWebAssemblyDisassemblerTables()
624 static const TableEntry OpcodeTable[] = { variable790 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()791 int Opc = Lookup(OpcodeTable, Opcode); in getConcreteOpcode()