Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-arm.c984 #define LOW_HI_ORDER 0xF800F000 macro
999 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER) in insert_thumb_branch()
1000 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()