Searched refs:fprapos (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/parisc/math-emu/ |
| D | fpudispatch.c | 78 #define fprapos 25 macro 1133 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1201 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1202 ra |= extru(ir,fprapos-4,1); /* add right word offset */ 1271 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1308 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1309 ra |= extru(ir,fprapos-4,1); /* add right word offset */
|