Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h88 uint16_t __fpu_fop; member
123 uint16_t __fpu_fop; member
170 uint16_t __fpu_fop; member
H A 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()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DMachRegisterStatesX86_64.h94 uint16_t __fpu_fop; member
137 uint16_t __fpu_fop; member
201 uint16_t __fpu_fop; member
H A 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()
2788 memcpy(p, &m_state.context.fpu.no_avx.__fpu_fop, 8); in GetRegisterContext()
2872 memcpy(&m_state.context.fpu.no_avx.__fpu_fop, p, 8); in SetRegisterContext()