Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp296 #define REX_W_PREFIX_P(opcode) (((opcode) & (~0x5)) == 0x48) macro
629 if (m_wordsize == 8 && REX_W_PREFIX_P(*p)) { in mov_reg_to_local_stack_frame_p()