Home
last modified time | relevance | path

Searched refs:masked2 (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/library/stdarch/examples/
H A Dhex.rs88 let cmpmask2 = _mm256_cmpgt_epi8(masked2, nines); in hex_encode_avx2()
92 let masked2 = _mm256_add_epi8(masked2, _mm256_blendv_epi8(ascii_zero, ascii_a, cmpmask2)); in hex_encode_avx2() localVariable
95 let res1 = _mm256_unpacklo_epi8(masked2, masked1); in hex_encode_avx2()
134 let cmpmask2 = _mm_cmpgt_epi8(masked2, nines); in hex_encode_sse41()
138 let masked2 = _mm_add_epi8(masked2, _mm_blendv_epi8(ascii_zero, ascii_a, cmpmask2)); in hex_encode_sse41() localVariable
141 let res1 = _mm_unpacklo_epi8(masked2, masked1); in hex_encode_sse41()
142 let res2 = _mm_unpackhi_epi8(masked2, masked1); in hex_encode_sse41()
175 let cmpmask2 = u8x16_gt(masked2, nines); in hex_encode_simd128()
179 let masked2 = u8x16_add(masked2, v128_bitselect(ascii_a, ascii_zero, cmpmask2)); in hex_encode_simd128() localVariable
186 masked2, masked1, in hex_encode_simd128()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/
H A Dcore_arch_docs.md296 let masked2 = _mm_and_si128(_mm_srli_epi64(invec, 4), and4bits);
300 let cmpmask2 = _mm_cmpgt_epi8(masked2, nines);
307 let masked2 = _mm_add_epi8(
308 masked2,
312 // interleave masked1 and masked2 bytes
313 let res1 = _mm_unpacklo_epi8(masked2, masked1);
314 let res2 = _mm_unpackhi_epi8(masked2, masked1);
/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xmasked_value.cpp606 auto masked2 = masked<xoptional<double>>(); in TEST() local
611 EXPECT_EQ(fma(o, m3, masked2), masked2); in TEST()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-math-opts.c1775 unsigned HOST_WIDEST_INT masked1, masked2; in find_bswap_1() local
1778 masked2 = n2.n & mask; in find_bswap_1()
1779 if (masked1 && masked2 && masked1 != masked2) in find_bswap_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-math-opts.c1858 unsigned HOST_WIDEST_INT masked1, masked2; in find_bswap_1() local
1861 masked2 = n2.n & mask; in find_bswap_1()
1862 if (masked1 && masked2 && masked1 != masked2) in find_bswap_1()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/SystemZ/
H A Dfp-move-02.ll191 %masked2 = and i64 %int2, %mask
192 %double2 = bitcast i64 %masked2 to double
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/gapi/face_beautification/
H A Dface_beautification.cpp608 cv::GMat masked2 = cv::gapi::mask(std::get<2>(tplIn), mask); in mask3C() local
609 return cv::gapi::merge3(masked0, masked1, masked2); in mask3C()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c2270 uint64_t masked1, masked2; in perform_symbolic_merge() local
2273 masked2 = n2->n & mask; in perform_symbolic_merge()
2274 if (masked1 && masked2 && masked1 != masked2) in perform_symbolic_merge()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c2270 uint64_t masked1, masked2; in perform_symbolic_merge() local
2273 masked2 = n2->n & mask; in perform_symbolic_merge()
2274 if (masked1 && masked2 && masked1 != masked2) in perform_symbolic_merge()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c548 uint64_t masked1, masked2; in perform_symbolic_merge() local
551 masked2 = n2->n & mask; in perform_symbolic_merge()
552 if (masked1 && masked2 && masked1 != masked2) in perform_symbolic_merge()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c548 uint64_t masked1, masked2; in perform_symbolic_merge() local
551 masked2 = n2->n & mask; in perform_symbolic_merge()
552 if (masked1 && masked2 && masked1 != masked2) in perform_symbolic_merge()

12