Home | History | Annotate | Download | only in gold

Lines Matching full:insn1

3314       typename elfcpp::Swap<32,big_endian>::Valtype insn1,
7469 Insntype insn1 = elfcpp::Swap<32, big_endian>::readval(ip);
7477 gold_assert((insn1 & 0xfff00000) == 0x91400000);
7495 if(!(insn1 == 0x90000000 // adrp x0,0
7509 insn1 = 0xd53bd040; // mrs x0, tpidr_el0
7512 elfcpp::Swap<32, big_endian>::writeval(ip, insn1);
7569 Insntype insn1 = elfcpp::Swap<32, big_endian>::readval(ip);
7577 gold_assert((insn1 & 0xfff00000) == 0x91400000);
7595 if(!(insn1 == 0x90000000 // adrp x0,0
7609 insn1 = 0xd53bd040; // mrs x0, tpidr_el0
7612 elfcpp::Swap<32, big_endian>::writeval(ip, insn1);
7976 typename elfcpp::Swap<32,big_endian>::Valtype insn1,
7993 == Insn_utilities::aarch64_rd(insn1)))
8006 typename elfcpp::Swap<32,big_endian>::Valtype insn1,
8018 && Insn_utilities::aarch64_mem_op_p (insn1, &rt, &rt2, &pair, &load))
8022 if (Insn_utilities::aarch64_bit(insn1, 26))
8115 Insntype insn1 = ip[0];
8117 if (is_erratum_835769_sequence(insn1, insn2))
8120 // "span_start + offset" is the offset for insn1. So for insn2, it is
8171 Insntype insn1 = ip[0];
8172 if (Insn_utilities::is_adrp(insn1))
8179 if (is_erratum_843419_sequence(insn1, insn2, insn3))
8195 // And insn_opt must not write to dest reg in insn1. However
8200 if (is_erratum_843419_sequence(insn1, insn2, insn4))