Searched refs:insn1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dsched-ebb.c205 rank (rtx insn1, rtx insn2)
207 basic_block bb1 = BLOCK_FOR_INSN (insn1);
293 the same insn 'insn1'.
313 rtx insn1 = XEXP (back_link, 0);
317 /* Found a DEF-USE dependence (insn1, load_insn). */
320 for (fore_link = INSN_DEPEND (insn1);
333 /* Found a DEF-USE dependence (insn1, insn2). */
203 rank(rtx insn1, rtx insn2) argument
310 rtx insn1 = XEXP (back_link, 0); local
H A Dsched-rgn.c1746 /* Returns 1 if the same insn1 that participates in the computation
1750 insn1 -> ... -> conditional-branch
1751 insn1 -> ... -> load_insn,
1753 insn1 -> ... -> conditional-branch -> ... -> load_insn,
1754 and if insn1 is on the path
1757 Locate insn1 by climbing on LOG_LINKS from load_insn.
1758 Locate the branch by following INSN_DEPEND from insn1. */
1767 rtx insn1 = XEXP (link, 0);
1771 || JUMP_P (insn1))
1775 if (INSN_BB (insn1)
1766 rtx insn1 = XEXP (link, 0); local
1822 rtx insn1 = XEXP (back_link, 0); local
2138 rgn_rank(rtx insn1, rtx insn2) argument
[all...]
H A Dloop-invariant.c310 invariant_expr_equal_p (rtx insn1, rtx e1, rtx insn2, rtx e2) argument
335 use1 = df_find_use (df, insn1, e1);
364 if (!invariant_expr_equal_p (insn1, sub1, insn2, sub2))
378 if (!invariant_expr_equal_p (insn1, sub1, insn2, sub2))
H A Drtl-factoring.c358 matching_length (rtx insn1, rtx insn2, int* len, int* cost) argument
363 x1 = insn1;
367 while (x1 && x2 && (x1 != insn2) && (x2 != insn1)
H A Dsched-deps.c207 /* Return true if insn1 and insn2 can never depend on one another because
210 sched_insns_conditions_mutex_p (rtx insn1, rtx insn2)
216 if (!CALL_P (insn1) && !CALL_P (insn2))
218 cond1 = sched_get_condition (insn1);
227 && !modified_in_p (cond2, insn1))
205 sched_insns_conditions_mutex_p(rtx insn1, rtx insn2) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-alpha.c958 unsigned long insn1, insn2;
962 insn1 = bfd_get_32 (input_bfd, data + rel->address);
965 BFD_ASSERT (((insn1 >> 26) & 0x3f) == 0x09); /* ldah */
970 addend = ((insn1 & 0xffff) << 16) + (insn2 & 0xffff);
971 if (insn1 & 0x8000)
996 insn1 = (insn1 & 0xffff0000) | ((addend >> 16) & 0xffff);
999 bfd_put_32 (input_bfd, (bfd_vma) insn1, data + rel->address);
1667 unsigned long insn1, insn2;
1670 insn1
953 unsigned long insn1, insn2; local
1661 unsigned long insn1, insn2; local
[all...]
H A Delf64-s390.c2926 unsigned int insn0, insn1, ry; local
2929 insn1 = bfd_get_16 (input_bfd, contents + rel->r_offset + 4);
2930 if (insn1 != 0x0004)
2948 insn1 = 0x000d;
2950 bfd_put_16 (output_bfd, insn1, contents + rel->r_offset + 4);
2955 unsigned int insn0, insn1; local
2958 insn1 = bfd_get_16 (input_bfd, contents + rel->r_offset + 4);
2966 insn1 = 0x0000;
2973 insn1 = 0x0004;
2976 bfd_put_16 (output_bfd, insn1, content
2982 unsigned int insn0, insn1; local
[all...]
H A Delf32-ppc.c6028 unsigned int insn1, insn2;
6046 insn1 = bfd_get_32 (output_bfd,
6048 insn1 &= (1 << 26) - 1;
6049 insn1 |= 32 << 26; /* lwz */
6065 insn1 = 0x3c620000; /* addis 3,2,0 */
6093 bfd_put_32 (output_bfd, insn1,
6013 unsigned int insn1, insn2; local
H A Delf64-ppc.c10393 unsigned int insn1, insn2, insn3;
10412 insn1 = bfd_get_32 (output_bfd,
10414 insn1 &= (1 << 26) - (1 << 2);
10415 insn1 |= 58 << 26; /* ld */
10430 insn1 = 0x3c6d0000; /* addis 3,13,0 */
10465 bfd_put_32 (output_bfd, insn1,
10389 unsigned int insn1, insn2, insn3; local
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c9883 vr4130_swap_insns_p (rtx insn1, rtx insn2)
9895 for (dep = INSN_DEPEND (insn1); dep != 0; dep = XEXP (dep, 1))
9903 && recog_memoized (insn1) >= 0
9909 enum attr_vr4130_class class1 = get_attr_vr4130_class (insn1);
9915 bool dep1 = vr4130_true_reg_dependence_p (insn1);
9828 vr4130_swap_insns_p(rtx insn1, rtx insn2) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2316 insns_between (const struct mips_cl_insn *insn1,
2325 pinfo1 = insn1->insn_mo->pinfo;
2345 && INSN2_USES_REG (EXTRACT_OPERAND (RD, *insn1), MIPS_GR_REG))
2354 class1 = classify_vr4120_insn (insn1->insn_mo->name);
2374 if (INSN2_USES_REG (EXTRACT_OPERAND (RT, *insn1), MIPS_GR_REG))
2394 if (INSN2_USES_REG (EXTRACT_OPERAND (FT, *insn1), MIPS_FP_REG))
2399 if (INSN2_USES_REG (EXTRACT_OPERAND (FS, *insn1), MIPS_FP_REG))
2309 insns_between(const struct mips_cl_insn *insn1, const struct mips_cl_insn *insn2) argument

Completed in 253 milliseconds