Searched refs:REX_W_SRCREG (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp299 #define REX_W_SRCREG(opcode) (((opcode)&0x4) >> 2) macro
629 src_reg_prefix_bit = REX_W_SRCREG(*p) << 3;

Completed in 104 milliseconds