Searched defs:gpr_ecx (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.cpp29 gpr_ecx, enumerator in enum:__anon9947
92 gpr_ecx,
407 case dwarf_ecx: return gpr_ecx;
441 case gdb_ecx : return gpr_ecx;
H A DRegisterContext_x86_64.h49 gpr_ecx, enumerator in enum:__anon9958
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp40 gpr_ecx, enumerator in enum:__anon9965
237 { DEFINE_GPR(ecx , NULL) , { gcc_ecx , dwarf_ecx , LLDB_INVALID_REGNUM , gdb_ecx , gpr_ecx }, NULL, NULL},
328 gpr_ecx,
576 case gpr_ecx:
696 case gpr_ecx:
866 case dwarf_ecx: return gpr_ecx;
901 case gdb_ecx : return gpr_ecx;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp72 gpr_ecx = 2, enumerator in enum:__anon10045
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) , gcc_ecx , dwarf_ecx , INVALID_NUB_REGNUM , gdb_ecx , NULL, g_invalidate_ecx },
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp993 gpr_ecx, enumerator in enum:__anon10066
1310 uint32_t g_invalidate_rcx[] = { gpr_rcx, gpr_ecx , gpr_cx , gpr_ch , gpr_cl, INVALID_NUB_REGNUM };

Completed in 71 milliseconds