OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__fpsr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/include/
fenv.h
17
unsigned int
__fpsr
;
member in struct:__anon811d086f0108
mcontext.h
140
__uint32_t
__fpsr
; /* FPSR */
member in struct:__anonbb5140720108
/src/sys/arch/ia64/include/
fenv.h
79
fenv_t
__fpsr
;
local in function:feclearexcept
81
__stfpsr(&
__fpsr
);
82
__fpsr
&= ~((fenv_t)__excepts << _FPUSW_SHIFT);
83
__ldfpsr(
__fpsr
);
90
fenv_t
__fpsr
;
local in function:fegetexceptflag
92
__stfpsr(&
__fpsr
);
93
*__flagp = (fexcept_t)(
__fpsr
>> _FPUSW_SHIFT) & __excepts;
100
fenv_t
__fpsr
;
local in function:fesetexceptflag
102
__stfpsr(&
__fpsr
);
103
__fpsr
&= ~((fenv_t)__excepts << _FPUSW_SHIFT)
154
fenv_t
__fpsr
;
local in function:fetestexcept
164
fenv_t
__fpsr
;
local in function:fegetround
173
fenv_t
__fpsr
;
local in function:fesetround
195
fenv_t
__fpsr
;
local in function:feholdexcept
246
fenv_t
__fpsr
;
local in function:fegetexcept
[
all
...]
/src/sys/arch/m68k/include/
fenv.h
82
#define __get_fpsr(
__fpsr
) \
83
__asm__ __volatile__ ("fmove%.l %/fpsr,%0" : "=dm" (
__fpsr
))
84
#define __set_fpsr(
__fpsr
) \
85
__asm__ __volatile__ ("fmove%.l %0,%/fpsr" : : "dm" (
__fpsr
))
121
fexcept_t
__fpsr
;
local in function:feclearexcept
125
__get_fpsr(
__fpsr
);
126
__fpsr
&= ~__excepts;
127
__set_fpsr(
__fpsr
);
135
fexcept_t
__fpsr
;
local in function:fegetexceptflag
137
__get_fpsr(
__fpsr
);
147
fexcept_t
__fpsr
;
local in function:fesetexceptflag
183
fexcept_t
__fpsr
;
local in function:fetestexcept
228
fexcept_t __fpcr,
__fpsr
;
local in function:feholdexcept
260
fexcept_t
__fpsr
;
local in function:feupdateenv
[
all
...]
/src/sys/arch/mips/include/
fenv.h
77
fpu_control_t
__fpsr
;
local in function:__rfs
79
__asm __volatile("cfc1 %0,$31" : "=r" (
__fpsr
));
80
return
__fpsr
;
84
__wfs(fpu_control_t
__fpsr
)
87
__asm __volatile("ctc1 %0,$31" : : "r" (
__fpsr
));
98
fexcept_t
__fpsr
;
local in function:feclearexcept
101
__fpsr
= __rfs();
102
__fpsr
&= ~(__excepts | (__excepts << _ENABLE_SHIFT));
103
__wfs(
__fpsr
);
110
fexcept_t
__fpsr
;
local in function:fegetexceptflag
120
fexcept_t
__fpsr
;
local in function:fesetexceptflag
141
fexcept_t
__fpsr
;
local in function:fetestexcept
150
fexcept_t
__fpsr
;
local in function:fegetround
159
fexcept_t
__fpsr
;
local in function:fesetround
202
fexcept_t
__fpsr
;
local in function:feupdateenv
245
fenv_t
__fpsr
;
local in function:fegetexcept
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025