Home | History | Annotate | Download | only in X86

Lines Matching refs:OpcodeTable

580 // OpcodeTable - Sorted map of register instructions to their stack version.
584 static const TableEntry OpcodeTable[] = {
747 ASSERT_SORTED(OpcodeTable);
748 int Opc = Lookup(OpcodeTable, Opcode);
749 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");