Home
last modified time | relevance | path

Searched refs:i64x2_gt (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Di64x4_.rs341 Self { simd0: i64x2_gt(self.simd0, rhs.simd0), simd1: i64x2_gt(self.simd1, rhs.simd1) } in cmp_gt()
H A Di64x2_.rs301 Self { simd: i64x2_gt(self.simd, rhs.simd) } in cmp_gt()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/wasm32/
H A Dsimd128.rs2019 pub fn i64x2_gt(a: v128, b: v128) -> v128 { in i64x2_gt() function
5669 test_bop!(i64x2[i64; 2] | i64x2_gt[i64x2_gt_s_test]: