Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-arm.c944 #define LOW_HI_ORDER 0xF800F000 macro
959 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER) in insert_thumb_branch()
960 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()
H A Delf32-arm.c2632 #define LOW_HI_ORDER 0xF800F000 macro
2647 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER) in insert_thumb_branch()
2648 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-arm.c1015 #define LOW_HI_ORDER 0xF800F000 macro
1032 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1033 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
H A Delf32-arm.h987 #define LOW_HI_ORDER 0xF800F000 macro
1004 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1005 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;