OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__mxcsr_hi
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/bits/
fenv_x86.h
41
__uint16_t
__mxcsr_hi
;
member in struct:__anon225
/bionic/libm/i387/
fenv.c
65
0x0000, /*
__mxcsr_hi
*/
186
envp->
__mxcsr_hi
= mxcsr >> 16;
206
envp->
__mxcsr_hi
= mxcsr >> 16;
383
mxcsr = (env.
__mxcsr_hi
<< 16) | (env.__mxcsr_lo);
384
env.
__mxcsr_hi
= 0xffff;
Completed in 58 milliseconds