Searched refs:fptmpos (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/parisc/math-emu/ |
| D | fpudispatch.c | 77 #define fptmpos 31 macro 1130 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1198 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1199 tm |= extru(ir,fptmpos-4,1); /* add right word offset */ 1268 tm = extru(ir, fptmpos, 5) * sizeof(double)/sizeof(u_int); 1305 tm = (extru(ir,fptmpos,4) | 0x10 ) << 1; /* get offset */ 1306 tm |= extru(ir,fptmpos-4,1); /* add right word offset */
|