Home
last modified time | relevance | path

Searched refs:vmlsl_high_n_u16 (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-2velem.c2991 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-2velem.c2999 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-2velem.c2991 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-2velem.c2999 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Daarch64-neon-2velem.c2999 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Daarch64-neon-2velem.c3972 return vmlsl_high_n_u16(a, b, c); in test_vmlsl_high_n_u16()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/
H A Dadvsimd_classification.csv1582 vmlsl_high_n_u16 Scalar arithmetic|Vector multiply-accumulate by scalar and widen
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/aarch64/neon/
H A Dgenerated.rs4291 pub unsafe fn vmlsl_high_n_u16(a: uint32x4_t, b: uint16x8_t, c: u16) -> uint32x4_t { in vmlsl_high_n_u16() function
16571 let r: u32x4 = transmute(vmlsl_high_n_u16(transmute(a), transmute(b), transmute(c))); in test_vmlsl_high_n_u16()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog5287 (vmlsl_high_n_u16): Likewise.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A DChangeLog5287 (vmlsl_high_n_u16): Likewise.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog6142 (vmlsl_high_n_u16): Likewise.
/dports/lang/gcc48/gcc-4.8.5/gcc/config/aarch64/
H A Darm_neon.h10544 vmlsl_high_n_u16 (uint32x4_t a, uint16x8_t b, uint16_t c) in vmlsl_high_n_u16() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/aarch64/
H A Darm_neon.h10808 vmlsl_high_n_u16 (uint32x4_t a, uint16x8_t b, uint16_t c) in vmlsl_high_n_u16() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/aarch64/
H A Darm_neon.h7619 vmlsl_high_n_u16 (uint32x4_t a, uint16x8_t b, uint16_t c) in vmlsl_high_n_u16() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/aarch64/
H A Darm_neon.h7246 vmlsl_high_n_u16 (uint32x4_t a, uint16x8_t b, uint16_t c) in vmlsl_high_n_u16() function

123