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

12

/freebsd-9.3-release/contrib/gcc/cp/
H A Dexpr.c41 cplus_expand_constant (tree cst) argument
43 switch (TREE_CODE (cst))
47 tree type = TREE_TYPE (cst);
51 member = PTRMEM_CST_MEMBER (cst);
56 cst = byte_position (member);
65 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
67 cst = fold (build_nop (type, cst));
74 expand_ptrmemfunc_cst (cst,
[all...]
H A Dmangle.c1228 write_integer_cst (const tree cst) argument
1230 int sign = tree_int_cst_sgn (cst);
1232 if (TREE_INT_CST_HIGH (cst) + (sign < 0))
1256 type = c_common_signed_or_unsigned_type (1, TREE_TYPE (cst));
1259 TREE_INT_CST_LOW (cst), TREE_INT_CST_HIGH (cst));
1286 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst);
/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.c59 double_int_ext (double_int cst, unsigned prec, bool uns) argument
62 return double_int_zext (cst, prec);
64 return double_int_sext (cst, prec);
70 double_int_zext (double_int cst, unsigned prec) argument
75 r.low = cst.low & mask.low;
76 r.high = cst.high & mask.high;
84 double_int_sext (double_int cst, unsigned prec) argument
91 snum = cst.low;
95 snum = (unsigned HOST_WIDE_INT) cst.high;
99 r.low = cst
116 tree_to_double_int(tree cst) argument
126 double_int_fits_in_uhwi_p(double_int cst) argument
134 double_int_fits_in_shwi_p(double_int cst) argument
148 double_int_fits_in_hwi_p(double_int cst, bool uns) argument
160 double_int_to_shwi(double_int cst) argument
169 double_int_to_uhwi(double_int cst) argument
296 double_int_to_tree(tree type, double_int cst) argument
307 double_int_negative_p(double_int cst) argument
363 double_int_split_digit(double_int *cst, unsigned base) argument
380 dump_double_int(FILE *file, double_int cst, bool uns) argument
[all...]
H A Ddouble-int.h67 shwi_to_double_int (HOST_WIDE_INT cst) argument
71 r.low = (unsigned HOST_WIDE_INT) cst;
72 r.high = cst < 0 ? -1 : 0;
89 uhwi_to_double_int (unsigned HOST_WIDE_INT cst)
93 r.low = cst;
146 double_int_zero_p (double_int cst)
148 return cst.low == 0 && cst.high == 0;
154 double_int_one_p (double_int cst)
156 return cst
[all...]
H A Dtree-object-size.c839 tree cst, basevar; local
844 cst = op1;
849 cst = op0;
852 gcc_assert (TREE_CODE (cst) == INTEGER_CST);
855 depth + !integer_zerop (cst));
915 tree cst, basevar; local
920 cst = op1;
925 cst = op0;
928 gcc_assert (TREE_CODE (cst) == INTEGER_CST);
930 if (integer_zerop (cst))
[all...]
H A Dtree-chrec.c50 is_not_constant_evolution (tree cst)
52 return (TREE_CODE (cst) == POLYNOMIAL_CHREC);
61 tree cst)
64 gcc_assert (cst);
66 gcc_assert (!is_not_constant_evolution (cst));
74 chrec_fold_plus (type, CHREC_LEFT (poly), cst),
80 chrec_fold_minus (type, CHREC_LEFT (poly), cst),
86 chrec_fold_multiply (type, CHREC_LEFT (poly), cst),
87 chrec_fold_multiply (type, CHREC_RIGHT (poly), cst));
49 is_not_constant_evolution(tree cst) argument
57 chrec_fold_poly_cst(enum tree_code code, tree type, tree poly, tree cst) argument
H A Dtree-ssa-loop-niter.c1559 double_int bnd, max, mmax, cst; local
1612 cst = tree_to_double_int (op1);
1613 cst = double_int_sext (cst, TYPE_PRECISION (type));
1615 cst = double_int_neg (cst);
1619 if (double_int_negative_p (cst))
1621 cst = double_int_neg (cst);
1623 if (double_int_negative_p (cst))
[all...]
H A Dtree-ssa-loop-ivopts.c2560 /* If we can prove that TOP = cst * BOT for some constant cst,
2561 store cst to MUL and return true. Otherwise return false.
2629 unsigned HOST_WIDE_INT cst)
2638 comb->offset = cst & comb->mask;
2807 tree cst, core, toffset; local
2831 cst = TREE_OPERAND (expr, 1);
2832 if (TREE_CODE (cst) != INTEGER_CST)
2835 aff_combination_scale (comb, int_cst_value (cst));
3254 HOST_WIDE_INT cst; /* Th member in struct:mbc_entry
2628 aff_combination_const(struct affine_tree_combination *comb, tree type, unsigned HOST_WIDE_INT cst) argument
3284 multiply_by_cost(HOST_WIDE_INT cst, enum machine_mode mode) argument
[all...]
H A Dc-pretty-print.c1188 const bool cst = TREE_CODE (e) == COMPLEX_CST;
1189 pp_expression (pp, cst ? TREE_REALPART (e) : TREE_OPERAND (e, 0));
1191 pp_expression (pp, cst ? TREE_IMAGPART (e) : TREE_OPERAND (e, 1));
1185 const bool cst = TREE_CODE (e) == COMPLEX_CST; local
H A Ddbxout.c690 stabstr_O (tree cst)
692 unsigned HOST_WIDE_INT high = TREE_INT_CST_HIGH (cst);
693 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst);
702 const unsigned int width = TYPE_PRECISION (TREE_TYPE (cst));
687 stabstr_O(tree cst) argument
H A Dloop-iv.c361 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) argument
364 mode = GET_MODE (cst);
367 iv->base = cst;
H A Dbuiltins.c490 target_char_cast (tree cst, char *p) argument
494 if (!host_integerp (cst, 1)
498 val = tree_low_cst (cst, 1);
7264 REAL_VALUE_TYPE cst;
7266 real_convert (&cst, TYPE_MODE (type), &dconstpi);
7267 SET_REAL_EXP (&cst, REAL_EXP (&cst) - 2);
7268 return build_real (type, cst);
7868 REAL_VALUE_TYPE cst;
7870 real_convert (&cst, TYPE_MOD
7261 REAL_VALUE_TYPE cst; local
7865 REAL_VALUE_TYPE cst; local
[all...]
H A Dgcse.c3322 rtx cst = XEXP (cond, 1);
3333 if (GET_CODE (cst) == CONST_DOUBLE)
3336 REAL_VALUE_FROM_CONST_DOUBLE (d, cst);
3344 return gcse_constant_p (cst);
3310 rtx cst = XEXP (cond, 1); local
H A Dtree.c1193 tree scalar, cst;
1198 /* Create 'vect_cst_ = {cst,cst,...,cst}' */
1199 cst = NULL_TREE;
1201 cst = tree_cons (NULL_TREE, scalar, cst);
1203 return build_vector (type, cst);
1189 tree scalar, cst; local
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe.h149 bus_space_tag_t cst; member in struct:sc_info
168 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
170 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
172 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
175 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
177 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
179 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))
H A Denvy24.c124 bus_space_tag_t cst; member in struct:sc_info
407 return bus_space_read_1(sc->cst, sc->csh, regno);
409 return bus_space_read_2(sc->cst, sc->csh, regno);
411 return bus_space_read_4(sc->cst, sc->csh, regno);
422 bus_space_write_1(sc->cst, sc->csh, regno, data);
425 bus_space_write_2(sc->cst, sc->csh, regno, data);
428 bus_space_write_4(sc->cst, sc->csh, regno, data);
2502 sc->cst = rman_get_bustag(sc->cs);
H A Denvy24ht.c133 bus_space_tag_t cst; member in struct:sc_info
460 return bus_space_read_1(sc->cst, sc->csh, regno);
462 return bus_space_read_2(sc->cst, sc->csh, regno);
464 return bus_space_read_4(sc->cst, sc->csh, regno);
475 bus_space_write_1(sc->cst, sc->csh, regno, data);
478 bus_space_write_2(sc->cst, sc->csh, regno, data);
481 bus_space_write_4(sc->cst, sc->csh, regno, data);
2411 sc->cst = rman_get_bustag(sc->cs);
H A Dhdspe.c137 sc->cst = rman_get_bustag(sc->cs);
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h83 GlobalValue *GV, intptr_t cst = 0,
89 Result.ConstantVal = cst;
103 GlobalValue *GV, intptr_t cst = 0,
109 Result.ConstantVal = cst;
122 MachineBasicBlock *MBB, intptr_t cst = 0) {
126 Result.ConstantVal = cst;
140 const char *ES, intptr_t cst = 0,
146 Result.ConstantVal = cst;
160 unsigned CPI, intptr_t cst = 0,
165 Result.ConstantVal = cst;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c193 OCSP_CERTSTATUS *cst = NULL; local
248 cst = single->certStatus;
250 OCSP_cert_status_str(cst->type)) <= 0)
252 if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
253 rev = cst->value.revoked;
H A Docsp_cl.c276 OCSP_CERTSTATUS *cst; local
279 cst = single->certStatus;
280 ret = cst->type;
282 OCSP_REVOKEDINFO *rev = cst->value.revoked;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c77 char *inf, char *cst,
175 char seq_eoc, seq_nolen, cst, isopt; local
369 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
383 if (!cst) {
537 char cst; local
542 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
550 if (!cst) {
716 char cst, inf, free_cont = 0; local
760 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
779 else if (!cst) {
1056 char cst, ininf; local
1145 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.c885 int cst = B_STATUS (c->rdesc[c->rn]); local
886 if (cst == FST_EOM) {
893 } else if (cst & ST2_OVRN) {
898 } else if (cst & (ST2_HDLC_RBIT |
904 } else if ((cst & ST2_HDLC_EOM)
905 && (cst & ST2_HDLC_CRCE)) {
910 } else if (! (cst & ST2_HDLC_EOM)) {
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1390 const CastInst* cst = cast<CastInst>(I); local
1408 << getCppName(cst->getType()) << ", \"";
1409 printEscapedString(cst->getName());
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c3495 rtx cst, tem, new;
3497 cst = GEN_INT (upper);
3498 if (!legitimate_reload_constant_p (cst))
3499 cst = force_const_mem (Pmode, cst);
3501 tem = gen_rtx_PLUS (Pmode, XEXP (ad, 0), cst);
3494 rtx cst, tem, new; local

Completed in 306 milliseconds

12