Home
last modified time | relevance | path

Searched refs:vpmaxq_u8 (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/src/string/memory_utils/
H A Delements_aarch64.h38 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in Equals()
40 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in Equals()
48 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in ThreeWayCompare()
50 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in ThreeWayCompare()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/src/string/memory_utils/
H A Delements_aarch64.h38 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in Equals()
40 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in Equals()
48 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in ThreeWayCompare()
50 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in ThreeWayCompare()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/src/string/memory_utils/
H A Delements_aarch64.h38 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in Equals()
40 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in Equals()
48 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in ThreeWayCompare()
50 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in ThreeWayCompare()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/string/memory_utils/
H A Delements_aarch64.h88 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in Equals()
90 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in Equals()
98 uint8x16_t temp = vpmaxq_u8(veorq_u8(l_0, r_0), veorq_u8(l_1, r_1)); in ThreeWayCompare()
100 vgetq_lane_u64(vreinterpretq_u64_u8(vpmaxq_u8(temp, temp)), 0); in ThreeWayCompare()
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/biology/vcflib/vcflib-1.0.2/src/simde/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dpmax.h212 return vpmaxq_u8(a, b); in simde_vpmaxq_u8()
218 #undef vpmaxq_u8
219 #define vpmaxq_u8(a, b) simde_vpmaxq_u8((a), (b)) macro
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dpmax.c723 SIMDE_TEST_FUNC_LIST_ENTRY(vpmaxq_u8)
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/aarch64/neon/
H A Dmod.rs1689 pub unsafe fn vpmaxq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t { in vpmaxq_u8() function
3949 let r: u8x16 = transmute(vpmaxq_u8(transmute(a), transmute(b))); in test_vpmaxq_u8()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c4137 return vpmaxq_u8(a, b); in test_vpmaxq_u8()

1234