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