HomeSort by: relevance | last modified time | path
    Searched refs:highbyte (Results 1 - 8 of 8) sorted by relevancy

  /src/distrib/acorn32/
mksparkive.sh 67 highbyte=$(expr $1 / 256 | xargs printf %02x)
68 printf "\x$lowbyte\x$highbyte"
  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 3073 int highbyte = target_big_endian ? 0 : 1;
3078 buffer[highbyte] ^= 0x2;
3092 buffer[highbyte + 2] = 0xa0;
3099 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */
3105 buffer[highbyte + 4] = 0x0;
3399 int highbyte = target_big_endian ? 0 : 1;
3468 buf[highbyte] |= (val >> 8) & 0x0f;
3474 buf[highbyte] |= (val >> 9) & 0x0f;
3480 buf[highbyte] |= (val >> 10) & 0x0f;
3486 buf[highbyte] |= (val >> 11) & 0x0f
3069 int highbyte = target_big_endian ? 0 : 1; local
3395 int highbyte = target_big_endian ? 0 : 1; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 3073 int highbyte = target_big_endian ? 0 : 1;
3078 buffer[highbyte] ^= 0x2;
3092 buffer[highbyte + 2] = 0xa0;
3099 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */
3105 buffer[highbyte + 4] = 0x0;
3399 int highbyte = target_big_endian ? 0 : 1;
3468 buf[highbyte] |= (val >> 8) & 0x0f;
3474 buf[highbyte] |= (val >> 9) & 0x0f;
3480 buf[highbyte] |= (val >> 10) & 0x0f;
3486 buf[highbyte] |= (val >> 11) & 0x0f
3069 int highbyte = target_big_endian ? 0 : 1; local
3395 int highbyte = target_big_endian ? 0 : 1; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 945 unsigned int highbyte = (number >> 24) & 0xff;
953 && (highbyte == ((addr >> 24) & 0xff)
954 || (highbyte != 0 && highbyte != 0xff)
944 unsigned int highbyte = (number >> 24) & 0xff; local
arc-dis.c 962 unsigned int highbyte, lowbyte; local
985 highbyte = info->endian == BFD_ENDIAN_LITTLE ? 1 : 0;
1073 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info);
1084 insn = (buffer[highbyte] << 8) | buffer[lowbyte];
1109 insn |= ((unsigned long long) buffer[highbyte] << 40)
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 945 unsigned int highbyte = (number >> 24) & 0xff;
953 && (highbyte == ((addr >> 24) & 0xff)
954 || (highbyte != 0 && highbyte != 0xff)
944 unsigned int highbyte = (number >> 24) & 0xff; local
arc-dis.c 963 unsigned int highbyte, lowbyte; local
986 highbyte = info->endian == BFD_ENDIAN_LITTLE ? 1 : 0;
1074 insn_len = arc_insn_length (buffer[highbyte], buffer[lowbyte], info);
1085 insn = (buffer[highbyte] << 8) | buffer[lowbyte];
1110 insn |= ((unsigned long long) buffer[highbyte] << 40)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 1563 unsigned char highbyte, flagbits, flagbyte; local
1570 highbyte = offset >= end ? 0 : *(p + offset++);
1593 filename[filename_size++] = highbyte;
1618 high = (char)highbyte;

Completed in 65 milliseconds