Home
last modified time | relevance | path

Searched refs:vabdd_f64 (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dabd.h59 return vabdd_f64(a, b); in simde_vabdd_f64()
66 #undef vabdd_f64
67 #define vabdd_f64(a, b) simde_vabdd_f64((a), (b)) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dabd.h59 return vabdd_f64(a, b); in simde_vabdd_f64()
66 #undef vabdd_f64
67 #define vabdd_f64(a, b) simde_vabdd_f64((a), (b)) macro
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dabd.c1131 SIMDE_TEST_FUNC_LIST_ENTRY(vabdd_f64)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17517 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17528 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17517 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17528 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-intrinsics.c17528 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Daarch64-neon-intrinsics.c17621 return vabdd_f64(a, b); in test_vabdd_f64()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/
H A Dadvsimd_classification.csv712 vabdd_f64 Vector arithmetic|Absolute|Absolute difference
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/aarch64/neon/
H A Dgenerated.rs154 pub unsafe fn vabdd_f64(a: f64, b: f64) -> f64 { in vabdd_f64() function
13355 let r: f64 = transmute(vabdd_f64(transmute(a), transmute(b))); in test_vabdd_f64()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Darm_neon.h11705 vabdd_f64 (float64_t __a, float64_t __b) in vabdd_f64() function
11721 return (float64x1_t) {vabdd_f64 (vget_lane_f64 (__a, 0), in vabd_f64()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/aarch64/
H A Darm_neon.h11705 vabdd_f64 (float64_t __a, float64_t __b) in vabdd_f64() function
11721 return (float64x1_t) {vabdd_f64 (vget_lane_f64 (__a, 0), in vabd_f64()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Darm_neon.h11705 vabdd_f64 (float64_t __a, float64_t __b) in vabdd_f64() function
11721 return (float64x1_t) {vabdd_f64 (vget_lane_f64 (__a, 0), in vabd_f64()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Darm_neon.h9518 vabdd_f64 (float64_t __a, float64_t __b) in vabdd_f64() function
9534 return (float64x1_t) {vabdd_f64 (vget_lane_f64 (__a, 0), in vabd_f64()

1234