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