Home
last modified time | relevance | path

Searched defs:int64x1_t (Results 1 – 25 of 93) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/
H A Deon_1.c7 typedef int64_t int64x1_t __attribute__ ((__vector_size__ (8))); typedef
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/arm/
H A Dneon.rs25 pub(crate) fn vpadal_s32_(a: int64x1_t, b: int32x2_t) -> int64x1_t; in vpadal_s32_()
84 fn vshiftins_v1i64(a: int64x1_t, b: int64x1_t, shift: int64x1_t) -> int64x1_t; in vshiftins_v1i64()
101 fn vld1_v1i64(addr: *const i8, align: i32) -> int64x1_t; in vld1_v1i64()
122 fn vst1_v1i64(addr: *const i8, val: int64x1_t, align: i32); in vst1_v1i64()
183 pub unsafe fn vld1_s64(ptr: *const i64) -> int64x1_t { in vld1_s64()
375 pub unsafe fn vst1_s64(ptr: *mut i64, a: int64x1_t) { in vst1_s64()
877 pub unsafe fn vsli_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t { in vsli_n_s64()
1143 pub unsafe fn vsri_n_s64<const N: i32>(a: int64x1_t, b: int64x1_t) -> int64x1_t { in vsri_n_s64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Daarch64-neon-vector-types.c26 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t; typedef

1234