Searched refs:byte2 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | unwind-ia64.c | 611 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/ |
D | c-bfin.texi | 251 @item .byte2 266 This directive is a synonym for @code{.byte2}.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-m10300.c | 2306 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/ |
D | ChangeLog-2011 | 1849 (.byte2): Extend and swap descriptions with .byte4. 1850 (.byte4): Extend and swap descriptions with .byte2.
|