Home
last modified time | relevance | path

Searched refs:vcombine_u32 (Results 1 – 12 of 12) sorted by relevance

/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h46 x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11)); in salsa20_8_intrinsic()
47 x4x5x14x15 = vcombine_u32(vget_low_u32(x4x5x6x7), vget_high_u32(x12x13x14x15)); in salsa20_8_intrinsic()
48 x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3)); in salsa20_8_intrinsic()
49 x12x13x6x7 = vcombine_u32(vget_low_u32(x12x13x14x15), vget_high_u32(x4x5x6x7)); in salsa20_8_intrinsic()
111 x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3)); in salsa20_8_intrinsic()
112 x4x5x6x7 = vcombine_u32(vget_low_u32(x4x5x14x15),vget_high_u32(x12x13x6x7)); in salsa20_8_intrinsic()
113 x8x9x10x11 = vcombine_u32(vget_low_u32(x8x9x2x3),vget_high_u32(x0x1x10x11)); in salsa20_8_intrinsic()
114 x12x13x14x15 = vcombine_u32(vget_low_u32(x12x13x6x7),vget_high_u32(x4x5x14x15)); in salsa20_8_intrinsic()
/external/scrypt/patches/
Darm_neon.patch52 + x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11));
53 + x4x5x14x15 = vcombine_u32(vget_low_u32(x4x5x6x7), vget_high_u32(x12x13x14x15));
54 + x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3));
55 + x12x13x6x7 = vcombine_u32(vget_low_u32(x12x13x14x15), vget_high_u32(x4x5x6x7));
117 + x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3));
118 + x4x5x6x7 = vcombine_u32(vget_low_u32(x4x5x14x15),vget_high_u32(x12x13x6x7));
119 + x8x9x10x11 = vcombine_u32(vget_low_u32(x8x9x2x3),vget_high_u32(x0x1x10x11));
120 + x12x13x14x15 = vcombine_u32(vget_low_u32(x12x13x6x7),vget_high_u32(x4x5x14x15));
/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c53 return vcombine_u32(low, high); in test_vcombine_u32()
Darm_neon_intrinsics.c2297 return vcombine_u32(a, b); in test_vcombine_u32()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad4d_neon.c98 vst1q_u32(res, vcombine_u32(c0, c1)); in sad_1024_pel_final_neon()
114 vst1q_u32(res, vcombine_u32(c0, c1)); in sad_2048_pel_final_neon()
138 vst1q_u32(res, vcombine_u32(d0, d1)); in sad_4096_pel_final_neon()
Dtranspose_neon.h176 vcombine_u32(vget_low_u32(b0.val[0]), vget_low_u32(b0.val[1])); in transpose_u16_4x4q()
178 vcombine_u32(vget_high_u32(b0.val[0]), vget_high_u32(b0.val[1])); in transpose_u16_4x4q()
/external/webp/src/dsp/
Drescaler_neon.c57 const uint32x4_t E = vcombine_u32( in Interpolate_NEON()
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c319 vcombine_u32(vget_high_u32(sum_32x4), vget_low_u32(sum_32x4)); in CFL_GET_SUBSAMPLE_FUNCTION()
/external/skia/include/private/
DSkNx_neon.h621 return { vcombine_u32(vshrn_n_u64(lo,32), vshrn_n_u64(hi,32)) }; in mulHi()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h485 return vreinterpretq_s64_u32(vcombine_u32(r.val[0], r.val[1])); in v128_zip_32()
/external/skqp/include/private/
DSkNx_neon.h621 return { vcombine_u32(vshrn_n_u64(lo,32), vshrn_n_u64(hi,32)) }; in mulHi()
/external/neon_2_sse/
DNEON_2_SSE.h1740 _NEON2SSESTORAGE uint32x4_t vcombine_u32(uint32x2_t low, uint32x2_t high); // VMOV d0,d0
12543 _NEON2SSESTORAGE uint32x4_t vcombine_u32(uint32x2_t low, uint32x2_t high); // VMOV d0,d0
12544 #define vcombine_u32 vcombine_s32 macro