Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDcoff-arm.c988 #define HI_LOW_ORDER 0xF000F800 macro
1004 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER) in insert_thumb_branch()
1005 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
HDelf32-arm.c3972 #define HI_LOW_ORDER 0xF000F800 macro
3988 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER) in insert_thumb_branch()
3989 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()