OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mxcsr
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libm/arch/i387/
fenv.c
86
/* Load the
MXCSR
register */
90
/* Store the
MXCSR
register state */
120
.
mxcsr
= __INITIAL_MXCSR__ /*
MXCSR
register */
160
uint32_t
mxcsr
;
local in function:feclearexcept
177
__stmxcsr(&
mxcsr
);
178
mxcsr
&= ~ex;
179
__ldmxcsr(
mxcsr
);
194
uint32_t
mxcsr
;
local in function:fegetexceptflag
205
__stmxcsr(&
mxcsr
);
249
uint32_t
mxcsr
;
local in function:fesetexceptflag
281
uint32_t
mxcsr
;
local in function:fetestexcept
322
uint32_t
mxcsr
;
local in function:fesetround
353
uint32_t
mxcsr
;
local in function:fegetenv
381
uint32_t
mxcsr
;
local in function:feholdexcept
444
uint32_t
mxcsr
;
local in function:feupdateenv
477
uint32_t
mxcsr
, omask;
local in function:feenableexcept
501
uint32_t
mxcsr
, omask;
local in function:fedisableexcept
[
all
...]
/src/sys/arch/amd64/include/
fenv.h
42
/* Default values for the
mxcsr
. All traps masked. */
99
uint32_t
mxcsr
; /* Control and status register */
member in struct:__anon9586cdeb0108
/src/sys/arch/i386/include/
fenv.h
42
/* Default values for the
mxcsr
. All traps masked. */
100
uint32_t
mxcsr
; /* Control and status register */
member in struct:__anon7a5204990108
/src/lib/libm/arch/x86_64/
fenv.c
84
/* Load the
MXCSR
register */
88
/* Store the
MXCSR
register state */
118
__INITIAL_MXCSR__ /*
MXCSR
register */
157
__stmxcsr(&fenv.
mxcsr
);
158
fenv.
mxcsr
&= ~ex;
159
__ldmxcsr(fenv.
mxcsr
);
173
uint32_t
mxcsr
;
local in function:fegetexceptflag
185
/* Store the
MXCSR
register */
186
__stmxcsr(&
mxcsr
);
189
*flagp = (x87_status |
mxcsr
) & ex
262
uint32_t
mxcsr
;
local in function:fetestexcept
282
uint32_t
mxcsr
;
local in function:fegetround
310
uint32_t
mxcsr
;
local in function:fesetround
382
uint32_t
mxcsr
;
local in function:feholdexcept
456
uint32_t
mxcsr
;
local in function:feupdateenv
496
uint32_t
mxcsr
, omask;
local in function:feenableexcept
519
uint32_t
mxcsr
, omask;
local in function:fedisableexcept
[
all
...]
/src/sys/compat/linux/arch/amd64/
linux_machdep.h
52
u_int32_t
mxcsr
;
member in struct:linux__fpstate
/src/sys/arch/x86/x86/
fpu.c
668
* the
mxcsr
bits are 'sticky' and need clearing to not confuse a later trap.
694
uint32_t
mxcsr
;
local in function:fputrap
695
x86_stmxcsr(&
mxcsr
);
696
statbits =
mxcsr
;
698
mxcsr
&= ~0x3f;
699
x86_ldmxcsr(&
mxcsr
);
842
* Invalid bits in
mxcsr
or mxcsr_mask will cause faults.
1004
* Copy
MXCSR
if either SSE or AVX state is requested, to match the
1009
* Invalid bits in
mxcsr
or mxcsr_mask will cause faults.
/src/sys/compat/linux/arch/i386/
linux_machdep.h
69
uint32_t
mxcsr
;
member in struct:linux_fpstate
Completed in 14 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025