Searched refs:fptmpos (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 77 #define fptmpos 31 macro 1180 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1248 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1249 tm |= extru(ir,fptmpos-4,1); /* add right word offset */ 1318 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1355 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1356 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
|