HomeSort by relevance Sort by last modified time
    Searched defs:uint32x4_t (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/common/ppc/
cfl_ppc.c 32 typedef vector unsigned int uint32x4_t; // NOLINT(runtime/int) typedef
42 const uint32x4_t div_shift = vec_splats((uint32_t)num_pel_log2);
  /external/libvpx/libvpx/vpx_dsp/ppc/
types_vsx.h 21 typedef vector unsigned int uint32x4_t; typedef
72 const uint32x4_t a0 = (uint32x4_t)vec_vsx_ld(0, a);
73 const uint32x4_t a1 = (uint32x4_t)vec_vsx_ld(0, a + stride);
88 static const uint32x4_t vec_ones_u32 = { 1, 1, 1, 1 };
90 static const uint32x4_t vec_zeros_u32 = { 0, 0, 0, 0 };
92 static const uint32x4_t vec_shift_sign_s32 = { 31, 31, 31, 31 };
  /external/clang/test/CodeGenCXX/
aarch64-mangle-neon-vectors.cpp 27 typedef __attribute__((neon_vector_type(4))) unsigned int uint32x4_t; typedef
78 void f20(uint32x4_t) {}
  /external/neon_2_sse/
NEON_2_SSE.h 169 typedef __m128i uint32x4_t; typedef
461 _NEON2SSESTORAGE uint32x4_t vaddq_u32(uint32x4_t a, uint32x4_t b); // VADD.I32 q0,q0,q0
468 _NEON2SSESTORAGE uint32x4_t vaddl_u16(uint16x4_t a, uint16x4_t b); // VADDL.U16 q0,d0,d0
475 _NEON2SSESTORAGE uint32x4_t vaddw_u16(uint32x4_t a, uint16x4_t b); // VADDW.U16 q0,q0,d0
489 _NEON2SSESTORAGE uint32x4_t vhaddq_u32(uint32x4_t a, uint32x4_t b); // VHADD.U32 q0,q0,q
    [all...]

Completed in 1248 milliseconds