Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 25 of 137) sorted by path

123456

/openbsd/bin/ed/test/
H A DREADME32 k1-err.ed
/openbsd/gnu/gcc/gcc/
H A Dc-common.c3615 case_compare (splay_tree_key k1, splay_tree_key k2) in case_compare() argument
3619 if (!k1) in case_compare()
3622 return k1 ? 1 : 0; in case_compare()
3624 return tree_int_cst_compare ((tree) k1, (tree) k2); in case_compare()
H A Ddominance.c514 TBB k1; in calc_idoms() local
525 k1 = di->dfs_order[last_basic_block]; in calc_idoms()
528 k1 = di->dfs_order[b->index]; in calc_idoms()
532 if (k1 > v) in calc_idoms()
533 k1 = di->key[eval (di, k1)]; in calc_idoms()
534 if (k1 < k) in calc_idoms()
535 k = k1; in calc_idoms()
H A Dipa-type-escape.c180 struct type_brand_s * k1 = (struct type_brand_s *) sk1; in compare_type_brand() local
183 int value = strcmp(k1->name, k2->name); in compare_type_brand()
185 return k2->seq - k1->seq; in compare_type_brand()
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.c1396 return AS1 (br%k1,%0); in ret_cond_branch()
1412 return (AS1 (br%k1,.+2) CR_TAB in ret_cond_branch()
1415 return (AS1 (br%k1,.+4) CR_TAB in ret_cond_branch()
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300.md2232 return \"b%k1 .Lh8BR%=\;jmp @%l0\\n.Lh8BR%=:\";
2257 return \"b%k1 %l0\";
2259 return \"b%k1 %l0:16\";
3429 "mulu.w #0,%T0\;b%k1 .Lh8BR%=\;inc.w #1,%T0\\n.Lh8BR%=:"
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.md901 llihf\t%0,%k1
902 llilf\t%0,%k1
/openbsd/gnu/gcc/gcc/cp/
H A Dclass.c203 static int splay_tree_compare_integer_csts (splay_tree_key k1,
4503 splay_tree_compare_integer_csts (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_integer_csts() argument
4505 return tree_int_cst_compare ((tree) k1, (tree) k2); in splay_tree_compare_integer_csts()
H A Ddecl.c2713 typename_compare (const void * k1, const void * k2) in typename_compare() argument
2718 t1 = (tree) k1; in typename_compare()
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dpr29947-1.c16 for (i = j1; i <= k1; ++i) in test1()
36 for (i = k1; i >= j1; --i) in test2()
301 test1 (j1, k1, j2, k2); in test()
302 test2 (j1, k1, j2, k2); in test()
303 test3 (j1, k1, j2, k2); in test()
304 test4 (j1, k1, j2, k2); in test()
305 test5 (j1, k1, j2, k2); in test()
306 test6 (j1, k1, j2, k2); in test()
307 test7 (j1, k1, j2, k2); in test()
308 test8 (j1, k1, j2, k2); in test()
[all …]
H A Dpr29947-2.c16 for (i = j1; i <= k1; ++i) in test1()
36 for (i = k1; i >= j1; --i) in test2()
301 test1 (j1, k1, j2, k2); in test()
302 test2 (j1, k1, j2, k2); in test()
303 test3 (j1, k1, j2, k2); in test()
304 test4 (j1, k1, j2, k2); in test()
305 test5 (j1, k1, j2, k2); in test()
306 test6 (j1, k1, j2, k2); in test()
307 test7 (j1, k1, j2, k2); in test()
308 test8 (j1, k1, j2, k2); in test()
[all …]
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass53-frag.c3 union { int l; char c[sizeof (int)]; } k1; in foo1() local
5 k1.l = 0; in foo1()
8 m = k1.c; in foo1()
9 k1.c [sizeof (int)-1] = m[sizeof (int)-2]; in foo1()
/openbsd/gnu/lib/libiberty/src/
H A Dsplay-tree.c505 splay_tree_compare_ints (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_ints() argument
507 if ((int) k1 < (int) k2) in splay_tree_compare_ints()
509 else if ((int) k1 > (int) k2) in splay_tree_compare_ints()
518 splay_tree_compare_pointers (splay_tree_key k1, splay_tree_key k2) in splay_tree_compare_pointers() argument
520 if ((char*) k1 < (char*) k2) in splay_tree_compare_pointers()
522 else if ((char*) k1 > (char*) k2) in splay_tree_compare_pointers()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog5082 (replace(i1, i2, _CharT* k1, _CharT* k2),
5083 replace(i2, i2, const _CharT* k1, const _CharT* k2),
5084 replace(i1, i2, iterator k1, iterator k2,
5085 replace(i1, i2, const_iterator k1, const_iterator k2):
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_init.cc223 int k1; in test01() local
226 k1 = buf.get_i(); in test01()
227 VERIFY( k1 == initial ); in test01()
231 k1 = buf.get_i(); in test01()
232 VERIFY( k1 == initial ); in test01()
235 k1 = buf.get_i(); in test01()
236 VERIFY( k1 == initial ); in test01()
241 k1 = buf.get_i(); in test01()
242 VERIFY( k1 == initial ); in test01()
245 k1 = buf.get_i(); in test01()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp60 thread_key k1 = thread_key(key, &mtx, 42, &cnt); in TEST() local
63 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0); in TEST()
/openbsd/gnu/llvm/lld/ELF/
H A DDriver.cpp432 static bool getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, in getZFlag() argument
435 if (k1 == arg->getValue()) in getZFlag()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTrace.cpp70 static std::optional<V> Lookup(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, in Lookup() argument
72 auto it = map.find(k1); in Lookup()
80 static V *LookupAsPtr(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, K2 k2) { in LookupAsPtr() argument
81 auto it = map.find(k1); in LookupAsPtr()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DHashing.h170 static constexpr uint64_t k1 = 0xb492b66fbe98f273ULL; variable
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()
275 0, seed, hash_16_bytes(seed, k1), rotate(seed ^ k1, 49), in create()
276 seed * k1, shift_mix(seed), 0 }; in create()
298 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1; in mix()
299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix()
302 h2 = rotate(h2 + h5, 33) * k1; in mix()
303 h3 = h4 * k1; in mix()
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_unix.S58 kmovw k1, r9d
72 knotw k2, k1
1089 vpaddd zmm2{k1}, zmm0, dword ptr [ADD16+rip] {1to16}
2048 vmovdqa32 ymm0 {k1}, ymmword ptr [rsp+0x1*0x20]
2049 vmovdqa32 ymm2 {k1}, ymmword ptr [rsp+0x3*0x20]
2189 vmovdqa32 xmm0 {k1}, xmmword ptr [rsp+0x1*0x10]
2190 vmovdqa32 xmm2 {k1}, xmmword ptr [rsp+0x5*0x10]
2302 vmovdqu32 xmm0 {k1}, xmmword ptr [rsp+0x8]
2303 vmovdqu32 xmm2 {k1}, xmmword ptr [rsp+0x48]
H A Dblake3_avx512_x86-64_windows_gnu.S44 kmovw k1, r9d
58 knotw k2, k1
1075 vpaddd zmm2{k1}, zmm0, dword ptr [ADD16+rip] {1to16}
2046 vmovdqa32 ymm0 {k1}, ymmword ptr [rsp+0x1*0x20]
2047 vmovdqa32 ymm2 {k1}, ymmword ptr [rsp+0x3*0x20]
2187 vmovdqa32 xmm0 {k1}, xmmword ptr [rsp+0x1*0x10]
2188 vmovdqa32 xmm2 {k1}, xmmword ptr [rsp+0x5*0x10]
2300 vmovdqu32 xmm0 {k1}, xmmword ptr [rsp+0x8]
2301 vmovdqu32 xmm2 {k1}, xmmword ptr [rsp+0x48]
H A Dblake3_avx512_x86-64_windows_msvc.asm41 kmovw k1, r9d
59 knotw k2, k1
1079 vpaddd zmm2{k1}, zmm0, zmm4
1080 ; vpaddd zmm2{k1}, zmm0, dword ptr [ADD16] ; {1to16}
2052 vmovdqa32 ymm0 {k1}, ymmword ptr [rsp+1H*20H]
2053 vmovdqa32 ymm2 {k1}, ymmword ptr [rsp+3H*20H]
2193 vmovdqa32 xmm0 {k1}, xmmword ptr [rsp+1H*10H]
2194 vmovdqa32 xmm2 {k1}, xmmword ptr [rsp+5H*10H]
2306 vmovdqu32 xmm0 {k1}, xmmword ptr [rsp+8H]
2307 vmovdqu32 xmm2 {k1}, xmmword ptr [rsp+48H]
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.td275 def K1 : X86Reg<"k1", 1>, DwarfRegNum<[119, 94, 94]>;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c40 #define IIF(ptr,a1,c1,e1,g1,i1,k1,m1,o1,q1,s1,u1) \ argument
46 iif.iifP[ptr].pcrel_adjust = k1; \
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ns32k.c40 #define IIF(ptr,a1,c1,e1,g1,i1,k1,m1,o1,q1,s1,u1) \ argument
46 iif.iifP[ptr].pcrel_adjust= k1; \

123456