Home
last modified time | relevance | path

Searched refs:lowbyte (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/distrib/acorn32/
H A Dmksparkive.sh66 lowbyte=$(expr $1 % 256 | xargs printf %02x)
68 printf "\x$lowbyte\x$highbyte"
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.c3071 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3091 buffer[lowbyte + 2] = 0; in md_convert_frag()
3104 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3397 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local
3466 buf[lowbyte] = val & 0xff; in md_apply_fix()
3472 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()
3478 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()
3484 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()
3581 buf[lowbyte] = val; in md_apply_fix()
3588 buf[lowbyte] = val; in md_apply_fix()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sh.c3086 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3106 buffer[lowbyte + 2] = 0; in md_convert_frag()
3119 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3412 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local
3481 buf[lowbyte] = val & 0xff; in md_apply_fix()
3487 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()
3493 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()
3499 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()
3596 buf[lowbyte] = val; in md_apply_fix()
3603 buf[lowbyte] = val; 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
966 lowbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); 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()
1115 | ((unsigned long long) buffer[lowbyte] << 32); in print_insn_arc()
H A DChangeLog-2016563 * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c943 unsigned int highbyte, lowbyte; in print_insn_arc() local
971 lowbyte = ((info->endian == BFD_ENDIAN_LITTLE) ? 0 : 1); 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()
1135 | ((unsigned long long) buffer[lowbyte] << 32); 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.