HomeSort by: relevance | last modified time | path
    Searched defs:QCMP_LT (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
quadlib.c 37 #define QCMP_LT 8
98 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT) != 0);
104 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
110 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT | QCMP_GT) != 0);
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
122 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
152 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
quadlib.c 37 #define QCMP_LT 8
98 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT) != 0);
104 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
110 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT | QCMP_GT) != 0);
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
122 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
152 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1838 QCMP_LT = 8,
1857 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1858 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1863 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break;
1864 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1828 QCMP_LT = 8,
1847 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1848 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1853 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break;
1854 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;

Completed in 162 milliseconds