Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c611 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
615 byte2 = *dp++; in unw_decode_x2()
618 ytreg = byte2; in unw_decode_x2()
631 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
635 byte2 = *dp++; in unw_decode_x3()
640 abreg = (byte2 & 0x7f); in unw_decode_x3()
653 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
657 byte2 = *dp++; in unw_decode_x4()
662 abreg = (byte2 & 0x7f); in unw_decode_x4()
663 x = (byte2 >> 7) & 1; in unw_decode_x4()
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-bfin.texi251 @item .byte2
266 This directive is a synonym for @code{.byte2}.
/toolchain/binutils/binutils-2.25/bfd/
Delf-m10300.c2306 unsigned char byte1, byte2; in compute_function_info() local
2318 byte2 = bfd_get_8 (abfd, contents + addr + 1); in compute_function_info()
2322 hash->movm_args = byte2; in compute_function_info()
2325 byte2 = bfd_get_8 (abfd, contents + addr + 1); 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/gas/
DChangeLog-20111849 (.byte2): Extend and swap descriptions with .byte4.
1850 (.byte4): Extend and swap descriptions with .byte2.