Fpustatus_register 488 arch/parisc/math-emu/float.h #define Rounding_mode() Roundingmode(Fpustatus_register) Fpustatus_register 490 arch/parisc/math-emu/float.h (Roundingmode(Fpustatus_register) == rmode) Fpustatus_register 492 arch/parisc/math-emu/float.h Bitfield_deposit(value,21,2,Fpustatus_register) Fpustatus_register 495 arch/parisc/math-emu/float.h #define Is_invalidtrap_enabled() Invalidtrap(Fpustatus_register) Fpustatus_register 496 arch/parisc/math-emu/float.h #define Is_divisionbyzerotrap_enabled() Divisionbyzerotrap(Fpustatus_register) Fpustatus_register 497 arch/parisc/math-emu/float.h #define Is_overflowtrap_enabled() Overflowtrap(Fpustatus_register) Fpustatus_register 498 arch/parisc/math-emu/float.h #define Is_underflowtrap_enabled() Underflowtrap(Fpustatus_register) Fpustatus_register 499 arch/parisc/math-emu/float.h #define Is_inexacttrap_enabled() Inexacttrap(Fpustatus_register) Fpustatus_register 502 arch/parisc/math-emu/float.h #define Set_invalidflag() Bitfield_deposit(1,0,1,Fpustatus_register) Fpustatus_register 503 arch/parisc/math-emu/float.h #define Set_divisionbyzeroflag() Bitfield_deposit(1,1,1,Fpustatus_register) Fpustatus_register 504 arch/parisc/math-emu/float.h #define Set_overflowflag() Bitfield_deposit(1,2,1,Fpustatus_register) Fpustatus_register 505 arch/parisc/math-emu/float.h #define Set_underflowflag() Bitfield_deposit(1,3,1,Fpustatus_register) Fpustatus_register 506 arch/parisc/math-emu/float.h #define Set_inexactflag() Bitfield_deposit(1,4,1,Fpustatus_register) Fpustatus_register 508 arch/parisc/math-emu/float.h #define Clear_all_flags() Bitfield_deposit(0,0,5,Fpustatus_register) Fpustatus_register 511 arch/parisc/math-emu/float.h #define Set_tbit() Bitfield_deposit(1,25,1,Fpustatus_register) Fpustatus_register 512 arch/parisc/math-emu/float.h #define Clear_tbit() Bitfield_deposit(0,25,1,Fpustatus_register) Fpustatus_register 513 arch/parisc/math-emu/float.h #define Is_tbit_set() Tbit(Fpustatus_register) Fpustatus_register 514 arch/parisc/math-emu/float.h #define Is_cbit_set() Cbit(Fpustatus_register) Fpustatus_register 517 arch/parisc/math-emu/float.h Bitfield_deposit(value,5,1,Fpustatus_register)