Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dunwind-ia64.c589 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
593 byte2 = *dp++; in unw_decode_x2()
596 ytreg = byte2; in unw_decode_x2()
609 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
613 byte2 = *dp++; in unw_decode_x3()
618 abreg = (byte2 & 0x7f); in unw_decode_x3()
631 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
635 byte2 = *dp++; in unw_decode_x4()
640 abreg = (byte2 & 0x7f); in unw_decode_x4()
641 x = (byte2 >> 7) & 1; in unw_decode_x4()
[all …]
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-bfin.texi251 @item .byte2
266 This directive is a synonym for @code{.byte2}.
/toolchain/binutils/binutils-2.27/bfd/
Delf-m10300.c2308 unsigned char byte1, byte2; in compute_function_info() local
2320 byte2 = bfd_get_8 (abfd, contents + addr + 1); in compute_function_info()
2324 hash->movm_args = byte2; in compute_function_info()
2327 byte2 = bfd_get_8 (abfd, contents + addr + 1); in compute_function_info()
2373 if (byte1 == 0xf8 && byte2 == 0xfe) in compute_function_info()
2380 else if (byte1 == 0xfa && byte2 == 0xfe) in compute_function_info()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111849 (.byte2): Extend and swap descriptions with .byte4.
1850 (.byte4): Extend and swap descriptions with .byte2.