Home
last modified time | relevance | path

Searched refs:new_status (Results 1 – 1 of 1) sorted by relevance

/arch/parisc/math-emu/
Dfpudispatch.c1451 update_status_cbit(status, new_status, fpu_type, y_field) in update_status_cbit() argument
1452 u_int *status, new_status; in update_status_cbit()
1468 (new_status & 0xffc007ff); /* all other bits*/
1471 ((new_status & 0x04000000) >> (y_field+4)) |
1472 (new_status & ~0x04000000 & /* other bits */
1478 *status = new_status;