Searched refs:HI_LOW_ORDER (Results 1 – 4 of 4) sorted by relevance
945 #define HI_LOW_ORDER 0xF000F800 macro961 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()
2633 #define HI_LOW_ORDER 0xF000F800 macro2649 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()
1016 #define HI_LOW_ORDER 0xF000F800 macro1034 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)1035 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
988 #define HI_LOW_ORDER 0xF000F800 macro1006 else if ((br_insn & HI_LOW_ORDER) == HI_LOW_ORDER)1007 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;