Searched refs:highbyte (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/acorn32/
H A Dmksparkive.sh67 highbyte=`expr $1 / 256 | xargs printf %02x`
68 printf "\x$lowbyte\x$highbyte"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcris-dis.c962 unsigned int highbyte = (number >> 24) & 0xff;
970 && (highbyte == ((addr >> 24) & 0xff)
971 || (highbyte != 0 && highbyte != 0xff)
961 unsigned int highbyte = (number >> 24) & 0xff; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcris-dis.c962 unsigned int highbyte = (number >> 24) & 0xff;
970 && (highbyte == ((addr >> 24) & 0xff)
971 || (highbyte != 0 && highbyte != 0xff)
961 unsigned int highbyte = (number >> 24) & 0xff; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.c3615 int highbyte = target_big_endian ? 0 : 1;
3620 buffer[highbyte] ^= 0x2;
3635 buffer[highbyte + 2] = 0xa0;
3642 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */
3648 buffer[highbyte + 4] = 0x0;
3965 int highbyte = target_big_endian ? 0 : 1;
4034 buf[highbyte] |= (val >> 8) & 0x0f;
4040 buf[highbyte] |= (val >> 9) & 0x0f;
4046 buf[highbyte] |= (val >> 10) & 0x0f;
4052 buf[highbyte] |
3611 int highbyte = target_big_endian ? 0 : 1; local
3961 int highbyte = target_big_endian ? 0 : 1; local
[all...]

Completed in 178 milliseconds