Home | History | Annotate | Download | only in bfd

Lines Matching refs:is_blx

4731 	      bfd_boolean insn_32bit = FALSE, is_blx = FALSE, is_b = FALSE;
4747 is_blx = (insn & 0xf800d000) == 0xf000c000;
4753 is_32bit_branch = is_b || is_bl || is_blx || is_bcc;
4822 else if (is_b || is_bl || is_blx)
4838 if (is_blx)
4841 stub_type = is_blx ? arm_stub_a8_veneer_blx :
4857 is_blx = TRUE;
4867 is_blx = FALSE;
4871 if (is_blx)
4940 is_blx ? ST_BRANCH_TO_ARM : ST_BRANCH_TO_THUMB;