Home | History | Annotate | Download | only in bfd

Lines Matching refs:low_bits

991   unsigned int low_bits;
997 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;