Searched refs:__i386_FLOAT_STATE (Results 1 – 2 of 2) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | MachRegisterStatesI386.h | 20 #define __i386_FLOAT_STATE 2 macro
|
D | DNBArchImplI386.cpp | 494 …(e_regSetFPU, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_FLOAT_STATE, (thread_sta… in GetFPUState() 496 … m_thread->MachPortNumber(), __i386_FLOAT_STATE, count, e_regSetWordSizeFPU, in GetFPUState() 535 …e_regSetFPU, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_FLOAT_STATE, (thread_sta… in SetFPUState()
|