Searched refs:gpr_ecx (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_i386.cpp | 40 gpr_ecx, enumerator 237 … , dwarf_ecx , LLDB_INVALID_REGNUM , gdb_ecx , gpr_ecx }, NULL… 328 gpr_ecx, 576 case gpr_ecx: in ReadRegister() 696 case gpr_ecx: in WriteRegister() 866 case dwarf_ecx: return gpr_ecx; in ConvertRegisterKindToRegisterNumber() 901 case gdb_ecx : return gpr_ecx; in ConvertRegisterKindToRegisterNumber()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | RegisterContext_i386.cpp | 29 gpr_ecx, enumerator 92 gpr_ecx, 407 case dwarf_ecx: return gpr_ecx; in ConvertRegisterKindToRegisterNumber() 441 case gdb_ecx : return gpr_ecx; in ConvertRegisterKindToRegisterNumber()
|
D | RegisterContext_x86_64.h | 49 gpr_ecx, enumerator
|
D | RegisterContext_x86_64.cpp | 207 gpr_ecx, 948 case dwarf_ecx: return gpr_ecx; in ConvertRegisterKindToRegisterNumber() 982 case gdb_ecx : return gpr_ecx; in ConvertRegisterKindToRegisterNumber()
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 72 gpr_ecx = 2, enumerator 1045 uint32_t g_contained_ecx[] = { gpr_ecx, INVALID_NUB_REGNUM }; 1054 uint32_t g_invalidate_ecx[] = { gpr_ecx , gpr_cx , gpr_ch , gpr_cl, INVALID_NUB_REGNUM }; 1067 { e_regSetGPR, gpr_ecx, "ecx" , NULL , Uint, Hex, GPR_SIZE(ecx), GPR_OFFSET(ecx) …
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 993 gpr_ecx, enumerator 1310 uint32_t g_invalidate_rcx[] = { gpr_rcx, gpr_ecx , gpr_cx , gpr_ch , gpr_cl, INVALID_NUB_REGNUM };
|