Searched refs:vld1q_dup_u32 (Results 1 – 11 of 11) sorted by relevance
27 const uint32x4_t vfill = vld1q_dup_u32(fill_value); in xnn_x32_fill_ukernel__neon()
46 uint32x4_t vxyzw = vld1q_dup_u32(x); in xnn_x32_zip_x4_ukernel__neon()
32 const uint32x4_t vfill = vld1q_dup_u32(fill_value); in xnn_x32_pad_ukernel__neon()
86 cur = vld1q_dup_u32 (riffled_palette + *(sp - 3)); in png_do_expand_palette_rgba8_neon()
229 const uint32x4_t q1 = vld1q_dup_u32(&sse1); in highbd_sse_W8x1_neon()
35 return vld1q_dup_u32(a); in test_vld1q_dup_u32()
4054 return vld1q_dup_u32(a); in test_vld1q_dup_u32()
4339 return vld1q_dup_u32(a); in test_vld1q_dup_u32()
1277 _NEON2SSESTORAGE uint32x4_t vld1q_dup_u32(__transfersize(1) uint32_t const * ptr); // VLD1.32 {d0[]…9455 _NEON2SSESTORAGE uint32x4_t vld1q_dup_u32(__transfersize(1) uint32_t const * ptr); // VLD1.32 {d0[]…9456 #define vld1q_dup_u32(ptr) _mm_set1_epi32(*(ptr)) macro