Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/include/
H A Dpsl.h83 #define PSL_FE_DIS 0 /* none */ macro
87 #define PSL_FE_DFLT PSL_FE_DIS /* default == none */
/netbsd-src/lib/libc/arch/powerpc/gen/
H A Dfpsetmask.c88 (new ? PSL_FE_PREC : PSL_FE_DIS); in fpsetmask()