Home
last modified time | relevance | path

Searched refs:fpu_dp (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_i386.cpp61 fpu_dp, enumerator
95 fpu_fooff = fpu_dp
258 … , LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_dp , fpu_dp }, NULL…
354 fpu_dp,
617 case fpu_dp: in ReadRegister()
737 case fpu_dp: in WriteRegister()
DRegisterContextDarwin_x86_64.cpp67 fpu_dp, enumerator
109 fpu_fooff = fpu_dp
286 …UM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fpu_dp , fpu_dp }, NU…
395 fpu_dp,
664 case fpu_dp: in ReadRegister()
792 case fpu_dp: in WriteRegister()
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp226 fpu_dp,
735 case fpu_dp: in ReadRegister()
828 case fpu_dp: in WriteRegister()
1010 case gdb_dp : return fpu_dp; //fpu_foo in ConvertRegisterKindToRegisterNumber()
1157 case gdb_fpu_dp : return fpu_dp; in ConvertRegisterKindToRegisterNumber()
DRegisterContext_x86_64.h67 fpu_dp, enumerator
/external/qemu/target-i386/
Dhax-interface.h43 uint64 fpu_dp; member
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp116 fpu_dp, enumerator
153 fpu_fooff = fpu_dp
1113 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , FPU_OFFSE…
1146 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , AVX_OFFSE…
1324 …case fpu_dp: value->value.uint32 = m_state.context.fpu.avx.__fpu_dp; … in GetRegisterValue()
1371 …case fpu_dp: value->value.uint32 = m_state.context.fpu.no_avx.__fpu_dp; … in GetRegisterValue()
1471 …case fpu_dp: m_state.context.fpu.avx.__fpu_dp = value->value.uint32; … in SetRegisterValue()
1518 …case fpu_dp: m_state.context.fpu.no_avx.__fpu_dp = value->value.uint32; … in SetRegisterValue()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp1053 fpu_dp, enumerator
1106 fpu_fooff = fpu_dp
1413 …{ e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , FPU_OFFS…
1454 …{ e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , AVX_OFFS…
1651 …case fpu_dp: value->value.uint32 = m_state.context.fpu.avx.__fpu_dp; … in GetRegisterValue()
1717 …case fpu_dp: value->value.uint32 = m_state.context.fpu.no_avx.__fpu_dp; … in GetRegisterValue()
1830 …case fpu_dp: m_state.context.fpu.avx.__fpu_dp = value->value.uint32; … in SetRegisterValue()
1898 …case fpu_dp: m_state.context.fpu.no_avx.__fpu_dp = value->value.uint32; … in SetRegisterValue()