| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | h8300-dis.c | 75 int *cst, in extract_immediate() argument 83 *cst = thisnib & 3; in extract_immediate() 99 *cst *= 2; in extract_immediate() 102 *cst *= 4; in extract_immediate() 113 *cst *= 2; in extract_immediate() 116 *cst *= 4; in extract_immediate() 124 *cst = data[0]; in extract_immediate() 129 *cst = (data[0] << 8) + data [1]; in extract_immediate() 132 *cst = (short) *cst; /* Sign extend. */ in extract_immediate() 137 *cst = (((unsigned) data[0] << 24) + (data[1] << 16) in extract_immediate() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | h8300-dis.c | 75 int *cst, in extract_immediate() argument 83 *cst = thisnib & 3; in extract_immediate() 99 *cst *= 2; in extract_immediate() 102 *cst *= 4; in extract_immediate() 113 *cst *= 2; in extract_immediate() 116 *cst *= 4; in extract_immediate() 124 *cst = data[0]; in extract_immediate() 129 *cst = (data[0] << 8) + data [1]; in extract_immediate() 132 *cst = (short) *cst; /* Sign extend. */ in extract_immediate() 137 *cst = (((unsigned) data[0] << 24) + (data[1] << 16) in extract_immediate() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | cst.cgs | 1 # frv testcase for cst $GRk,@($GRi,$GRj) 8 .global cst 9 cst: 16 cst gr8,@(sp,gr7),cc0,1 22 cst gr8,@(sp,gr7),cc0,1 28 cst gr8,@(sp,gr7),cc4,1 35 cst gr8,@(sp,gr7),cc0,0 41 cst gr8,@(sp,gr7),cc0,0 47 cst gr8,@(sp,gr7),cc4,0 54 cst gr8,@(sp,gr7),cc1,0 [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | tic6x-insn-formats.h | 100 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 103 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 106 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 109 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 112 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 115 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 118 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 121 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 124 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 129 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | tic6x-insn-formats.h | 100 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 103 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 106 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 109 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 112 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 115 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 118 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 121 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 124 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 129 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_builtin.c | 328 CONFIG_STR_TABLE *cst = (CONFIG_STR_TABLE *) ptr; in pcf_conv_str_parameter() local 330 return (cst->defval); in pcf_conv_str_parameter() 386 const CONFIG_STR_TABLE *cst; in pcf_register_builtin_parameters() local 421 for (cst = pcf_str_table; cst->name; cst++) in pcf_register_builtin_parameters() 422 PCF_PARAM_TABLE_ENTER(pcf_param_table, cst->name, in pcf_register_builtin_parameters() 423 PCF_PARAM_FLAG_BUILTIN, (void *) cst, in pcf_register_builtin_parameters() 450 for (cst = pcf_legacy_str_table; cst->name; cst++) in pcf_register_builtin_parameters() 451 PCF_PARAM_TABLE_ENTER(pcf_param_table, cst->name, in pcf_register_builtin_parameters() 452 PCF_PARAM_FLAG_LEGACY, (void *) cst, in pcf_register_builtin_parameters()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | expr.c | 30 cplus_expand_constant (tree cst) in cplus_expand_constant() argument 32 switch (TREE_CODE (cst)) in cplus_expand_constant() 36 tree type = TREE_TYPE (cst); in cplus_expand_constant() 40 member = PTRMEM_CST_MEMBER (cst); in cplus_expand_constant() 44 return cst; in cplus_expand_constant() 49 cst = byte_position (member); in cplus_expand_constant() 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant() 60 cst = fold (build_nop (type, cst)); in cplus_expand_constant() 67 expand_ptrmemfunc_cst (cst, &delta, &pfn); in cplus_expand_constant() 68 cst = build_ptrmemfunc1 (type, delta, pfn); in cplus_expand_constant() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | expr.cc | 30 cplus_expand_constant (tree cst) in cplus_expand_constant() argument 32 switch (TREE_CODE (cst)) in cplus_expand_constant() 36 tree type = TREE_TYPE (cst); in cplus_expand_constant() 40 member = PTRMEM_CST_MEMBER (cst); in cplus_expand_constant() 44 return cst; in cplus_expand_constant() 49 cst = byte_position (member); in cplus_expand_constant() 58 cst = size_binop (PLUS_EXPR, cst, byte_position (member)); in cplus_expand_constant() 60 cst = fold (build_nop (type, cst)); in cplus_expand_constant() 67 expand_ptrmemfunc_cst (cst, &delta, &pfn); in cplus_expand_constant() 68 cst = build_ptrmemfunc1 (type, delta, pfn); in cplus_expand_constant() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_polynomial.c | 178 isl_poly_cst *cst; in isl_poly_is_zero() local 184 cst = isl_poly_as_cst(poly); in isl_poly_is_zero() 185 if (!cst) in isl_poly_is_zero() 188 return isl_bool_ok(isl_int_is_zero(cst->n) && isl_int_is_pos(cst->d)); in isl_poly_is_zero() 194 isl_poly_cst *cst; in isl_poly_sgn() local 200 cst = isl_poly_as_cst(poly); in isl_poly_sgn() 201 if (!cst) in isl_poly_sgn() 204 return isl_int_sgn(cst->n); in isl_poly_sgn() 210 isl_poly_cst *cst; in isl_poly_is_nan() local 216 cst = isl_poly_as_cst(poly); in isl_poly_is_nan() [all …]
|
| H A D | isl_tab_lexopt_templ.c | 59 isl_mat *cst = NULL; in SF() local 88 cst = isl_mat_alloc(ctx, n, 1 + n_in); in SF() 89 if (!cst) in SF() 93 isl_seq_cpy(cst->row[i], bmap->ineq[list[i]], 1 + n_in); in SF() 119 isl_seq_cpy(dom->ineq[k], cst->row[i], 1 + n_in); in SF() 128 max, cst, map_space, set_space); in SF() 132 isl_mat_free(cst); in SF()
|
| H A D | isl_equalities.c | 74 struct isl_mat *cst = NULL; in particular_solution() local 105 cst = isl_mat_alloc(B->ctx, B->n_row, 0); in particular_solution() 107 cst = isl_mat_sub_alloc(C, 1, B->n_row, 0, 1); in particular_solution() 109 cst = isl_mat_product(T, cst); in particular_solution() 113 return cst; in particular_solution() 313 struct isl_mat *cst = NULL; in isl_mat_parameter_compression() local 320 cst = particular_solution(B, d); in isl_mat_parameter_compression() 321 if (!cst) in isl_mat_parameter_compression() 323 if (cst->n_col == 0) { in isl_mat_parameter_compression() 325 isl_mat_free(cst); in isl_mat_parameter_compression() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-compiler.cc | 45 tree cst; in paintAsType() local 50 cst = build_integer_cst (expr->toInteger (), build_ctype (expr->type)); in paintAsType() 52 cst = build_float_cst (expr->toReal (), expr->type); in paintAsType() 83 cst = build_vector_from_ctor (vectype, elms); in paintAsType() 89 int len = native_encode_expr (cst, buffer, sizeof (buffer)); in paintAsType() 99 cst = native_interpret_expr (vectype, buffer, len); in paintAsType() 101 Expression *e = d_eval_constant_expression (expr->loc, cst); in paintAsType() 109 cst = native_interpret_expr (build_ctype (type), buffer, len); in paintAsType() 111 Expression *e = d_eval_constant_expression (expr->loc, cst); in paintAsType()
|
| /netbsd-src/usr.bin/make/ |
| H A D | dir.c | 406 struct cached_stat *cst; in cached_stats() local 412 cst = HashTable_FindValue(tbl, pathname); in cached_stats() 413 if (cst != NULL && !forceRefresh) { in cached_stats() 414 *out_cst = *cst; in cached_stats() 416 Targ_FmtTime(cst->cst_mtime), pathname); in cached_stats() 427 if (cst == NULL) { in cached_stats() 428 cst = bmake_malloc(sizeof *cst); in cached_stats() 429 HashTable_Set(tbl, pathname, cst); in cached_stats() 432 cst->cst_mtime = sys_st.st_mtime; in cached_stats() 433 cst->cst_mode = sys_st.st_mode; in cached_stats() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | double-int.cc | 728 const double_int &cst = *this; in zext() local 732 r.low = cst.low & mask.low; in zext() 733 r.high = cst.high & mask.high; in zext() 743 const double_int &cst = *this; in sext() local 749 snum = cst.low; in sext() 753 snum = (unsigned HOST_WIDE_INT) cst.high; in sext() 757 r.low = cst.low | ~mask.low; in sext() 758 r.high = cst.high | ~mask.high; in sext() 762 r.low = cst.low & mask.low; in sext() 763 r.high = cst.high & mask.high; in sext() [all …]
|
| H A D | double-int.h | 58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst); 59 static double_int from_shwi (HOST_WIDE_INT cst); 208 double_int::from_shwi (HOST_WIDE_INT cst) in from_shwi() argument 211 r.low = (unsigned HOST_WIDE_INT) cst; in from_shwi() 212 r.high = cst < 0 ? -1 : 0; in from_shwi() 231 double_int::from_uhwi (unsigned HOST_WIDE_INT cst) in from_uhwi() argument 234 r.low = cst; in from_uhwi()
|
| H A D | vec-perm-indices.cc | 289 tree_to_vec_perm_builder (vec_perm_builder *builder, tree cst) in tree_to_vec_perm_builder() argument 291 unsigned int encoded_nelts = vector_cst_encoded_nelts (cst); in tree_to_vec_perm_builder() 293 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i))) in tree_to_vec_perm_builder() 296 builder->new_vector (TYPE_VECTOR_SUBPARTS (TREE_TYPE (cst)), in tree_to_vec_perm_builder() 297 VECTOR_CST_NPATTERNS (cst), in tree_to_vec_perm_builder() 298 VECTOR_CST_NELTS_PER_PATTERN (cst)); in tree_to_vec_perm_builder() 300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | double-int.c | 728 const double_int &cst = *this; in zext() local 732 r.low = cst.low & mask.low; in zext() 733 r.high = cst.high & mask.high; in zext() 743 const double_int &cst = *this; in sext() local 749 snum = cst.low; in sext() 753 snum = (unsigned HOST_WIDE_INT) cst.high; in sext() 757 r.low = cst.low | ~mask.low; in sext() 758 r.high = cst.high | ~mask.high; in sext() 762 r.low = cst.low & mask.low; in sext() 763 r.high = cst.high & mask.high; in sext() [all …]
|
| H A D | vec-perm-indices.c | 231 tree_to_vec_perm_builder (vec_perm_builder *builder, tree cst) in tree_to_vec_perm_builder() argument 233 unsigned int encoded_nelts = vector_cst_encoded_nelts (cst); in tree_to_vec_perm_builder() 235 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i))) in tree_to_vec_perm_builder() 238 builder->new_vector (TYPE_VECTOR_SUBPARTS (TREE_TYPE (cst)), in tree_to_vec_perm_builder() 239 VECTOR_CST_NPATTERNS (cst), in tree_to_vec_perm_builder() 240 VECTOR_CST_NELTS_PER_PATTERN (cst)); in tree_to_vec_perm_builder() 242 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
|
| H A D | double-int.h | 58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst); 59 static double_int from_shwi (HOST_WIDE_INT cst); 208 double_int::from_shwi (HOST_WIDE_INT cst) in from_shwi() argument 211 r.low = (unsigned HOST_WIDE_INT) cst; in from_shwi() 212 r.high = cst < 0 ? -1 : 0; in from_shwi() 231 double_int::from_uhwi (unsigned HOST_WIDE_INT cst) in from_uhwi() argument 234 r.low = cst; in from_uhwi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-frontend.cc | 453 tree cst; in paintAsType() local 458 cst = build_integer_cst (expr->toInteger (), build_ctype (expr->type)); in paintAsType() 460 cst = build_float_cst (expr->toReal (), expr->type); in paintAsType() 491 cst = build_vector_from_ctor (vectype, elms); in paintAsType() 497 int len = native_encode_expr (cst, buffer, sizeof (buffer)); in paintAsType() 507 cst = native_interpret_expr (vectype, buffer, len); in paintAsType() 509 Expression *e = d_eval_constant_expression (cst); in paintAsType() 517 cst = native_interpret_expr (build_ctype (type), buffer, len); in paintAsType() 519 Expression *e = d_eval_constant_expression (cst); in paintAsType()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | tasn_dec.c | 43 char *inf, char *cst, 146 char seq_eoc, seq_nolen, cst, isopt; in asn1_item_embed_d2i() local 306 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst, in asn1_item_embed_d2i() 320 if (!cst) { in asn1_item_embed_d2i() 475 char cst; in asn1_template_ex_d2i() local 480 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst, in asn1_template_ex_d2i() 488 if (!cst) { in asn1_template_ex_d2i() 666 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 710 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive() 729 else if (!cst) { in asn1_d2i_ex_primitive() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | tasn_dec.c | 43 char *inf, char *cst, 174 char seq_eoc, seq_nolen, cst, isopt; in asn1_item_embed_d2i() local 346 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst, in asn1_item_embed_d2i() 360 if (!cst) { in asn1_item_embed_d2i() 516 char cst; in asn1_template_ex_d2i() local 521 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst, in asn1_template_ex_d2i() 529 if (!cst) { in asn1_template_ex_d2i() 705 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 749 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive() 768 else if (!cst) { in asn1_d2i_ex_primitive() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| H A D | ocsp_prn.c | 140 OCSP_CERTSTATUS *cst = NULL; in OCSP_RESPONSE_print() local 194 cst = single->certStatus; in OCSP_RESPONSE_print() 196 OCSP_cert_status_str(cst->type)) <= 0) in OCSP_RESPONSE_print() 198 if (cst->type == V_OCSP_CERTSTATUS_REVOKED) { in OCSP_RESPONSE_print() 199 rev = cst->value.revoked; in OCSP_RESPONSE_print()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| H A D | ocsp_prn.c | 140 OCSP_CERTSTATUS *cst = NULL; in OCSP_RESPONSE_print() local 194 cst = single->certStatus; in OCSP_RESPONSE_print() 196 OCSP_cert_status_str(cst->type)) <= 0) in OCSP_RESPONSE_print() 198 if (cst->type == V_OCSP_CERTSTATUS_REVOKED) { in OCSP_RESPONSE_print() 199 rev = cst->value.revoked; in OCSP_RESPONSE_print()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-options.cc | 3145 tree cst = TREE_VALUE (args); in ix86_set_indirect_branch_type() local 3146 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0) in ix86_set_indirect_branch_type() 3148 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0) in ix86_set_indirect_branch_type() 3150 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0) in ix86_set_indirect_branch_type() 3152 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0) in ix86_set_indirect_branch_type() 3190 tree cst = TREE_VALUE (args); in ix86_set_indirect_branch_type() local 3191 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0) in ix86_set_indirect_branch_type() 3193 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0) in ix86_set_indirect_branch_type() 3195 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0) in ix86_set_indirect_branch_type() 3197 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0) in ix86_set_indirect_branch_type() [all …]
|