| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_utl.c | 1029 * 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 D | iq2000.h | 809 enum cmp_type enum 1081 extern enum cmp_type branch_type;
|
| H A D | iq2000.c | 126 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 D | xtensa.h | 32 enum cmp_type { enum 41 extern enum cmp_type branch_type; /* what type of branch to use */
|
| H A D | xtensa.c | 78 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 D | xtensa.h | 33 enum cmp_type { enum 42 extern enum cmp_type branch_type; /* what type of branch to use */
|
| H A D | xtensa.c | 75 enum cmp_type branch_type; 1087 enum cmp_type type = branch_type;
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa.h | 25 enum cmp_type /* comparison type */ enum 811 extern enum cmp_type hppa_branch_type;
|
| H A D | pa.c | 167 enum cmp_type hppa_branch_type;
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-ia64.c | 602 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 D | pa.h | 25 enum cmp_type /* comparison type */ enum 948 extern enum cmp_type hppa_branch_type;
|
| H A D | pa.c | 137 enum cmp_type hppa_branch_type;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-ia64.c | 654 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 D | i386-dis.c | 4101 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 D | mips.h | 38 enum cmp_type { enum 162 extern enum cmp_type branch_type; /* what type of branch to use */
|
| H A D | mips.c | 304 enum cmp_type branch_type; 3364 enum cmp_type type = branch_type;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | i386-dis.c | 5087 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 D | builtins.c | 8802 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 D | fold-const.c | 10545 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 D | FSFChangeLog.11 | 12239 * pa.h (cmp_type): Add CMP_PSI.
|