Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/x509/
H A Dx509_utl.c1029 * cmp_type > 0 only compare if string matches the type, otherwise convert it in do_check_string()
1034 do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string()
1041 if (cmp_type > 0) { in do_check_string()
1042 if (cmp_type != a->type) in do_check_string()
1044 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
1027 do_check_string(ASN1_STRING * a,int cmp_type,equal_fn equal,unsigned int flags,const char * b,size_t blen,char ** peername) do_check_string() argument
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.h809 enum cmp_type enum
1081 extern enum cmp_type branch_type;
H A Diq2000.c126 enum cmp_type branch_type;
1008 enum cmp_type type = branch_type; in gen_conditional_branch()
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h32 enum cmp_type { enum
41 extern enum cmp_type branch_type; /* what type of branch to use */
H A Dxtensa.c78 enum cmp_type branch_type;
771 enum cmp_type type = branch_type; in xtensa_expand_conditional_branch()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h33 enum cmp_type { enum
42 extern enum cmp_type branch_type; /* what type of branch to use */
H A Dxtensa.c75 enum cmp_type branch_type;
1087 enum cmp_type type = branch_type;
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.h25 enum cmp_type /* comparison type */ enum
811 extern enum cmp_type hppa_branch_type;
H A Dpa.c167 enum cmp_type hppa_branch_type;
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c602 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member
7514 tmpl.cmp_type = CMP_NONE;
8134 specs[count].cmp_type =
8143 specs[count].cmp_type =
8256 specs[count].cmp_type =
8265 specs[count].cmp_type =
8719 specs[count++].cmp_type =
8727 specs[count++].cmp_type =
9305 if (specs[count].cmp_type != CMP_NONE
9306 && specs[count].cmp_type == rs->cmp_type)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h25 enum cmp_type /* comparison type */ enum
948 extern enum cmp_type hppa_branch_type;
H A Dpa.c137 enum cmp_type hppa_branch_type;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c654 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member
8386 tmpl.cmp_type = CMP_NONE;
9010 specs[count].cmp_type =
9019 specs[count].cmp_type =
9132 specs[count].cmp_type =
9141 specs[count].cmp_type =
9596 specs[count++].cmp_type =
9604 specs[count++].cmp_type =
10206 if (specs[count].cmp_type != CMP_NONE
10207 && specs[count].cmp_type == rs->cmp_type)
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c4101 unsigned int cmp_type; in OP_SIMD_Suffix() local
4105 cmp_type = *codep++ & 0xff; in OP_SIMD_Suffix()
4106 if (cmp_type < 8) in OP_SIMD_Suffix()
4125 simd_cmp_op[cmp_type], suffix1, suffix2); in OP_SIMD_Suffix()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h38 enum cmp_type { enum
162 extern enum cmp_type branch_type; /* what type of branch to use */
H A Dmips.c304 enum cmp_type branch_type;
3364 enum cmp_type type = branch_type;
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c5087 unsigned int cmp_type; in OP_SIMD_Suffix() local
5091 cmp_type = *codep++ & 0xff; in OP_SIMD_Suffix()
5092 if (cmp_type < 8) in OP_SIMD_Suffix()
5111 simd_cmp_op[cmp_type], suffix1, suffix2); in OP_SIMD_Suffix()
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.c8802 tree cmp_type = NULL_TREE; in fold_builtin_unordered_cmp() local
8832 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp()
8835 cmp_type = type0; in fold_builtin_unordered_cmp()
8837 cmp_type = type1; in fold_builtin_unordered_cmp()
8845 arg0 = fold_convert (cmp_type, arg0); in fold_builtin_unordered_cmp()
8846 arg1 = fold_convert (cmp_type, arg1); in fold_builtin_unordered_cmp()
H A Dfold-const.c10545 tree cmp_type = TREE_TYPE (TREE_OPERAND (arg0, 0)); in fold_binary() local
10547 fold_build1 (BIT_NOT_EXPR, cmp_type, in fold_binary()
10548 fold_convert (cmp_type, arg1))); in fold_binary()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.1112239 * pa.h (cmp_type): Add CMP_PSI.