Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp390 m_state.context.fpu.no_avx.__fpu_reserved[0] = -1; in GetFPUState()
391 m_state.context.fpu.no_avx.__fpu_reserved[1] = -1; in GetFPUState()
392 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fcw) = 0x1234; in GetFPUState()
393 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fsw) = 0x5678; in GetFPUState()
394 m_state.context.fpu.no_avx.__fpu_ftw = 1; in GetFPUState()
395 m_state.context.fpu.no_avx.__fpu_rsrv1 = UINT8_MAX; in GetFPUState()
396 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
397 m_state.context.fpu.no_avx.__fpu_ip = 3; in GetFPUState()
398 m_state.context.fpu.no_avx.__fpu_cs = 4; in GetFPUState()
399 m_state.context.fpu.no_avx.__fpu_rsrv2 = 5; in GetFPUState()
[all …]
DDNBArchImplI386.h119 FPU no_avx; member
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp272 m_state.context.fpu.no_avx.__fpu_reserved[0] = -1; in GetFPUState()
273 m_state.context.fpu.no_avx.__fpu_reserved[1] = -1; in GetFPUState()
274 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fcw) = 0x1234; in GetFPUState()
275 *(uint16_t *)&(m_state.context.fpu.no_avx.__fpu_fsw) = 0x5678; in GetFPUState()
276 m_state.context.fpu.no_avx.__fpu_ftw = 1; in GetFPUState()
277 m_state.context.fpu.no_avx.__fpu_rsrv1 = UINT8_MAX; in GetFPUState()
278 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
279 m_state.context.fpu.no_avx.__fpu_ip = 3; in GetFPUState()
280 m_state.context.fpu.no_avx.__fpu_cs = 4; in GetFPUState()
281 m_state.context.fpu.no_avx.__fpu_rsrv2 = 5; in GetFPUState()
[all …]
DDNBArchImplX86_64.h119 FPU no_avx; member