Searched refs:br_insn (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c992 insert_thumb_branch (insn32 br_insn, int rel_off)
1003 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1004 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1005 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)
1006 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1012 return br_insn;
991 insert_thumb_branch(insn32 br_insn, int rel_off) argument
H A Delf32-arm.c3975 insert_thumb_branch (insn32 br_insn, int rel_off) argument
3986 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
3987 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
3988 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)
3989 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
3994 return br_insn;

Completed in 127 milliseconds