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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp317 #define REX_W_PREFIX_P(opcode) (((opcode) & (~0x5)) == 0x48) macro

Completed in 25 milliseconds