Home
last modified time | relevance | path

Searched refs:i32x8 (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_i32x8.rs5 assert_eq!(core::mem::size_of::<i32x8>(), 32); in size_align()
6 assert_eq!(core::mem::align_of::<i32x8>(), 32); in size_align()
39 let a = i32x8::from([0, 0, 1, 1, 1, 0, 0, 1]); in impl_bitand_for_i32x8()
40 let b = i32x8::from([0, 1, 0, 1, 0, 1, 1, 1]); in impl_bitand_for_i32x8()
48 let a = i32x8::from([0, 0, 1, 1, 1, 0, 0, 1]); in impl_bitor_for_i32x8()
49 let b = i32x8::from([0, 1, 0, 1, 0, 1, 1, 1]); in impl_bitor_for_i32x8()
68 let expected = i32x8::from([ in impl_shl_for_i32x8()
86 let expected = i32x8::from([ in impl_shr_for_i32x8()
103 let b = i32x8::from([2_i32; 8]); in impl_i32x8_cmp_eq()
112 let b = i32x8::from([5_i32; 8]); in impl_i32x8_cmp_gt()
[all …]
H A Dt_u32x8.rs58 let a = i32x8::from([0, 0, 1, 1, 1, 0, 0, 1]); in impl_bitor_for_u32x8()
59 let b = i32x8::from([0, 1, 0, 1, 0, 1, 1, 1]); in impl_bitor_for_u32x8()
67 let a = i32x8::from([0, 0, 1, 1, 1, 0, 0, 1]); in impl_bitxor_for_u32x8()
68 let b = i32x8::from([0, 1, 0, 1, 0, 1, 1, 1]); in impl_bitxor_for_u32x8()
78 let expected = i32x8::from([ in impl_shl_for_u32x8()
96 let expected = i32x8::from([ in impl_shr_for_u32x8()
112 let a = i32x8::from([1, 2, 3, 4, 2, 1, 8, 2]); in impl_u32x8_cmp_eq()
113 let b = i32x8::from([2_i32; 8]); in impl_u32x8_cmp_eq()
121 let a = i32x8::from([1, 2, 9, 4, 1, 2, 8, 10]); in impl_u32x8_cmp_gt()
122 let b = i32x8::from([5_i32; 8]); in impl_u32x8_cmp_gt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/simd/src/x86/
H A Davx2.rs7 fn x86_mm256_abs_epi32(x: i32x8) -> i32x8; in x86_mm256_abs_epi32() argument
15 fn x86_mm256_hadd_epi32(x: i32x8, y: i32x8) -> i32x8; in x86_mm256_hadd_epi32() argument
18 fn x86_mm256_hsub_epi32(x: i32x8, y: i32x8) -> i32x8; in x86_mm256_hsub_epi32() argument
20 fn x86_mm256_madd_epi16(x: i16x16, y: i16x16) -> i32x8; in x86_mm256_madd_epi16() argument
26 fn x86_mm256_max_epi32(x: i32x8, y: i32x8) -> i32x8; in x86_mm256_max_epi32() argument
32 fn x86_mm256_min_epi32(x: i32x8, y: i32x8) -> i32x8; in x86_mm256_min_epi32() argument
34 fn x86_mm256_mul_epi64(x: i32x8, y: i32x8) -> i64x4; in x86_mm256_mul_epi64() argument
41 fn x86_mm256_packs_epi32(x: i32x8, y: i32x8) -> i16x16; in x86_mm256_packs_epi32() argument
42 fn x86_mm256_packus_epi32(x: i32x8, y: i32x8) -> u16x16; in x86_mm256_packus_epi32() argument
43 fn x86_mm256_permutevar8x32_epi32(x: i32x8, y: i32x8) -> i32x8; in x86_mm256_permutevar8x32_epi32() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/simd/intrinsic/
H A Dgeneric-elements-pass.rs18 struct i32x8(i32, i32, i32, i32, struct
45 let x8 = i32x8(80, 81, 82, 83, 84, 85, 86, 87); in main()
55 all_eq!(simd_insert(x8, 0, 100), i32x8(100, 81, 82, 83, 84, 85, 86, 87)); in main()
56 all_eq!(simd_insert(x8, 1, 100), i32x8(80, 100, 82, 83, 84, 85, 86, 87)); in main()
57 all_eq!(simd_insert(x8, 2, 100), i32x8(80, 81, 100, 83, 84, 85, 86, 87)); in main()
58 all_eq!(simd_insert(x8, 3, 100), i32x8(80, 81, 82, 100, 84, 85, 86, 87)); in main()
59 all_eq!(simd_insert(x8, 4, 100), i32x8(80, 81, 82, 83, 100, 85, 86, 87)); in main()
84 let y8 = i32x8(180, 181, 182, 183, 184, 185, 186, 187); in main()
89 i32x8(121, 20, 21, 120, 21, 120, 121, 20)); in main()
94 i32x8(143, 42, 141, 40, 43, 142, 140, 41)); in main()
[all …]
/dports/devel/ispc/ispc-1.16.1/tests/lit-tests/
H A Darg_parsing_errors.ispc2 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 -I 2>&1 | FileCheck %s -check-prefix=C…
5 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 -h 2>&1 | FileCheck %s -check-prefix=C…
6 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 -MMM 2>&1 | FileCheck %s -check-prefix…
7 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 -MF 2>&1 | FileCheck %s -check-prefix=…
8 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 -MT 2>&1 | FileCheck %s -check-prefix=…
9 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 --dev-stub 2>&1 | FileCheck %s -check-…
10 //; RUN: not %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 --host-stub 2>&1 | FileCheck %s -check…
11 //; RUN: not %{ispc} --nowrap --target=avx2-i32x8 2>&1 | FileCheck %s -check-prefix=CHECK_ERROR_11
22 //; RUN: %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 --help
23 //; RUN: %{ispc} %s -o %t.o --nowrap --target=avx2-i32x8 --help-dev
[all …]
H A Ddeps.ispc4 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8 -M 2>&1 | FileCheck %s -check-prefix=CH…
5 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8 -M -MT new_file.ispc 2>&1 | FileCheck %s…
6 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8 -M -MF %t.d && FileCheck %s --input-file…
7 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8 -M -MF %t.d -MT new_file.ispc && FileChe…
8 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8 -MMM %t.d && FileCheck %s --input-file=%…
11 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8,avx512skx-i32x16 -M | FileCheck %s -chec…
12 //; RUN: %{ispc} %s --nowrap -o deps.o --target=avx2-i32x8,avx512skx-i32x16 -M -MT new_file.ispc 2>…
13 //; RUN: %{ispc} %s --nowrap -o deps.o --target=sse4-i32x4,avx2-i32x8 -M -MF %t.d && FileChec…
14 //; RUN: %{ispc} %s --nowrap -o deps.o --target=sse4-i32x4,avx2-i32x8 -M -MF %t.d -MT new_fil…
15 //; RUN: %{ispc} %s --nowrap -o deps.o --target=sse2-i32x8,avx512knl-i32x16 -MMM %t.d && FileCheck …
H A Davx512skx-i32x8.ispc3 // Case 2: Checks avx512skx-i32x8 assembly output to ensure there are no zmm registers.
4 //; RUN: %{ispc} %s --target=avx512skx-i32x8 --emit-asm -o - | FileCheck %s --implicit-check-not "z…
5 // Case 3: Checks avx512skx-i32x16 LLVM IR to ensure avx512skx-i32x8 func attributes are not presen…
8 // Case 4: Checks avx512skx-i32x8 LLVM IR to ensure avx512skx-i32x8 func attributes are present.
9 //; RUN: %{ispc} %s --target=avx512skx-i32x8 --emit-llvm -o %t_8.bc
35 // The avx512skx-i32x8 specific function attribute list will be present at 2 places.
H A Dps4_cpu.ispc1 // RUN: %{ispc} %s --target=avx1-i32x8 --cpu=btver2 --print-target --nostdlib | FileCheck %s
2 // RUN: %{ispc} %s --target=avx1-i32x8 --cpu=ps4 --print-target --nostdlib | FileCheck %s
4 // RUN: %{ispc} %s --target=avx1-i32x8 --cpu=btver2 --print-target --arch=x86-64 --nostdlib | FileC…
5 // RUN: %{ispc} %s --target=avx1-i32x8 --cpu=ps4 --print-target --arch=x86-64 --nostdlib | FileChec…
8 // RUN: %{ispc} %s --target=sse2-i32x8 --cpu=ps4 --print-target --nostdlib | FileCheck %s
10 // RUN: %{ispc} %s --target=sse4-i32x8 --cpu=ps4 --print-target --nostdlib | FileCheck %s
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Di32x8_.rs31 impl Eq for i32x8 { }
39 int_uint_consts!(i32, 8, i32x8, i32x8, i32a8, const_i32_as_i32x8, 256);
44 impl Add for i32x8 { implementation
72 impl Sub for i32x8 { implementation
100 impl Mul for i32x8 { implementation
158 type Output = i32x8;
167 type Output = i32x8;
176 type Output = i32x8;
212 impl BitOr for i32x8 { implementation
428 impl i32x8 { impl
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/api/into_bits/
H A Dv256.rs13 i32x8,
31 i32x8,
51 i32x8,
69 i32x8,
108 i32x8,
126 i32x8,
146 i32x8,
164 i32x8,
182 i32x8,
202 i32x8,
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/api/into_bits/
H A Dv256.rs7 impl_from_bits!(i8x32[test_v256]: u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
8 impl_from_bits!(u8x32[test_v256]: i8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
11 impl_from_bits!(i16x16[test_v256]: i8x32, u8x32, m8x32, u16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
12 impl_from_bits!(u16x16[test_v256]: i8x32, u8x32, m8x32, i16x16, m16x16, i32x8, u32x8, f32x8, m32x8,…
15 impl_from_bits!(i32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, u32x8, f32x8, m32x8,…
16 impl_from_bits!(u32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, f32x8, m32x8,…
17 impl_from_bits!(f32x8[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, m32x8,…
20 impl_from_bits!(i64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
21 impl_from_bits!(u64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
22 impl_from_bits!(f64x4[test_v256]: i8x32, u8x32, m8x32, i16x16, u16x16, m16x16, i32x8, u32x8, f32x8,…
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/simd/src/
H A Dv256.rs49 pub struct i32x8(i32, i32, i32, i32, struct
107 bool32ix8: i32x8 = i32, u32x8 = u32, bool32ix8 = bool32i;
222 i32x8, i32x4, 0, 1, 2, 3 ... 4, 5, 6, 7;
308 pub fn to_i32(self) -> i32x8 { in to_i32() argument
318 impl i32x8 { impl
334 pub fn to_i32(self) -> i32x8 { in to_i32() argument
378 i8x32, u8x32, i16x16, u16x16, i32x8, u32x8, i64x4, u64x4,
381 i8x32, u8x32, i16x16, u16x16, i32x8, u32x8, i64x4, u64x4,
405 i32x8,
419 i32x8,
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/api/cast/
H A Dv512.rs26 i32x8,
44 i32x8,
62 i32x8,
80 i32x8,
163 i32x8,
181 i32x8,
199 i32x8,
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/api/cast/
H A Dv512.rs28 i64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
32 u64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
36 f64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
40 m64x8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
58 isizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
62 usizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,
66 msizex8[test_v512]: i8x8, u8x8, m8x8, i16x8, u16x8, m16x8, i32x8, u32x8, f32x8, m32x8,

12345678910>>...19