Searched refs:highbyte (Results 1 – 3 of 3) sorted by relevance
707 unsigned int lowbyte, highbyte; in print_insn_arc() local722 highbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); in print_insn_arc()811 insn_len = arc_insn_length (buffer[lowbyte], buffer[highbyte], info); in print_insn_arc()816 insn[0] = (buffer[lowbyte] << 8) | buffer[highbyte]; in print_insn_arc()
960 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local968 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()969 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
3610 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local3615 buffer[highbyte] ^= 0x2; in md_convert_frag()3630 buffer[highbyte + 2] = 0xa0; in md_convert_frag()3637 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()3643 buffer[highbyte + 4] = 0x0; in md_convert_frag()3960 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix() local4034 buf[highbyte] |= (val >> 8) & 0x0f; in md_apply_fix()4040 buf[highbyte] |= (val >> 9) & 0x0f; in md_apply_fix()4046 buf[highbyte] |= (val >> 10) & 0x0f; in md_apply_fix()4052 buf[highbyte] |= (val >> 11) & 0x0f; in md_apply_fix()[all …]