Searched refs:_FPU_DEFAULT (Results 1 – 25 of 37) sorted by relevance
12
25 #define _FPU_DEFAULT 0x00000000 macro47 #define _FPU_DEFAULT 0x00000000 macro50 #define _FPU_IEEE (_FPU_DEFAULT | 0x00001f00)
37 new_fpscr = (fpscr & (_FPU_RESERVED | FPU_STATUS_BITS)) | _FPU_DEFAULT; in fesetmode()
65 #define _FPU_DEFAULT 0x00000000 macro101 # define _FPU_DEFAULT 0x000C0000 macro103 # define _FPU_DEFAULT 0x00000000 macro
27 # define _FPU_DEFAULT 0x00000000 macro36 # define _FPU_DEFAULT 0 macro37 # define _FPU_IEEE _FPU_DEFAULT
25 #define _FPU_DEFAULT 0x00000000 macro50 #define _FPU_DEFAULT 0x00080000 /* Default value. */ macro
52 # define _FPU_DEFAULT 0x00000000 macro67 # define _FPU_DEFAULT 0x00000100 macro
59 # define _FPU_DEFAULT 0x00000000 macro101 # define _FPU_DEFAULT 0x00000000 macro
39 #define _FPU_DEFAULT 0x00000000 macro41 #define _FPU_IEEE (_FPU_DEFAULT | _FPU_HPPA_MASK_INT)
31 cw |= _FPU_DEFAULT; in fesetmode()
52 #define _FPU_DEFAULT 0x00000000 macro78 (_FPU_DEFAULT | _FPU_FPCR_MASK_IXE \
28 fpcr_new = (fpcr & _FPU_RESERVED) | _FPU_DEFAULT; in fesetmode()
67 # define _FPU_DEFAULT 0x00000000 macro103 # define _FPU_DEFAULT 0x00000000 macro
29 fpcr = _FPU_DEFAULT; in fesetmode()
27 mode = _FPU_DEFAULT; in fesetmode()
26 #define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
29 #define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
33 fpc |= _FPU_DEFAULT; in fesetmode()
32 cw |= _FPU_DEFAULT; in fesetmode()
31 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
32 fpscr |= _FPU_DEFAULT; in fesetmode()
26 _FPU_SETCW (_FPU_DEFAULT); in __fesetenv()
33 fsr |= _FPU_DEFAULT; in fesetmode()
93 #define _FPU_DEFAULT 0x137f macro
29 # define _FPU_DEFAULT 0x00000000 /* Default value. */ macro57 # define _FPU_DEFAULT 0x00000000 /* Default value. */ macro
Completed in 63 milliseconds