| /freebsd-12-stable/tests/sys/cddl/zfs/tests/zfsd/ |
| D | zfsd_hotspare_006_pos.ksh | 96 cond2=$? 97 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then 114 cond2=$? 115 if [[ $cond1 -eq 0 && $cond2 -eq 0 ]]; then
|
| /freebsd-12-stable/contrib/gcc/ |
| D | cfgcleanup.c | 264 rtx set1, set2, cond1, cond2, insn; in thread_jump() local 302 cond2 = XEXP (SET_SRC (set2), 0); in thread_jump() 308 code2 = GET_CODE (cond2); in thread_jump() 309 reversed_code2 = reversed_comparison_code (cond2, BB_END (b)); in thread_jump() 319 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0)) in thread_jump() 320 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1))) in thread_jump() 379 if (for_each_rtx (&cond2, mentions_nonequal_regs, nonequal)) in thread_jump() 1174 rtx set1, set2, cond1, cond2; in condjump_equiv_p() local 1211 cond2 = XEXP (src2, 0); in condjump_equiv_p() 1214 code2 = reversed_comparison_code (cond2, BB_END (bb2)); in condjump_equiv_p() [all …]
|
| D | sched-deps.c | 191 conditions_mutex_p (rtx cond1, rtx cond2) in conditions_mutex_p() argument 194 && COMPARISON_P (cond2) in conditions_mutex_p() 195 && GET_CODE (cond1) == reversed_comparison_code (cond2, NULL) in conditions_mutex_p() 196 && XEXP (cond1, 0) == XEXP (cond2, 0) in conditions_mutex_p() 197 && XEXP (cond1, 1) == XEXP (cond2, 1)) in conditions_mutex_p() 207 rtx cond1, cond2; in sched_insns_conditions_mutex_p() local 214 cond2 = sched_get_condition (insn2); in sched_insns_conditions_mutex_p() 215 if (cond1 && cond2 in sched_insns_conditions_mutex_p() 216 && conditions_mutex_p (cond1, cond2) in sched_insns_conditions_mutex_p() 222 && !modified_in_p (cond2, insn1)) in sched_insns_conditions_mutex_p()
|
| D | read-rtl.c | 776 join_c_conditions (const char *cond1, const char *cond2) in join_c_conditions() argument 782 return cond2; in join_c_conditions() 784 if (cond2 == 0 || cond2[0] == 0) in join_c_conditions() 787 result = concat ("(", cond1, ") && (", cond2, ")", NULL); in join_c_conditions() 790 obstack_ptr_grow (&joined_conditions_obstack, cond2); in join_c_conditions()
|
| D | ChangeLog-2001 | 9554 check that insn doesn't modify cond2.
|
| /freebsd-12-stable/contrib/bmake/ |
| D | FILES | 107 unit-tests/cond2.exp 108 unit-tests/cond2.mk
|
| D | ChangeLog | 754 o unit-tests/cond2.mk: test various error conditions
|
| /freebsd-12-stable/usr.bin/bmake/unit-tests/ |
| D | Makefile | 40 TESTS+= cond2
|
| /freebsd-12-stable/contrib/bmake/unit-tests/ |
| D | Makefile | 39 TESTS+= cond2
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore.h | 252 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument 254 (val == (cond2) ? true2 : def))
|
| D | ecore_dbg_fw_funcs.c | 173 static u32 cond2(const u32 *r, const u32 *imm) { in cond2() function 181 cond2,
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.c | 6547 enum rtx_code cond1, cond2; in arm_select_dominance_cc_mode() local 6555 || (arm_select_cc_mode (cond2 = GET_CODE (y), XEXP (y, 0), XEXP (y, 1)) in arm_select_dominance_cc_mode() 6567 if (cond1 != cond2 in arm_select_dominance_cc_mode() 6568 && !comparison_dominates_p (cond1, cond2) in arm_select_dominance_cc_mode() 6569 && (swapped = 1, !comparison_dominates_p (cond2, cond1))) in arm_select_dominance_cc_mode() 6575 cond1 = cond2; in arm_select_dominance_cc_mode() 6576 cond2 = temp; in arm_select_dominance_cc_mode() 6585 switch (cond2) in arm_select_dominance_cc_mode() 6599 switch (cond2) in arm_select_dominance_cc_mode() 6615 switch (cond2) in arm_select_dominance_cc_mode() [all …]
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | arc.c | 999 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 1001 if (cond2) { \ 1007 if (cond2) { \
|