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

  /src/sys/arch/hppa/spmath/
fpudispatch.c 78 #define fptmpos 31 macro
679 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(unsigned);
735 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */
736 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
803 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(unsigned);
842 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */
843 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
fpudispatch.c 78 #define fptmpos 31 macro
679 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(unsigned);
735 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */
736 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
803 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(unsigned);
842 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */
843 tm |= extru(ir,fptmpos-4,1); /* add right word offset */

Completed in 91 milliseconds