Home | History | Annotate | Download | only in X86

Lines Matching refs:TableEntry

572   struct TableEntry {
575 bool operator<(const TableEntry &TE) const { return from < TE.from; }
576 friend bool operator<(const TableEntry &TE, unsigned V) {
580 const TableEntry &TE) {
587 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
594 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
595 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
622 static const TableEntry OpcodeTable[] = {
798 static const TableEntry PopTable[] = {
1084 static const TableEntry ForwardST0Table[] = {
1100 static const TableEntry ReverseST0Table[] = {
1116 static const TableEntry ForwardSTiTable[] = {
1132 static const TableEntry ReverseSTiTable[] = {
1210 const TableEntry *InstTable;