Home
last modified time | relevance | path

Searched refs:__fpu_fcw (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h84 __i386_fp_control_t __fpu_fcw; member
119 __i386_fp_control_t __fpu_fcw; member
166 __i386_fp_control_t __fpu_fcw; member
DDNBArchImplI386.cpp392 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fcw) = 0x1234; in GetFPUState()
1803 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fcw)); in GetRegisterValue()
2022 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fcw)) = in SetRegisterValue()
2286 memcpy(p, &m_state.context.fpu.no_avx.__fpu_fcw, 5); in GetRegisterContext()
2363 memcpy(&m_state.context.fpu.no_avx.__fpu_fcw, p, 5); in SetRegisterContext()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h90 __x86_64_fp_control_t __fpu_fcw; member
133 __x86_64_fp_control_t __fpu_fcw; member
197 __x86_64_fp_control_t __fpu_fcw; member
DDNBArchImplX86_64.cpp274 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fcw) = 0x1234; in GetFPUState()
2331 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fcw)); in GetRegisterValue()
2539 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fcw)) = in SetRegisterValue()
2780 memcpy(p, &m_state.context.fpu.no_avx.__fpu_fcw, 5); in GetRegisterContext()
2864 memcpy(&m_state.context.fpu.no_avx.__fpu_fcw, p, 5); in SetRegisterContext()
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs53 __fpu_fcw: ::c_short,