Searched refs:REX_W_PREFIX_P (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp296 #define REX_W_PREFIX_P(opcode) (((opcode) & (~0x5)) == 0x48) macro
381 if (m_wordsize == 8 && REX_W_PREFIX_P (*p)) {

Completed in 65 milliseconds