Home
last modified time | relevance | path

Searched refs:cmp_type (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc35 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/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc35 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/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c819 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/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
840 if (cmp_type > 0) { in do_check_string()
841 if (cmp_type != a->type) in do_check_string()
843 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c15560 unsigned int cmp_type; in CMP_Fixup() local
15563 cmp_type = *codep++ & 0xff; in CMP_Fixup()
16357 unsigned int cmp_type; in VCMP_Fixup() local
16360 cmp_type = *codep++ & 0xff; in VCMP_Fixup()
16361 if (cmp_type < ARRAY_SIZE (vex_cmp_op)) in VCMP_Fixup()
16385 unsigned int cmp_type; in VPCMP_Fixup() local
16391 cmp_type = *codep++ & 0xff; in VPCMP_Fixup()
16395 && cmp_type != 3 in VPCMP_Fixup()
16396 && cmp_type != 7) in VPCMP_Fixup()
16444 unsigned int cmp_type; in VPCOM_Fixup() local
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Di386-dis.c13201 unsigned int cmp_type; in CMP_Fixup() local
13204 cmp_type = *codep++ & 0xff; in CMP_Fixup()
13205 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup()
13653 unsigned int cmp_type; in VPCMP_Fixup() local
13659 cmp_type = *codep++ & 0xff; in VPCMP_Fixup()
13662 if (cmp_type < ARRAY_SIZE (simd_cmp_op) in VPCMP_Fixup()
13663 && cmp_type != 3 in VPCMP_Fixup()
13664 && cmp_type != 7) in VPCMP_Fixup()
13712 unsigned int cmp_type; in VPCOM_Fixup() local
13715 cmp_type = *codep++ & 0xff; in VPCOM_Fixup()
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Di386-dis.c13201 unsigned int cmp_type; in CMP_Fixup() local
13204 cmp_type = *codep++ & 0xff; in CMP_Fixup()
13205 if (cmp_type < ARRAY_SIZE (simd_cmp_op)) in CMP_Fixup()
13653 unsigned int cmp_type; in VPCMP_Fixup() local
13659 cmp_type = *codep++ & 0xff; in VPCMP_Fixup()
13662 if (cmp_type < ARRAY_SIZE (simd_cmp_op) in VPCMP_Fixup()
13663 && cmp_type != 3 in VPCMP_Fixup()
13664 && cmp_type != 7) in VPCMP_Fixup()
13712 unsigned int cmp_type; in VPCOM_Fixup() local
13715 cmp_type = *codep++ & 0xff; in VPCOM_Fixup()
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c12980 unsigned int cmp_type; in CMP_Fixup() local
12983 cmp_type = *ins->codep++ & 0xff; in CMP_Fixup()
13009 oappend_immediate (ins, cmp_type); in CMP_Fixup()
13468 unsigned int cmp_type; in VPCMP_Fixup() local
13474 cmp_type = *ins->codep++ & 0xff; in VPCMP_Fixup()
13478 && cmp_type != 3 in VPCMP_Fixup()
13479 && cmp_type != 7) in VPCMP_Fixup()
13504 oappend_immediate (ins, cmp_type); in VPCMP_Fixup()
13524 unsigned int cmp_type; in VPCOM_Fixup() local
13527 cmp_type = *ins->codep++ & 0xff; in VPCOM_Fixup()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc361 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/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h531 enum cmp_type enum
/netbsd/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h531 enum cmp_type enum
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-ia64.c8224 tmpl.cmp_type = CMP_NONE; in specify_resource()
8882 specs[count].cmp_type = in specify_resource()
8891 specs[count].cmp_type = in specify_resource()
9004 specs[count].cmp_type = in specify_resource()
9013 specs[count].cmp_type = in specify_resource()
9471 specs[count++].cmp_type = in specify_resource()
9479 specs[count++].cmp_type = in specify_resource()
10064 if (specs[count].cmp_type != CMP_NONE in resources_match()
10065 && specs[count].cmp_type == rs->cmp_type) in resources_match()
10078 dv_cmp_type[rs->cmp_type], in resources_match()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c8227 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()
10081 dv_cmp_type[rs->cmp_type], in resources_match()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c8238 tmpl.cmp_type = CMP_NONE; in specify_resource()
8896 specs[count].cmp_type = in specify_resource()
8905 specs[count].cmp_type = in specify_resource()
9018 specs[count].cmp_type = in specify_resource()
9027 specs[count].cmp_type = in specify_resource()
9485 specs[count++].cmp_type = in specify_resource()
9493 specs[count++].cmp_type = in specify_resource()
10078 if (specs[count].cmp_type != CMP_NONE in resources_match()
10079 && specs[count].cmp_type == rs->cmp_type) in resources_match()
10092 dv_cmp_type[rs->cmp_type], in resources_match()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ia64.c8224 tmpl.cmp_type = CMP_NONE; in specify_resource()
8882 specs[count].cmp_type = in specify_resource()
8891 specs[count].cmp_type = in specify_resource()
9004 specs[count].cmp_type = in specify_resource()
9013 specs[count].cmp_type = in specify_resource()
9471 specs[count++].cmp_type = in specify_resource()
9479 specs[count++].cmp_type = in specify_resource()
10064 if (specs[count].cmp_type != CMP_NONE in resources_match()
10065 && specs[count].cmp_type == rs->cmp_type) in resources_match()
10078 dv_cmp_type[rs->cmp_type], in resources_match()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.c934 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 Dtree-vect-loop.cc979 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 Dbuiltins.c9854 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 Dbuiltins.cc9053 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/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c934 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 Dbuiltins.c9854 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()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc936 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/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.c5518 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()
H A Dc-typeck.cc5558 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/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5518 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()

12