Searched refs:fptmpos (Results 1 – 1 of 1) sorted by relevance
/arch/parisc/math-emu/ |
D | fpudispatch.c | 90 #define fptmpos 31 macro 1143 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1211 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1212 tm |= extru(ir,fptmpos-4,1); /* add right word offset */ 1281 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1318 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1319 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
|