Home | History | Annotate | Download | only in X86

Lines Matching refs:TableEntry

535   struct TableEntry {
538 bool operator<(const TableEntry &TE) const { return from < TE.from; }
539 friend bool operator<(const TableEntry &TE, unsigned V) {
543 const TableEntry &TE) {
550 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) {
557 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) {
558 const TableEntry *I = std::lower_bound(Table, Table+N, Opcode);
585 static const TableEntry OpcodeTable[] = {
761 static const TableEntry PopTable[] = {
1070 static const TableEntry ForwardST0Table[] = {
1086 static const TableEntry ReverseST0Table[] = {
1102 static const TableEntry ForwardSTiTable[] = {
1118 static const TableEntry ReverseSTiTable[] = {
1196 const TableEntry *InstTable;