Searched refs:LOW_HI_ORDER (Results 1 – 1 of 1) sorted by relevance
984 #define LOW_HI_ORDER 0xF800F000 macro999 if ((br_insn & LOW_HI_ORDER) == LOW_HI_ORDER) in insert_thumb_branch()1000 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()