Searched refs:k1 (Results 101 - 125 of 284) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dproperty-2.s21 vscatterpf0dpd (%eax,%ymm1){%k1}
H A Dsse-check-error.l68 [ ]*36[ ]+\?\?\?\? 62F27D09 vgf2p8mulb %xmm0, %xmm0, %xmm0\{%k1\}
H A Dnoavx512-1.s19 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
41 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
63 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
85 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
107 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
129 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
151 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
173 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
195 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
H A Dsse-check.d21 [ ]*[a-f0-9]+: 62 f2 7d 09 cf c0 vgf2p8mulb %xmm0,%xmm0,%xmm0\{%k1\}
H A Dnoavx512-2.s19 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
41 vgatherpf0dpd 23(%ebp,%ymm7,8){%k1} # AVX512PF
H A Doptimize-1.d61 +[a-f0-9]+: c5 f4 47 e9 kxorw %k1,%k1,%k5
62 +[a-f0-9]+: c5 f4 47 e9 kxorw %k1,%k1,%k5
63 +[a-f0-9]+: c5 f4 42 e9 kandnw %k1,%k1,%k5
64 +[a-f0-9]+: c5 f4 42 e9 kandnw %k1,%k1,%k5
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h484 static inline bool equal_keys (const key_type &k1, const key_type &k2) argument
486 gcc_assert (k1 != NULL);
488 gcc_assert (k1 != reinterpret_cast<key_type> (1));
490 if (k1 && k2)
491 return *k1 == *k2;
494 return k1 == k2;
554 static inline bool equal_keys (const key_type &k1, const key_type &k2) argument
556 gcc_assert (k1 != NULL);
558 gcc_assert (k1 != reinterpret_cast<key_type> (1));
560 if (k1
621 equal_keys(const key_type &k1, const key_type &k2) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsplay-tree.c583 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
585 if ((int) k1 < (int) k2)
587 else if ((int) k1 > (int) k2)
596 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
598 if ((char*) k1 < (char*) k2)
600 else if ((char*) k1 > (char*) k2)
609 splay_tree_compare_strings (splay_tree_key k1, splay_tree_key k2) argument
611 return strcmp ((char *) k1, (char *) k2);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsplay-tree.c583 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
585 if ((int) k1 < (int) k2)
587 else if ((int) k1 > (int) k2)
596 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
598 if ((char*) k1 < (char*) k2)
600 else if ((char*) k1 > (char*) k2)
609 splay_tree_compare_strings (splay_tree_key k1, splay_tree_key k2) argument
611 return strcmp ((char *) k1, (char *) k2);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-nested-maps.c106 struct my_key_t k1 = {3, 4}; local
118 add_map_element (m1, k1, v1);
/netbsd-current/external/bsd/unbound/dist/validator/
H A Dval_sigcrypt.h327 int canonical_tree_compare(const void* k1, const void* k2);
333 * @param k1: rrset1
338 struct ub_packed_rrset_key* k1, struct ub_packed_rrset_key* k2);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsplay-tree.c583 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
585 if ((int) k1 < (int) k2)
587 else if ((int) k1 > (int) k2)
596 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
598 if ((char*) k1 < (char*) k2)
600 else if ((char*) k1 > (char*) k2)
609 splay_tree_compare_strings (splay_tree_key k1, splay_tree_key k2) argument
611 return strcmp ((char *) k1, (char *) k2);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsplay-tree.c583 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) argument
585 if ((int) k1 < (int) k2)
587 else if ((int) k1 > (int) k2)
596 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) argument
598 if ((char*) k1 < (char*) k2)
600 else if ((char*) k1 > (char*) k2)
609 splay_tree_compare_strings (splay_tree_key k1, splay_tree_key k2) argument
611 return strcmp ((char *) k1, (char *) k2);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h166 static constexpr uint64_t k1 = 0xb492b66fbe98f273ULL; member in namespace:llvm::hashing::detail
214 uint64_t a = fetch64(s) * k1;
271 0, seed, hash_16_bytes(seed, k1), rotate(seed ^ k1, 49),
272 seed * k1, shift_mix(seed), 0 };
294 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
295 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
298 h2 = rotate(h2 + h5, 33) * k1;
299 h3 = h4 * k1;
311 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_fx.c120 krb5_keyblock k1, k2, k3; local
140 &k1);
144 ret = krb5_crypto_init(context, &k1, 0, &c1);
197 krb5_free_keyblock_contents(context, &k1);
/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diter_fwd.h156 int fwd_cmp(const void* k1, const void* k2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-traits.h55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, argument
58 return H::equal (k1, k2);
185 unbounded_int_hashmap_traits <Key, Value>::equal_keys (Key k1, Key k2) argument
187 return k1 == k2;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-map-traits.h55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, argument
58 return H::equal (k1, k2);
185 unbounded_int_hashmap_traits <Key, Value>::equal_keys (Key k1, Key k2) argument
187 return k1 == k2;
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dacl_list.h151 int acl_interface_compare(const void* k1, const void* k2);
/netbsd-current/bin/sh/
H A Dmkoptions.sh173 done 4>>"${OF}" | sort -t' ' -k1,1f -k1,1 | while read chr index COND
/netbsd-current/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c536 double k1, k2, dist; local
541 k1 = EARTHRADIUS * sin(theta);
544 printf("Theta %g k1 %g k2 %g\n", theta, k1, k2);
545 dist = sqrt(k1*k1 + k2*k2);
/netbsd-current/usr.bin/spell/spell/
H A Dspell.sh117 sort -u -k2f -k1 $VTMP
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix.cc61 thread_key k1 = thread_key(key, &mtx, 42, &cnt); local
64 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips@mips32-dspr2.d44 0+0082 <[^>]*> 035b 0255 prepend k0,k1,0x0
45 0+0086 <[^>]*> 035b fa55 prepend k0,k1,0x1f
46 0+008a <[^>]*> 037c 01fc shra\.qb k1,gp,0x0
47 0+008e <[^>]*> 037c e1fc shra\.qb k1,gp,0x7
H A Dmips64-dsp.d67 0+00e4 <[^>]*> 7f7a000d dinsv k0,k1
101 0+016c <[^>]*> 7f7c01b4 mulsaq_s\.w\.qh \$ac0,k1,gp
104 0+0178 <[^>]*> 7f5bc8d5 pick\.ob t9,k0,k1
105 0+017c <[^>]*> 7f7cd2d5 pick\.qh k0,k1,gp
106 0+0180 <[^>]*> 7f9ddcd5 pick\.pw k1,gp,sp
115 0+01a4 <[^>]*> 7c1bd196 precequ\.pw\.qhla k0,k1
116 0+01a8 <[^>]*> 7c1cd9d6 precequ\.pw\.qhra k1,gp
126 0+01d0 <[^>]*> 7f60d514 raddu\.l\.ob k0,k1

Completed in 208 milliseconds

1234567891011>>