Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c593 unsigned char byte1, abreg; in unw_decode_x1() local
596 byte1 = *dp++; in unw_decode_x1()
599 abreg = (byte1 & 0x7f); in unw_decode_x1()
600 if (byte1 & 0x80) in unw_decode_x1()
611 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
614 byte1 = *dp++; in unw_decode_x2()
617 abreg = (byte1 & 0x7f); in unw_decode_x2()
619 x = (byte1 >> 7) & 1; in unw_decode_x2()
620 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
631 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf-m10300.c2306 unsigned char byte1, byte2; in compute_function_info() local
2317 byte1 = bfd_get_8 (abfd, contents + addr); in compute_function_info()
2320 if (byte1 == 0xcf) in compute_function_info()
2324 byte1 = bfd_get_8 (abfd, contents + addr); in compute_function_info()
2371 if (byte1 == 0xf8 && byte2 == 0xfe) in compute_function_info()
2378 else if (byte1 == 0xfa && byte2 == 0xfe) in compute_function_info()
/toolchain/binutils/binutils-2.25/cpu/
Dsh64-compact.cpu1675 (sequence ((UHI top-half) (UQI byte1) (UQI byte0))
1677 (set byte1 (subword QI rm 2))
1679 (set rn (or SI (sll SI top-half 16) (or SI (sll SI byte0 8) byte1)))))
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-arm.texi910 @item .unwind_raw @var{offset}, @var{byte1}, @dots{}
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-2005901 * gas/mmix/err-byte1.s: Adjust expected error text on line 10.