Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h28 uint64_t __rcx; member
DDNBArchImplX86_64.cpp161 m_state.context.gpr.__rcx = ('c' << 8) + 'x'; in GetGPRState()
193 … m_state.context.gpr.__rax,m_state.context.gpr.__rbx,m_state.context.gpr.__rcx, in GetGPRState()
462 m_state.context.gpr.__rax,m_state.context.gpr.__rbx,m_state.context.gpr.__rcx, in SetGPRState()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-amd64-darwin.c71 mach->__rcx = vex->guest_RCX; in x86_thread_state64_from_vex()
166 vex->guest_RCX = mach->__rcx; in x86_thread_state64_to_vex()
/external/libcxxabi/src/Unwind/
DRegisters.hpp258 uint64_t __rcx; member
314 return _registers.__rcx; in getRegister()
360 _registers.__rcx = value; in setRegister()