Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_emu.h144 #define FTYPE_FPSCR 0x10 macro
145 #define FTYPE_FLAG_MASK (FTYPE_RD_RZ | FTYPE_FPSCR)
H A Dfpu_emu.c553 type = FTYPE_DBL | FTYPE_FPSCR; in fpu_execute()
560 type = FTYPE_INT | FTYPE_FPSCR; in fpu_execute()
671 type = FTYPE_LNG | FTYPE_FPSCR; in fpu_execute()
680 type = FTYPE_DBL | FTYPE_FPSCR; in fpu_execute()
818 fpu_implode(fe, fp, FTYPE_SNG | FTYPE_FPSCR, in fpu_execute()
823 type |= FTYPE_FPSCR; in fpu_execute()
H A Dfpu_implode.c522 fpscr = type & FTYPE_FPSCR; in fpu_implode()