Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dunwind-ia64.c590 unsigned char byte1, abreg; in unw_decode_x1() local
593 byte1 = *dp++; in unw_decode_x1()
596 abreg = (byte1 & 0x7f); in unw_decode_x1()
597 if (byte1 & 0x80) in unw_decode_x1()
608 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
611 byte1 = *dp++; in unw_decode_x2()
614 abreg = (byte1 & 0x7f); in unw_decode_x2()
616 x = (byte1 >> 7) & 1; in unw_decode_x2()
617 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
628 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
[all …]
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_core.h53 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
Dbktr_core.c3883 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) argument
3896 (short)(((byte2 & 0xff) << 8) | (byte1 & 0xff))))
3900 (char)(byte1 & 0xff)))
4029 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) argument
4041 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND;
4043 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878;
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf-m10300.c3340 unsigned char byte1, byte2; local
3351 byte1 = bfd_get_8 (abfd, contents + addr);
3354 if (byte1 == 0xcf)
3358 byte1 = bfd_get_8 (abfd, contents + addr);
3405 if (byte1 == 0xf8 && byte2 == 0xfe)
3412 else if (byte1 == 0xfa && byte2 == 0xfe)
/mirbsd/src/sys/dev/ic/
Dadvlib.h372 ASC_SCSI_INQ1 byte1; member
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dsh64-compact.cpu1674 (sequence ((UHI top-half) (UQI byte1) (UQI byte0))
1676 (set byte1 (subword QI rm 2))
1678 (set rn (or SI (sll SI top-half 16) (or SI (sll SI byte0 8) byte1)))))
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-arm.texi494 @item .raw @var{offset}, @var{byte1}, @dots{}
/mirbsd/src/sys/arch/sparc/sparc/
Dlocore.s4433 ldsb [%o2 + %o1], %o0 ! which = ffstab[byte1] + 7;