Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp683 uint8_t second_byte_sans_reg = *(m_cur_insn + 1) & ~7; in jmp_to_reg_p() local
686 if (second_byte_sans_reg == 0x20) in jmp_to_reg_p()
690 if (second_byte_sans_reg == 0x60) in jmp_to_reg_p()
694 if (second_byte_sans_reg == 0xa0) in jmp_to_reg_p()
698 if (second_byte_sans_reg == 0xe0) in jmp_to_reg_p()