Home
last modified time | relevance | path

Searched refs:k_first_i386 (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.h46 k_first_i386, enumerator
47 gpr_eax = k_first_i386,
DRegisterContext_x86_64.cpp702 if (success && reg >= k_first_i386 && reg <= k_last_i386) in ReadRegister()