Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h88 uint16_t __fpu_fop; member
123 uint16_t __fpu_fop; member
170 uint16_t __fpu_fop; member
DDNBArchImplI386.cpp396 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
1813 value->value.uint16 = m_state.context.fpu.no_avx.__fpu_fop; in GetRegisterValue()
2036 m_state.context.fpu.no_avx.__fpu_fop = value->value.uint16; in SetRegisterValue()
2288 memcpy(p, &m_state.context.fpu.no_avx.__fpu_fop, 8); in GetRegisterContext()
2365 memcpy(&m_state.context.fpu.no_avx.__fpu_fop, p, 8); in SetRegisterContext()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h94 uint16_t __fpu_fop; member
137 uint16_t __fpu_fop; member
201 uint16_t __fpu_fop; member
DDNBArchImplX86_64.cpp278 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
2341 value->value.uint16 = m_state.context.fpu.no_avx.__fpu_fop; in GetRegisterValue()
2553 m_state.context.fpu.no_avx.__fpu_fop = value->value.uint16; in SetRegisterValue()
2784 memcpy(p, &m_state.context.fpu.no_avx.__fpu_fop, 8); in GetRegisterContext()
2868 memcpy(&m_state.context.fpu.no_avx.__fpu_fop, p, 8); in SetRegisterContext()
/external/rust/crates/libc/src/unix/bsd/apple/b64/x86_64/
Dmod.rs57 pub __fpu_fop: u16,