Searched refs:highbyte (Results 1 – 10 of 10) sorted by relevance
67 highbyte=$(expr $1 / 256 | xargs printf %02x)68 printf "\x$lowbyte\x$highbyte"
3070 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local3075 buffer[highbyte] ^= 0x2; in md_convert_frag()3090 buffer[highbyte + 2] = 0xa0; in md_convert_frag()3097 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()3103 buffer[highbyte + 4] = 0x0; in md_convert_frag()3398 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix() local3467 buf[highbyte] |= (val >> 8) & 0x0f; in md_apply_fix()3473 buf[highbyte] |= (val >> 9) & 0x0f; in md_apply_fix()3479 buf[highbyte] |= (val >> 10) & 0x0f; in md_apply_fix()3485 buf[highbyte] |= (val >> 11) & 0x0f; in md_apply_fix()[all …]
3085 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local3090 buffer[highbyte] ^= 0x2; in md_convert_frag()3105 buffer[highbyte + 2] = 0xa0; in md_convert_frag()3112 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()3118 buffer[highbyte + 4] = 0x0; in md_convert_frag()3413 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix() local3482 buf[highbyte] |= (val >> 8) & 0x0f; in md_apply_fix()3488 buf[highbyte] |= (val >> 9) & 0x0f; in md_apply_fix()3494 buf[highbyte] |= (val >> 10) & 0x0f; in md_apply_fix()3500 buf[highbyte] |= (val >> 11) & 0x0f; in md_apply_fix()[all …]
938 unsigned int highbyte, lowbyte; in print_insn_arc() local965 highbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 1 : 0); in print_insn_arc()1078 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info); in print_insn_arc()1089 insn = (buffer[highbyte] << 8) | buffer[lowbyte]; in print_insn_arc()1114 insn |= ((unsigned long long) buffer[highbyte] << 40) in print_insn_arc()
958 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local966 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()967 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
944 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local952 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()953 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
943 unsigned int highbyte, lowbyte; in print_insn_arc() local970 highbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 1 : 0); in print_insn_arc()1098 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info); in print_insn_arc()1109 insn = (buffer[highbyte] << 8) | buffer[lowbyte]; in print_insn_arc()1134 insn |= ((unsigned long long) buffer[highbyte] << 40) in print_insn_arc()