Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h85 __i386_fp_status_t __fpu_fsw; member
120 __i386_fp_status_t __fpu_fsw; member
167 __i386_fp_status_t __fpu_fsw; member
DDNBArchImplI386.cpp393 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fsw) = 0x5678; in GetFPUState()
1807 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fsw)); in GetRegisterValue()
2027 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fsw)) = in SetRegisterValue()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h91 __x86_64_fp_status_t __fpu_fsw; member
134 __x86_64_fp_status_t __fpu_fsw; member
198 __x86_64_fp_status_t __fpu_fsw; member
DDNBArchImplX86_64.cpp275 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fsw) = 0x5678; in GetFPUState()
2335 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fsw)); in GetRegisterValue()
2544 *((uint16_t *)(&m_state.context.fpu.no_avx.__fpu_fsw)) = in SetRegisterValue()
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs54 __fpu_fsw: ::c_short,