Searched refs:fprapos (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/parisc/math-emu/ |
D | fpudispatch.c | 91 #define fprapos 25 macro 1146 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1214 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1215 ra |= extru(ir,fprapos-4,1); /* add right word offset */ 1284 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1321 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1322 ra |= extru(ir,fprapos-4,1); /* add right word offset */
|