Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-arm.c945 #define HI_LOW_ORDER 0xF000F800 macro
961 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER) in insert_thumb_branch()
962 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
Delf32-arm.c2633 #define HI_LOW_ORDER 0xF000F800 macro
2649 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER) in insert_thumb_branch()
2650 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-arm.c1016 #define HI_LOW_ORDER 0xF000F800 macro
1034 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)
1035 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
Delf32-arm.h988 #define HI_LOW_ORDER 0xF000F800 macro
1006 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)
1007 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;