Searched defs:insn_is_blx (Results 1 – 2 of 2) sorted by relevance
3999 bool insn_is_blx = (val & 0xfe000000UL) == 0xfa000000UL; in arm_branch_common() local