Searched refs:fprapos (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 78 #define fprapos 25 macro 1183 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1251 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1252 ra |= extru(ir,fprapos-4,1); /* add right word offset */ 1321 ra = extru(ir, fprapos, 5) * sizeof(double)/sizeof(u_int); 1358 ra = (extru(ir,fprapos,4) | 0x10 ) << 1; /* get offset */ 1359 ra |= extru(ir,fprapos-4,1); /* add right word offset */
|