Searched refs:insn3 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dtextinsnxop.s3 .extInstruction insn3, 7, 0x21, SUFFIX_NONE, SYNTAX_1OP
9 insn3 r1
H A Dtextinsnxop.d11 8: 392f 407f insn3 r1
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dshift-bad-pc.s12 .macro insn3 rn rm rs
21 insn3 r0 r1 r2
/haiku-buildtools/binutils/gold/
H A Daarch64.cc3361 typename elfcpp::Swap<32,big_endian>::Valtype insn3);
7615 Insntype insn3 = elfcpp::Swap<32, big_endian>::readval(ip + 2); local
7641 && insn3 == 0x94000000)) // bl 0
7655 insn3 = 0x91000000; // add x0, x0, #0x0
7658 elfcpp::Swap<32, big_endian>::writeval(ip + 2, insn3);
7715 Insntype insn3 = elfcpp::Swap<32, big_endian>::readval(ip + 2); local
7741 && insn3 == 0x94000000)) // bl 0
7755 insn3 = 0x91000000; // add x0, x0, #0x0
7758 elfcpp::Swap<32, big_endian>::writeval(ip + 2, insn3);
8153 typename elfcpp::Swap<32,big_endian>::Valtype insn3)
8150 is_erratum_843419_sequence( typename elfcpp::Swap<32,big_endian>::Valtype insn1, typename elfcpp::Swap<32,big_endian>::Valtype insn2, typename elfcpp::Swap<32,big_endian>::Valtype insn3) argument
8350 Insntype insn3 = ip[2]; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf64-ppc.c13773 unsigned int insn1, insn2, insn3;
13853 insn3 = bfd_get_32 (input_bfd,
13855 if (insn3 == NOP
13856 || insn3 == CROR_151515 || insn3 == CROR_313131)
13877 unsigned int insn2, insn3;
13902 insn3 = bfd_get_32 (input_bfd,
13904 if (insn3 == NOP
13905 || insn3 == CROR_151515 || insn3
13769 unsigned int insn1, insn2, insn3; local
13873 unsigned int insn2, insn3; local
13916 unsigned int insn2, insn3; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-ppc.c10044 bfd_vma insn1, insn2, insn3;
10070 insn3 = bfd_get_32 (output_bfd,
10106 if (insn3 == NOP
10107 || insn3 == CROR_151515 || insn3 == CROR_313131)
10109 insn3 = insn2;
10115 bfd_put_32 (output_bfd, insn3, contents + offset + 4);
10040 bfd_vma insn1, insn2, insn3; local

Completed in 206 milliseconds