Searched refs:HI_LOW_ORDER (Results 1 – 2 of 2) sorted by relevance
988 #define HI_LOW_ORDER 0xF000F800 macro1004 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()
3972 #define HI_LOW_ORDER 0xF000F800 macro3988 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()