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

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
quadlib.c 36 #define QCMP_EQ 4
74 return (_U_Qfcmp (a, b, QCMP_EQ) != 0);
80 return (_U_Qfcmp (a, b, QCMP_EQ) == 0);
92 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_GT) != 0);
104 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
128 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
140 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ) != 0);
152 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
158 if (_U_Qfcmp (a, b, QCMP_EQ) == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
quadlib.c 36 #define QCMP_EQ 4
74 return (_U_Qfcmp (a, b, QCMP_EQ) != 0);
80 return (_U_Qfcmp (a, b, QCMP_EQ) == 0);
92 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_GT) != 0);
104 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
128 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
140 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ) != 0);
152 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
158 if (_U_Qfcmp (a, b, QCMP_EQ) == 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1837 QCMP_EQ = 4,
1850 case EQ: magic = QCMP_EQ; ncode = NE; break;
1851 case NE: magic = QCMP_EQ; ncode = EQ; break;
1858 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1860 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1864 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1866 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1827 QCMP_EQ = 4,
1840 case EQ: magic = QCMP_EQ; ncode = NE; break;
1841 case NE: magic = QCMP_EQ; ncode = EQ; break;
1848 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1850 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1854 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1856 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;

Completed in 36 milliseconds