HomeSort by: relevance | last modified time | path
    Searched refs:FTYPE_FPSCR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/fpu/
fpu_emu.h 144 #define FTYPE_FPSCR 0x10
145 #define FTYPE_FLAG_MASK (FTYPE_RD_RZ | FTYPE_FPSCR)
fpu_emu.c 553 type = FTYPE_DBL | FTYPE_FPSCR;
560 type = FTYPE_INT | FTYPE_FPSCR;
671 type = FTYPE_LNG | FTYPE_FPSCR;
680 type = FTYPE_DBL | FTYPE_FPSCR;
818 fpu_implode(fe, fp, FTYPE_SNG | FTYPE_FPSCR,
823 type |= FTYPE_FPSCR;
fpu_implode.c 522 fpscr = type & FTYPE_FPSCR;

Completed in 15 milliseconds