| /dragonfly/usr.bin/find/ |
| HD | function.c | 69 #define COMPARE(a, b) do { \ macro 250 COMPARE((now - entry->fts_statp->st_ctime + in f_Xmin() 253 COMPARE((now - entry->fts_statp->st_atime + in f_Xmin() 256 COMPARE((now - entry->fts_statp->st_mtime + in f_Xmin() 301 COMPARE(now - xtime, plan->t_data.tv_sec); in f_Xtime() 303 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec); in f_Xtime() 444 COMPARE(entry->fts_level, plan->d_data); in f_depth() 928 COMPARE(entry->fts_statp->st_gid, plan->g_data); in f_group() 986 COMPARE(entry->fts_statp->st_ino, plan->i_data); in f_inum() 1035 COMPARE(entry->fts_statp->st_nlink, plan->l_data); in f_links() [all …]
|
| /dragonfly/lib/libc/db/test/ |
| HD | dbtest.c | 47 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator 172 command = COMPARE; in main() 236 case COMPARE: in main() 272 case COMPARE: in main()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | ggc.h | 215 #define splay_tree_new_ggc(COMPARE, ALLOC_TREE, ALLOC_NODE) \ argument 216 splay_tree_new_typed_alloc (COMPARE, NULL, NULL, &ALLOC_TREE, &ALLOC_NODE, \
|
| HD | dojump.c | 468 && have_insn_for (COMPARE, TYPE_MODE (type))) in do_jump() 570 && have_insn_for (COMPARE, TYPE_MODE (type))) in do_jump() 1071 && (have_insn_for (COMPARE, mode) in do_compare_rtx_and_jump()
|
| HD | combine.c | 2882 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE in try_combine() 3083 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE in try_combine() 4713 && GET_CODE (SET_SRC (x)) != COMPARE in find_split_point() 5802 if (GET_CODE (XEXP (x, 0)) == COMPARE in combine_simplify_rtx() 5810 if (GET_CODE (op0) == COMPARE) in combine_simplify_rtx() 6375 || GET_CODE (src) == COMPARE in simplify_set() 6389 if (GET_CODE (src) == COMPARE) in simplify_set() 6392 if (GET_CODE (op0) == COMPARE && op1 == const0_rtx) in simplify_set() 6522 if (GET_CODE (src) != COMPARE || GET_MODE (src) != compare_mode) in simplify_set() 7623 : ((code == COMPARE || COMPARISON_P (x)) in make_compound_operation() [all …]
|
| HD | compare-elim.c | 141 if (GET_CODE (src) != COMPARE)
|
| HD | loop-doloop.c | 138 if (GET_CODE (SET_SRC (cmp_orig)) != COMPARE) in doloop_condition_get()
|
| HD | sched-vis.c | 107 case COMPARE: in print_exp()
|
| HD | cse.c | 1093 if (code == COMPARE || COMPARISON_P (x)) in mention_regs() 2924 if (GET_CODE (arg1) == COMPARE && arg2 == const0_rtx) in find_comparison_args() 3001 if (GET_CODE (p->exp) == COMPARE in find_comparison_args() 7077 else if (GET_CODE (cc_src) == COMPARE in cse_cc_succs() 7078 && GET_CODE (SET_SRC (set)) == COMPARE in cse_cc_succs()
|
| HD | stmt.c | 2369 && ! have_insn_for (COMPARE, GET_MODE (index))) in expand_case() 2374 if (have_insn_for (COMPARE, wider_mode)) in expand_case()
|
| HD | rtlanal.c | 2363 case COMPARE: in may_trap_p_1() 4932 if (GET_CODE (op0) == COMPARE) in canonicalize_condition() 4986 if ((GET_CODE (SET_SRC (set)) == COMPARE in canonicalize_condition()
|
| HD | reg-stack.c | 1480 case COMPARE: in subst_stack_regs_pat() 1900 gcc_assert (GET_CODE (pat_src) == COMPARE); in subst_stack_regs_pat()
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | x86-tune-sched.c | 558 if (GET_CODE (set_src) == COMPARE) in ix86_macro_fusion_pair_p() 567 if (GET_CODE (src) != COMPARE) in ix86_macro_fusion_pair_p()
|
| HD | x86-tune-sched-bd.c | 190 || GET_CODE (PATTERN (insn)) == COMPARE); in is_cmp()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | combine.c | 2992 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE in try_combine() 3226 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE in try_combine() 5007 && GET_CODE (SET_SRC (x)) != COMPARE in find_split_point() 6163 if (GET_CODE (XEXP (x, 0)) == COMPARE in combine_simplify_rtx() 6171 if (GET_CODE (op0) == COMPARE) in combine_simplify_rtx() 6780 || GET_CODE (src) == COMPARE in simplify_set() 6794 if (GET_CODE (src) == COMPARE) in simplify_set() 6797 if (GET_CODE (op0) == COMPARE && op1 == const0_rtx) in simplify_set() 6932 else if (GET_CODE (src) != COMPARE || GET_MODE (src) != compare_mode in simplify_set() 7996 in_code = COMPARE; in make_compound_operation_int() [all …]
|
| HD | dojump.c | 600 && have_insn_for (COMPARE, TYPE_MODE (type))) in do_jump() 1107 && (have_insn_for (COMPARE, mode) in do_compare_rtx_and_jump()
|
| HD | loop-doloop.c | 139 if (GET_CODE (SET_SRC (cmp_orig)) != COMPARE) in doloop_condition_get()
|
| HD | compare-elim.c | 143 if (GET_CODE (src) != COMPARE) in conforming_compare()
|
| HD | reg-stack.c | 1973 if (GET_CODE (pat_src) == COMPARE) in subst_stack_regs_pat() 1981 gcc_assert (GET_CODE (pat_src) == COMPARE); in subst_stack_regs_pat() 1989 case COMPARE: in subst_stack_regs_pat()
|
| HD | cse.c | 1057 if (code == COMPARE || COMPARISON_P (x)) in mention_regs() 2936 if (GET_CODE (arg1) == COMPARE && arg2 == const0_rtx) in find_comparison_args() 3011 if (GET_CODE (p->exp) == COMPARE in find_comparison_args() 7385 else if (GET_CODE (cc_src) == COMPARE in cse_cc_succs() 7386 && GET_CODE (SET_SRC (set)) == COMPARE in cse_cc_succs()
|
| HD | rtlanal.c | 2850 case COMPARE: in may_trap_p_1() 5387 if (GET_CODE (SET_SRC (x)) == COMPARE) in pattern_cost() 5537 if (GET_CODE (op0) == COMPARE) in canonicalize_condition() 5595 if (GET_CODE (SET_SRC (set)) == COMPARE in canonicalize_condition()
|
| HD | optabs.def | 218 OPTAB_DC(cbranch_optab, "cbranch$a4", COMPARE)
|
| /dragonfly/contrib/gdb-7/libdecnumber/ |
| HD | decNumber.c | 195 #define COMPARE 0x01 /* Compare operators */ macro 867 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in decNumberCompare() 3017 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in decNumberSquareRoot() 3032 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in decNumberSquareRoot() 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in decNumberSquareRoot() 5763 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6046 if (op==COMPARE); /* result will be NaN */ 6089 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
|
| /dragonfly/contrib/gcc-8.0/libdecnumber/ |
| HD | decNumber.c | 195 #define COMPARE 0x01 /* Compare operators */ macro 867 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in decNumberCompare() 3017 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in decNumberSquareRoot() 3032 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in decNumberSquareRoot() 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in decNumberSquareRoot() 5763 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6046 if (op==COMPARE); /* result will be NaN */ 6089 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
|
| /dragonfly/contrib/gcc-4.7/libdecnumber/ |
| HD | decNumber.c | 195 #define COMPARE 0x01 /* Compare operators */ macro 867 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in decNumberCompare() 3017 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in decNumberSquareRoot() 3032 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in decNumberSquareRoot() 3068 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in decNumberSquareRoot() 5763 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6046 if (op==COMPARE); /* result will be NaN */ 6089 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
|