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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c 242 unsigned int mover; /* Mantissa overflow bits */ local
452 mover = 0;
467 the extra bit in mover. */
469 mover=1;
477 if(mover)
480 smant |= sone; /* Insert the bit from mover into smant */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c 242 unsigned int mover; /* Mantissa overflow bits */ local
452 mover = 0;
467 the extra bit in mover. */
469 mover=1;
477 if(mover)
480 smant |= sone; /* Insert the bit from mover into smant */

Completed in 115 milliseconds