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

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-arm.c995 #define LOW_HI_ORDER 0xF800F000
1010 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
994 #define LOW_HI_ORDER macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-arm.c995 #define LOW_HI_ORDER 0xF800F000
1010 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
994 #define LOW_HI_ORDER macro
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-arm.c995 #define LOW_HI_ORDER 0xF800F000
1010 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
994 #define LOW_HI_ORDER macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-arm.c995 #define LOW_HI_ORDER 0xF800F000
1010 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER)
1011 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
994 #define LOW_HI_ORDER macro

Completed in 202 milliseconds