Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Darc-dis.c707 unsigned int lowbyte, highbyte; in print_insn_arc() local
722 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()
Dcris-dis.c960 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
968 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
969 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c3610 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3615 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() local
4034 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 …]