Searched refs:fptmpos (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dfpudispatch.c78 #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 121 milliseconds