Home
last modified time | relevance | path

Searched refs:_FPU_DEFAULT (Results 1 – 25 of 37) sorted by relevance

12

/sysdeps/arm/
A Dfpu_control.h25 #define _FPU_DEFAULT 0x00000000 macro
47 #define _FPU_DEFAULT 0x00000000 macro
50 #define _FPU_IEEE (_FPU_DEFAULT | 0x00001f00)
A Dfesetmode.c37 new_fpscr = (fpscr & (_FPU_RESERVED | FPU_STATUS_BITS)) | _FPU_DEFAULT; in fesetmode()
/sysdeps/mips/
A Dfpu_control.h65 #define _FPU_DEFAULT 0x00000000 macro
101 # define _FPU_DEFAULT 0x000C0000 macro
103 # define _FPU_DEFAULT 0x00000000 macro
/sysdeps/riscv/
A Dfpu_control.h27 # define _FPU_DEFAULT 0x00000000 macro
36 # define _FPU_DEFAULT 0 macro
37 # define _FPU_IEEE _FPU_DEFAULT
/sysdeps/sh/
A Dfpu_control.h25 #define _FPU_DEFAULT 0x00000000 macro
50 #define _FPU_DEFAULT 0x00080000 /* Default value. */ macro
/sysdeps/arc/
A Dfpu_control.h52 # define _FPU_DEFAULT 0x00000000 macro
67 # define _FPU_DEFAULT 0x00000100 macro
/sysdeps/m68k/
A Dfpu_control.h59 # define _FPU_DEFAULT 0x00000000 macro
101 # define _FPU_DEFAULT 0x00000000 macro
/sysdeps/hppa/fpu/
A Dfpu_control.h39 #define _FPU_DEFAULT 0x00000000 macro
41 #define _FPU_IEEE (_FPU_DEFAULT | _FPU_HPPA_MASK_INT)
A Dfesetmode.c31 cw |= _FPU_DEFAULT; in fesetmode()
/sysdeps/aarch64/fpu/
A Dfpu_control.h52 #define _FPU_DEFAULT 0x00000000 macro
78 (_FPU_DEFAULT | _FPU_FPCR_MASK_IXE \
A Dfesetmode.c28 fpcr_new = (fpcr & _FPU_RESERVED) | _FPU_DEFAULT; in fesetmode()
/sysdeps/csky/
A Dfpu_control.h67 # define _FPU_DEFAULT 0x00000000 macro
103 # define _FPU_DEFAULT 0x00000000 macro
/sysdeps/arc/fpu/
A Dfesetmode.c29 fpcr = _FPU_DEFAULT; in fesetmode()
/sysdeps/m68k/fpu/
A Dfesetmode.c27 mode = _FPU_DEFAULT; in fesetmode()
/sysdeps/csky/fpu/
A Dfesetmode.c27 mode = _FPU_DEFAULT; in fesetmode()
/sysdeps/generic/
A Dfpu_control.h26 #define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
/sysdeps/s390/fpu/
A Dfpu_control.h29 #define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
A Dfesetmode.c33 fpc |= _FPU_DEFAULT; in fesetmode()
/sysdeps/mips/fpu/
A Dfesetmode.c32 cw |= _FPU_DEFAULT; in fesetmode()
A Dfesetenv.c31 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
/sysdeps/sh/sh4/fpu/
A Dfesetmode.c32 fpscr |= _FPU_DEFAULT; in fesetmode()
A Dfesetenv.c26 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
/sysdeps/sparc/fpu/
A Dfesetmode.c33 fsr |= _FPU_DEFAULT; in fesetmode()
/sysdeps/alpha/fpu/
A Dfpu_control.h93 #define _FPU_DEFAULT 0x137f macro
/sysdeps/powerpc/
A Dfpu_control.h29 # define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
57 # define _FPU_DEFAULT 0x00000000 /* Default value. */ macro

Completed in 63 milliseconds

12