[][src]Function xori::arch::x86::emulatex86::check_branch_instructions

pub fn check_branch_instructions(
    _offset: u64,
    _instr: &mut InstructionInfo,
    _analysis: &mut Analysisx86,
    _mem_manager: &mut MemoryManager,
    _state: &mut Statex86
) -> (Option<Statex86>, Option<Statex86>, bool)