Home
last modified time | relevance | path

Searched refs:vzip2q_s8 (Results 1 – 25 of 84) sorted by relevance

1234

/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dzip2.h281 return vzip2q_s8(a, b); in simde_vzip2q_s8()
302 #undef vzip2q_s8
303 #define vzip2q_s8(a, b) simde_vzip2q_s8((a), (b)) macro
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dzip2.h337 return vzip2q_s8(a, b); in simde_vzip2q_s8()
365 #undef vzip2q_s8
366 #define vzip2q_s8(a, b) simde_vzip2q_s8((a), (b)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dzip2.h337 return vzip2q_s8(a, b); in simde_vzip2q_s8()
365 #undef vzip2q_s8
366 #define vzip2q_s8(a, b) simde_vzip2q_s8((a), (b)) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dzip2.h337 return vzip2q_s8(a, b); in simde_vzip2q_s8()
365 #undef vzip2q_s8
366 #define vzip2q_s8(a, b) simde_vzip2q_s8((a), (b)) macro
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_neon_int8.hpp372 return vzip2q_s8(lhs, rhs); in zip_hi()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Daarch64-neon-perm.c459 return vzip2q_s8(a, b); in test_vzip2q_s8()
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dzip2.c761 SIMDE_TEST_FUNC_LIST_ENTRY(vzip2q_s8)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/ops/
H A Darm_neon-inl.h236 #define vzip2q_s8(x, y) vzipq_s8(x, y).val[1] macro
3328 return Vec128<int16_t>(vreinterpretq_s16_s8(vzip2q_s8(a.raw, b.raw)));
4340 #undef vzip2q_s8
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/ops/
H A Darm_neon-inl.h236 #define vzip2q_s8(x, y) vzipq_s8(x, y).val[1] macro
3328 return Vec128<int16_t>(vreinterpretq_s16_s8(vzip2q_s8(a.raw, b.raw)));
4340 #undef vzip2q_s8
/dports/devel/highway/highway-0.15.0/hwy/ops/
H A Darm_neon-inl.h239 #define vzip2q_s8(x, y) vzipq_s8(x, y).val[1] macro
5202 #undef vzip2q_s8

1234