Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h93 uint16_t __fpu_ds; member
128 uint16_t __fpu_ds; member
175 uint16_t __fpu_ds; member
H A DDNBArchImplI386.cpp401 m_state.context.fpu.no_avx.__fpu_ds = 7; in GetFPUState()
1825 value->value.uint16 = m_state.context.fpu.no_avx.__fpu_ds; in GetRegisterValue()
2052 m_state.context.fpu.no_avx.__fpu_ds = value->value.uint16; in SetRegisterValue()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DMachRegisterStatesX86_64.h99 uint16_t __fpu_ds; member
142 uint16_t __fpu_ds; member
206 uint16_t __fpu_ds; member
H A DDNBArchImplX86_64.cpp283 m_state.context.fpu.no_avx.__fpu_ds = 7; in GetFPUState()
2353 value->value.uint16 = m_state.context.fpu.no_avx.__fpu_ds; in GetRegisterValue()
2569 m_state.context.fpu.no_avx.__fpu_ds = value->value.uint16; in SetRegisterValue()