Searched refs:cond2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond2.mk1 # $Id: cond2.mk,v 1.1.1.2 2015/12/02 00:34:27 sjg Exp $
H A DMakefile.in30 cond2 \
/freebsd-10-stable/contrib/gcc/
H A Dcfgcleanup.c267 rtx set1, set2, cond1, cond2, insn;
305 cond2 = XEXP (SET_SRC (set2), 0);
311 code2 = GET_CODE (cond2);
312 reversed_code2 = reversed_comparison_code (cond2, BB_END (b));
322 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
323 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1)))
380 /* cond2 must not mention any register that is not equal to the
382 if (for_each_rtx (&cond2, mentions_nonequal_regs, nonequal))
1181 rtx set1, set2, cond1, cond2;
1218 cond2
264 rtx set1, set2, cond1, cond2, insn; local
1174 rtx set1, set2, cond1, cond2; local
1323 rtx set1, set2, cond1, cond2; local
[all...]
H A Dread-rtl.c776 join_c_conditions (const char *cond1, const char *cond2) argument
782 return cond2;
784 if (cond2 == 0 || cond2[0] == 0)
787 result = concat ("(", cond1, ") && (", cond2, ")", NULL);
790 obstack_ptr_grow (&joined_conditions_obstack, cond2);
H A Dsched-deps.c196 conditions_mutex_p (rtx cond1, rtx cond2)
199 && COMPARISON_P (cond2)
200 && GET_CODE (cond1) == reversed_comparison_code (cond2, NULL)
201 && XEXP (cond1, 0) == XEXP (cond2, 0)
202 && XEXP (cond1, 1) == XEXP (cond2, 1))
212 rtx cond1, cond2;
219 cond2 = sched_get_condition (insn2);
220 if (cond1 && cond2
221 && conditions_mutex_p (cond1, cond2)
227 && !modified_in_p (cond2, insn
191 conditions_mutex_p(rtx cond1, rtx cond2) argument
207 rtx cond1, cond2; local
[all...]
/freebsd-10-stable/usr.bin/bmake/unit-tests/
H A DMakefile37 cond2 \
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore.h252 #define D_TRINE(val, cond1, cond2, true1, true2, def) \
254 (val == (cond2) ? true2 : def))
H A Decore_dbg_fw_funcs.c173 static u32 cond2(const u32 *r, const u32 *imm) { function
181 cond2,
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c6559 enum rtx_code cond1, cond2;
6567 || (arm_select_cc_mode (cond2 = GET_CODE (y), XEXP (y, 0), XEXP (y, 1))
6579 if (cond1 != cond2
6580 && !comparison_dominates_p (cond1, cond2)
6581 && (swapped = 1, !comparison_dominates_p (cond2, cond1)))
6587 cond1 = cond2;
6588 cond2 = temp;
6597 switch (cond2)
6611 switch (cond2)
6627 switch (cond2)
6547 enum rtx_code cond1, cond2; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c853 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \
855 if (cond2) { \
861 if (cond2) { \

Completed in 312 milliseconds