Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c8388 tmpl.cmp_type = CMP_NONE;
9012 specs[count].cmp_type =
9021 specs[count].cmp_type =
9134 specs[count].cmp_type =
9143 specs[count].cmp_type =
9598 specs[count++].cmp_type =
9606 specs[count++].cmp_type =
10208 if (specs[count].cmp_type != CMP_NONE
10209 && specs[count].cmp_type == rs->cmp_type)
10222 dv_cmp_type[rs->cmp_type],
[all …]
/freebsd-12.1/contrib/binutils/opcodes/
H A Di386-dis.c6164 unsigned int cmp_type; in OP_SIMD_Suffix() local
6168 cmp_type = *codep++ & 0xff; in OP_SIMD_Suffix()
6169 if (cmp_type < 8) in OP_SIMD_Suffix()
6188 simd_cmp_op[cmp_type], suffix1, suffix2); in OP_SIMD_Suffix()
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.c8879 tree cmp_type = NULL_TREE; in fold_builtin_unordered_cmp() local
8909 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp()
8912 cmp_type = type0; in fold_builtin_unordered_cmp()
8914 cmp_type = type1; in fold_builtin_unordered_cmp()
8922 arg0 = fold_convert (cmp_type, arg0); in fold_builtin_unordered_cmp()
8923 arg1 = fold_convert (cmp_type, arg1); in fold_builtin_unordered_cmp()
H A Dfold-const.c10565 tree cmp_type = TREE_TYPE (TREE_OPERAND (arg0, 0)); in fold_binary() local
10567 fold_build1 (BIT_NOT_EXPR, cmp_type, in fold_binary()
10568 fold_convert (cmp_type, arg1))); in fold_binary()
H A DFSFChangeLog.1112239 * pa.h (cmp_type): Add CMP_PSI.
H A DChangeLog-200423172 * config/mips/mips.h (cmp_type, branch_type): Delete.