| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-cmp-inst-handler.cc | 35 tree cmp_type = get_tree_expr_type_for_hsa_type (inst->sourceType); in operator ()() local 45 bool is_int_cmp = VECTOR_TYPE_P (cmp_type) in operator ()() 46 ? INTEGRAL_TYPE_P (TREE_TYPE (cmp_type)) in operator ()() 47 : INTEGRAL_TYPE_P (cmp_type); in operator ()() 52 tree result_type = get_comparison_result_type (cmp_type); in operator ()()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| H A D | v3_utl.c | 819 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument 827 if (cmp_type > 0) { in do_check_string() 828 if (cmp_type != a->type) in do_check_string() 830 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-dis.c | 12980 unsigned int cmp_type; in CMP_Fixup() local 12983 cmp_type = *ins->codep++ & 0xff; in CMP_Fixup() 12984 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup() 12991 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 12992 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in CMP_Fixup() 12995 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op)) in CMP_Fixup() 13002 cmp_type -= ARRAY_SIZE (simd_cmp_op); in CMP_Fixup() 13003 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 13004 ins->mnemonicendp += vex_cmp_op[cmp_type].len; in CMP_Fixup() 13009 oappend_immediate (ins, cmp_type); in CMP_Fixup() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | svalue.cc | 361 if (int cmp_type = t1 - t2) in cmp_csts_and_types() local 362 return cmp_type; in cmp_csts_and_types() 377 if (int cmp_type = t1 - t2) in cmp_ptr() local 378 return cmp_type; in cmp_ptr()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-dis.c | 13168 unsigned int cmp_type; in CMP_Fixup() local 13172 cmp_type = *ins->codep++; in CMP_Fixup() 13173 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup() 13180 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 13181 ins->mnemonicendp += simd_cmp_op[cmp_type].len; in CMP_Fixup() 13184 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op)) in CMP_Fixup() 13191 cmp_type -= ARRAY_SIZE (simd_cmp_op); in CMP_Fixup() 13192 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix); in CMP_Fixup() 13193 ins->mnemonicendp += vex_cmp_op[cmp_type].len; in CMP_Fixup() 13198 oappend_immediate (ins, cmp_type); in CMP_Fixup() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| H A D | iq2000.h | 531 enum cmp_type enum
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| H A D | iq2000.h | 531 enum cmp_type enum
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-ia64.c | 675 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member 8220 tmpl.cmp_type = CMP_NONE; in specify_resource() 8878 specs[count].cmp_type = in specify_resource() 8887 specs[count].cmp_type = in specify_resource() 9000 specs[count].cmp_type = in specify_resource() 9009 specs[count].cmp_type = in specify_resource() 9467 specs[count++].cmp_type = in specify_resource() 9475 specs[count++].cmp_type = in specify_resource() 10054 if (specs[count].cmp_type != CMP_NONE in resources_match() 10055 && specs[count].cmp_type == rs->cmp_type) in resources_match() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-ia64.c | 676 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member 8227 tmpl.cmp_type = CMP_NONE; in specify_resource() 8885 specs[count].cmp_type = in specify_resource() 8894 specs[count].cmp_type = in specify_resource() 9007 specs[count].cmp_type = in specify_resource() 9016 specs[count].cmp_type = in specify_resource() 9474 specs[count++].cmp_type = in specify_resource() 9482 specs[count++].cmp_type = in specify_resource() 10067 if (specs[count].cmp_type != CMP_NONE in resources_match() 10068 && specs[count].cmp_type == rs->cmp_type) in resources_match() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-loop.c | 934 can_produce_all_loop_masks_p (loop_vec_info loop_vinfo, tree cmp_type) in can_produce_all_loop_masks_p() argument 941 cmp_type, rgm->mask_type, in can_produce_all_loop_masks_p() 997 tree cmp_type = NULL_TREE; in vect_verify_full_masking() local 1041 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type)) in vect_verify_full_masking() 1042 cmp_type = this_type; in vect_verify_full_masking() 1049 if (!cmp_type) in vect_verify_full_masking() 1052 LOOP_VINFO_MASK_COMPARE_TYPE (loop_vinfo) = cmp_type; in vect_verify_full_masking()
|
| H A D | builtins.c | 9854 tree cmp_type = NULL_TREE; in fold_builtin_unordered_cmp() local 9864 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp() 9867 cmp_type = type0; in fold_builtin_unordered_cmp() 9869 cmp_type = type1; in fold_builtin_unordered_cmp() 9871 arg0 = fold_convert_loc (loc, cmp_type, arg0); in fold_builtin_unordered_cmp() 9872 arg1 = fold_convert_loc (loc, cmp_type, arg1); in fold_builtin_unordered_cmp()
|
| H A D | tree-vect-stmts.c | 12078 tree cmp_type = TREE_TYPE (start_index); in vect_gen_while() local 12081 cmp_type, mask_type, in vect_gen_while()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-loop.cc | 979 can_produce_all_loop_masks_p (loop_vec_info loop_vinfo, tree cmp_type) in can_produce_all_loop_masks_p() argument 986 cmp_type, rgm->type, in can_produce_all_loop_masks_p() 1100 tree cmp_type = NULL_TREE; in vect_verify_full_masking() local 1144 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type)) in vect_verify_full_masking() 1145 cmp_type = this_type; in vect_verify_full_masking() 1152 if (!cmp_type) in vect_verify_full_masking() 1155 LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo) = cmp_type; in vect_verify_full_masking()
|
| H A D | builtins.cc | 9053 tree cmp_type = NULL_TREE; in fold_builtin_unordered_cmp() local 9063 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp() 9066 cmp_type = type0; in fold_builtin_unordered_cmp() 9068 cmp_type = type1; in fold_builtin_unordered_cmp() 9070 arg0 = fold_convert_loc (loc, cmp_type, arg0); in fold_builtin_unordered_cmp() 9071 arg1 = fold_convert_loc (loc, cmp_type, arg1); in fold_builtin_unordered_cmp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-builtin.cc | 936 tree cmp_type = truth_type_for (type); in fold_build_vec_cmp() local 939 tree temp = create_tmp_reg_or_ssa_name (cmp_type); in fold_build_vec_cmp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 5518 tree cmp_type = truth_type_for (vectype); in build_conditional_expr() local 5519 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec); in build_conditional_expr() 11483 tree cmp_type = truth_type_for (type); in build_vec_cmp() local 11484 tree cmp = build2 (code, cmp_type, arg0, arg1); in build_vec_cmp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 5558 tree cmp_type = truth_type_for (vectype); in build_conditional_expr() local 5559 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec); in build_conditional_expr() 11587 tree cmp_type = truth_type_for (type); in build_vec_cmp() local 11588 tree cmp = build2 (code, cmp_type, arg0, arg1); in build_vec_cmp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | iterators.md | 347 (define_code_attr cmp_type [(eq "i") (gt "s") (ge "s") (lt "s") (le "s")])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | iterators.md | 350 (define_code_attr cmp_type [(eq "i") (gt "s") (ge "s") (lt "s") (le "s")])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 4417 tree cmp_type = truth_type_for (type); in build_vec_cmp() local 4418 tree cmp = build2 (code, cmp_type, arg0, arg1); in build_vec_cmp()
|
| H A D | call.c | 5281 tree cmp_type = truth_type_for (arg1_type); in build_conditional_expr_1() local 5282 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type)); in build_conditional_expr_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.cc | 18421 tree cmp_type = truth_type_for (type); in ix86_gimple_fold_builtin() local 18422 tree cmp = gimple_build (&stmts, LT_EXPR, cmp_type, arg2, zero_vec); in ix86_gimple_fold_builtin() 18466 tree cmp_type = truth_type_for (type); in ix86_gimple_fold_builtin() local 18468 tree cmp = gimple_build (&stmts, tcode, cmp_type, arg0, arg1); in ix86_gimple_fold_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 4680 tree cmp_type = truth_type_for (type); in build_vec_cmp() local 4681 tree cmp = build2 (code, cmp_type, arg0, arg1); in build_vec_cmp()
|
| H A D | call.cc | 5512 tree cmp_type = truth_type_for (arg1_type); in build_conditional_expr() local 5513 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type)); in build_conditional_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 16500 if (tree cmp_type = vect_embedded_comparison_type (stmt_info)) in aarch64_adjust_stmt_cost() local 16502 if (FLOAT_TYPE_P (cmp_type)) in aarch64_adjust_stmt_cost() 16510 if (tree cmp_type = vect_embedded_comparison_type (stmt_info)) in aarch64_adjust_stmt_cost() local 16512 if (FLOAT_TYPE_P (cmp_type)) in aarch64_adjust_stmt_cost()
|