Home
last modified time | relevance | path

Searched refs:highbyte (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/distrib/acorn32/
H A Dmksparkive.sh67 highbyte=$(expr $1 / 256 | xargs printf %02x)
68 printf "\x$lowbyte\x$highbyte"
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.c3070 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3075 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() local
3467 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sh.c3085 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3090 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() local
3482 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c938 unsigned int highbyte, lowbyte; in print_insn_arc() local
965 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()
H A Dcris-dis.c958 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
966 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
967 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
H A DChangeLog-2016563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcris-dis.c944 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
952 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
953 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
H A Darc-dis.c943 unsigned int highbyte, lowbyte; in print_insn_arc() local
970 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()
H A DChangeLog-2016563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2016563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.