Searched refs:insn3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | aarch64.cc | 3416 typename elfcpp::Swap<32,big_endian>::Valtype insn3); 7689 Insntype insn3 = elfcpp::Swap<32, big_endian>::readval(ip + 2); in tls_gd_to_le() local 7715 && insn3 == 0x94000000)) // bl 0 in tls_gd_to_le() 7729 insn3 = 0x91000000; // add x0, x0, #0x0 in tls_gd_to_le() 7732 elfcpp::Swap<32, big_endian>::writeval(ip + 2, insn3); in tls_gd_to_le() 7789 Insntype insn3 = elfcpp::Swap<32, big_endian>::readval(ip + 2); in tls_ld_to_le() local 7815 && insn3 == 0x94000000)) // bl 0 in tls_ld_to_le() 7829 insn3 = 0x91000000; // add x0, x0, #0x0 in tls_ld_to_le() 7832 elfcpp::Swap<32, big_endian>::writeval(ip + 2, insn3); in tls_ld_to_le() 8227 typename elfcpp::Swap<32,big_endian>::Valtype insn3) in is_erratum_843419_sequence() argument [all …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 13696 unsigned int insn1, insn2, insn3; in ppc64_elf_relocate_section() local 13776 insn3 = bfd_get_32 (output_bfd, in ppc64_elf_relocate_section() 13778 if (insn3 == NOP in ppc64_elf_relocate_section() 13779 || insn3 == CROR_151515 || insn3 == CROR_313131) in ppc64_elf_relocate_section() 13800 unsigned int insn2, insn3; in ppc64_elf_relocate_section() local 13825 insn3 = bfd_get_32 (output_bfd, in ppc64_elf_relocate_section() 13827 if (insn3 == NOP in ppc64_elf_relocate_section() 13828 || insn3 == CROR_151515 || insn3 == CROR_313131) in ppc64_elf_relocate_section() 13843 unsigned int insn2, insn3; in ppc64_elf_relocate_section() local 13868 insn3 = bfd_get_32 (output_bfd, in ppc64_elf_relocate_section() [all …]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-2015 | 560 * gas/arc/insn3.d: Likewise. 561 * gas/arc/insn3.s: Likewise.
|
D | ChangeLog-9303 | 3732 * gas/arc/insn3.*: Likewise. 5180 * gas/arc/{arc.exp,alias.[sd],branch.[sd],flag.[sd],insn3.[sd],j.[sd],
|