HomeSort by: relevance | last modified time | path
    Searched refs:NR_SPARE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 156 #define NR_SPARE 2
1477 numerator <<= NR_SPARE;
1478 denominator <<= NR_SPARE;
1482 bit = (IMPLICIT_1 << NR_SPARE);
1495 if ((quotient & LSMASK64 (NR_SPARE -1, 0)))
1496 quotient = (quotient >> NR_SPARE) | 1;
1498 quotient = (quotient >> NR_SPARE);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 156 #define NR_SPARE 2
1477 numerator <<= NR_SPARE;
1478 denominator <<= NR_SPARE;
1482 bit = (IMPLICIT_1 << NR_SPARE);
1495 if ((quotient & LSMASK64 (NR_SPARE -1, 0)))
1496 quotient = (quotient >> NR_SPARE) | 1;
1498 quotient = (quotient >> NR_SPARE);

Completed in 28 milliseconds