Searched refs:cst (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dexpr.c2203 rtx cst;
2259 cst = (*constfun) (constfundata, offset, mode);
2260 if (!LEGITIMATE_CONSTANT_P (cst))
2472 rtx to1, cst;
2489 cst = (*data->constfun) (data->constfundata, data->offset, mode);
2490 emit_insn ((*genfun) (to1, cst));
2197 rtx cst; local
2466 rtx to1, cst; local
H A Dtree-data-ref.c3266 tree cst,
3274 if (tree_fold_divides_p (CHREC_RIGHT (chrec), cst))
3276 return chrec_steps_divide_constant_p (CHREC_LEFT (chrec), cst, res);
3261 chrec_steps_divide_constant_p(tree chrec, tree cst, bool *res) argument
H A Dfold-const.c7732 unsigned HOST_WIDE_INT cst;
7734 cst = tree_low_cst (and1, 1);
7735 cst &= (HOST_WIDE_INT) -1
7737 change = (cst == 0);
8127 REAL_VALUE_TYPE cst;
8128 cst = TREE_REAL_CST (arg1);
8135 REAL_VALUE_NEGATE (cst)));
8139 if (REAL_VALUE_MINUS_ZERO (cst))
8144 if (REAL_VALUE_ISNAN (cst)
8152 if (REAL_VALUE_ISINF (cst))
7697 unsigned HOST_WIDE_INT cst; local
8092 REAL_VALUE_TYPE cst; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6142 expand_ptrmemfunc_cst (tree cst, tree *delta, tree *pfn)
6144 tree type = TREE_TYPE (cst);
6145 tree fn = PTRMEM_CST_MEMBER (cst);
6127 expand_ptrmemfunc_cst(tree cst, tree *delta, tree *pfn) argument
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2679 tree cst;
2686 cst = TREE_VALUE (args);
2687 if (TREE_CODE (cst) != INTEGER_CST)
2694 else if (compare_tree_int (cst, REGPARM_MAX) > 0)
2704 && compare_tree_int (cst, REGPARM_MAX-1))
4890 static const char * cst[5] =
4902 real_from_string (&ext_80387_constants_table[i], cst[i]);
2673 tree cst; local
4879 static const char * cst[5] = local
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c2328 int cst, cst2;
2371 cst = INTVAL (CONST_VECTOR_ELT (vec, 0));
2375 if (cst == cst2)
2320 int cst, cst2; local

Completed in 317 milliseconds

12