Lines Matching refs:dest
1426 void test_vld2_dup_f16(float16x4x2_t *dest, const float16_t *src) { in test_vld2_dup_f16() argument
1427 *dest = vld2_dup_f16(src); in test_vld2_dup_f16()
1443 void test_vld2_dup_f32(float32x2x2_t *dest, const float32_t *src) { in test_vld2_dup_f32() argument
1444 *dest = vld2_dup_f32(src); in test_vld2_dup_f32()
1460 void test_vld2_dup_p16(poly16x4x2_t *dest, const poly16_t *src) { in test_vld2_dup_p16() argument
1461 *dest = vld2_dup_p16(src); in test_vld2_dup_p16()
1475 void test_vld2_dup_p8(poly8x8x2_t *dest, poly8_t *src) { in test_vld2_dup_p8() argument
1476 *dest = vld2_dup_p8(src); in test_vld2_dup_p8()
1492 void test_vld2_dup_s16(int16x4x2_t *dest, const int16_t *src) { in test_vld2_dup_s16() argument
1493 *dest = vld2_dup_s16(src); in test_vld2_dup_s16()
1509 void test_vld2_dup_s32(int32x2x2_t *dest, const int32_t *src) { in test_vld2_dup_s32() argument
1510 *dest = vld2_dup_s32(src); in test_vld2_dup_s32()
1524 void test_vld2_dup_s8(int8x8x2_t *dest, int8_t *src) { in test_vld2_dup_s8() argument
1525 *dest = vld2_dup_s8(src); in test_vld2_dup_s8()
1541 void test_vld2_dup_u16(uint16x4x2_t *dest, const uint16_t *src) { in test_vld2_dup_u16() argument
1542 *dest = vld2_dup_u16(src); in test_vld2_dup_u16()
1559 void test_vld2_dup_u32(uint32x2x2_t *dest, const uint32_t *src) { in test_vld2_dup_u32() argument
1560 *dest = vld2_dup_u32(src); in test_vld2_dup_u32()
1576 void test_vld2_dup_s64(int64x1x2_t *dest, const int64_t *src) { in test_vld2_dup_s64() argument
1577 *dest = vld2_dup_s64(src); in test_vld2_dup_s64()
1593 void test_vld2_dup_u64(uint64x1x2_t *dest, const uint64_t *src) { in test_vld2_dup_u64() argument
1594 *dest = vld2_dup_u64(src); in test_vld2_dup_u64()
1608 void test_vld2_dup_u8(uint8x8x2_t *dest, const uint8_t *src) { in test_vld2_dup_u8() argument
1609 *dest = vld2_dup_u8(src); in test_vld2_dup_u8()
1625 void test_vld3_dup_f16(float16x4x3_t *dest, float16_t *src) { in test_vld3_dup_f16() argument
1626 *dest = vld3_dup_f16(src); in test_vld3_dup_f16()
1642 void test_vld3_dup_f32(float32x2x3_t *dest, const float32_t *src) { in test_vld3_dup_f32() argument
1643 *dest = vld3_dup_f32(src); in test_vld3_dup_f32()
1659 void test_vld3_dup_p16(poly16x4x3_t *dest, const poly16_t *src) { in test_vld3_dup_p16() argument
1660 *dest = vld3_dup_p16(src); in test_vld3_dup_p16()
1674 void test_vld3_dup_p8(poly8x8x3_t *dest, const poly8_t *src) { in test_vld3_dup_p8() argument
1675 *dest = vld3_dup_p8(src); in test_vld3_dup_p8()
1691 void test_vld3_dup_s16(int16x4x3_t *dest, const int16_t *src) { in test_vld3_dup_s16() argument
1692 *dest = vld3_dup_s16(src); in test_vld3_dup_s16()
1708 void test_vld3_dup_s32(int32x2x3_t *dest, const int32_t *src) { in test_vld3_dup_s32() argument
1709 *dest = vld3_dup_s32(src); in test_vld3_dup_s32()
1723 void test_vld3_dup_s8(int8x8x3_t *dest, const int8_t *src) { in test_vld3_dup_s8() argument
1724 *dest = vld3_dup_s8(src); in test_vld3_dup_s8()
1740 void test_vld3_dup_u16(uint16x4x3_t *dest, const uint16_t *src) { in test_vld3_dup_u16() argument
1741 *dest = vld3_dup_u16(src); in test_vld3_dup_u16()
1757 void test_vld3_dup_u32(uint32x2x3_t *dest, const uint32_t *src) { in test_vld3_dup_u32() argument
1758 *dest = vld3_dup_u32(src); in test_vld3_dup_u32()
1772 void test_vld3_dup_u8(uint8x8x3_t *dest, const uint8_t *src) { in test_vld3_dup_u8() argument
1773 *dest = vld3_dup_u8(src); in test_vld3_dup_u8()
1789 void test_vld3_dup_s64(int64x1x3_t *dest, const int64_t *src) { in test_vld3_dup_s64() argument
1790 *dest = vld3_dup_s64(src); in test_vld3_dup_s64()
1806 void test_vld3_dup_u64(uint64x1x3_t *dest, const uint64_t *src) { in test_vld3_dup_u64() argument
1807 *dest = vld3_dup_u64(src); in test_vld3_dup_u64()
1823 void test_vld4_dup_f16(float16x4x4_t *dest, const float16_t *src) { in test_vld4_dup_f16() argument
1824 *dest = vld4_dup_f16(src); in test_vld4_dup_f16()
1840 void test_vld4_dup_f32(float32x2x4_t *dest, const float32_t *src) { in test_vld4_dup_f32() argument
1841 *dest = vld4_dup_f32(src); in test_vld4_dup_f32()
1857 void test_vld4_dup_p16(poly16x4x4_t *dest, const poly16_t *src) { in test_vld4_dup_p16() argument
1858 *dest = vld4_dup_p16(src); in test_vld4_dup_p16()
1872 void test_vld4_dup_p8(poly8x8x4_t *dest, const poly8_t *src) { in test_vld4_dup_p8() argument
1873 *dest = vld4_dup_p8(src); in test_vld4_dup_p8()
1889 void test_vld4_dup_s16(int16x4x4_t *dest, const int16_t *src) { in test_vld4_dup_s16() argument
1890 *dest = vld4_dup_s16(src); in test_vld4_dup_s16()
1906 void test_vld4_dup_s32(int32x2x4_t *dest, const int32_t *src) { in test_vld4_dup_s32() argument
1907 *dest = vld4_dup_s32(src); in test_vld4_dup_s32()
1921 void test_vld4_dup_s8(int8x8x4_t *dest, const int8_t *src) { in test_vld4_dup_s8() argument
1922 *dest = vld4_dup_s8(src); in test_vld4_dup_s8()
1938 void test_vld4_dup_u16(uint16x4x4_t *dest, const uint16_t *src) { in test_vld4_dup_u16() argument
1939 *dest = vld4_dup_u16(src); in test_vld4_dup_u16()
1955 void test_vld4_dup_u32(uint32x2x4_t *dest, const uint32_t *src) { in test_vld4_dup_u32() argument
1956 *dest = vld4_dup_u32(src); in test_vld4_dup_u32()
1970 void test_vld4_dup_u8(uint8x8x4_t *dest, const uint8_t *src) { in test_vld4_dup_u8() argument
1971 *dest = vld4_dup_u8(src); in test_vld4_dup_u8()
1987 void test_vld4_dup_s64(int64x1x4_t *dest, const int64_t *src) { in test_vld4_dup_s64() argument
1988 *dest = vld4_dup_s64(src); in test_vld4_dup_s64()
2004 void test_vld4_dup_u64(uint64x1x4_t *dest, const uint64_t *src) { in test_vld4_dup_u64() argument
2005 *dest = vld4_dup_u64(src); in test_vld4_dup_u64()
2021 void test_vld2q_dup_f16(float16x8x2_t *dest, const float16_t *src) { in test_vld2q_dup_f16() argument
2022 *dest = vld2q_dup_f16(src); in test_vld2q_dup_f16()
2038 void test_vld2q_dup_f32(float32x4x2_t *dest, const float32_t *src) { in test_vld2q_dup_f32() argument
2039 *dest = vld2q_dup_f32(src); in test_vld2q_dup_f32()
2055 void test_vld2q_dup_p16(poly16x8x2_t *dest, const poly16_t *src) { in test_vld2q_dup_p16() argument
2056 *dest = vld2q_dup_p16(src); in test_vld2q_dup_p16()
2070 void test_vld2q_dup_p8(poly8x16x2_t *dest, const poly8_t *src) { in test_vld2q_dup_p8() argument
2071 *dest = vld2q_dup_p8(src); in test_vld2q_dup_p8()
2087 void test_vld2q_dup_s16(int16x8x2_t *dest, const int16_t *src) { in test_vld2q_dup_s16() argument
2088 *dest = vld2q_dup_s16(src); in test_vld2q_dup_s16()
2104 void test_vld2q_dup_s32(int32x4x2_t *dest, const int32_t *src) { in test_vld2q_dup_s32() argument
2105 *dest = vld2q_dup_s32(src); in test_vld2q_dup_s32()
2119 void test_vld2q_dup_s8(int8x16x2_t *dest, const int8_t *src) { in test_vld2q_dup_s8() argument
2120 *dest = vld2q_dup_s8(src); in test_vld2q_dup_s8()
2136 void test_vld2q_dup_u16(uint16x8x2_t *dest, const uint16_t *src) { in test_vld2q_dup_u16() argument
2137 *dest = vld2q_dup_u16(src); in test_vld2q_dup_u16()
2153 void test_vld2q_dup_u32(uint32x4x2_t *dest, const uint32_t *src) { in test_vld2q_dup_u32() argument
2154 *dest = vld2q_dup_u32(src); in test_vld2q_dup_u32()
2168 void test_vld2q_dup_u8(uint8x16x2_t *dest, const uint8_t *src) { in test_vld2q_dup_u8() argument
2169 *dest = vld2q_dup_u8(src); in test_vld2q_dup_u8()
2185 void test_vld3q_dup_f16(float16x8x3_t *dest, const float16_t *src) { in test_vld3q_dup_f16() argument
2186 *dest = vld3q_dup_f16(src); in test_vld3q_dup_f16()
2202 void test_vld3q_dup_f32(float32x4x3_t *dest, const float32_t *src) { in test_vld3q_dup_f32() argument
2203 *dest = vld3q_dup_f32(src); in test_vld3q_dup_f32()
2219 void test_vld3q_dup_p16(poly16x8x3_t *dest, const poly16_t *src) { in test_vld3q_dup_p16() argument
2220 *dest = vld3q_dup_p16(src); in test_vld3q_dup_p16()
2234 void test_vld3q_dup_p8(poly8x16x3_t *dest, const poly8_t *src) { in test_vld3q_dup_p8() argument
2235 *dest = vld3q_dup_p8(src); in test_vld3q_dup_p8()
2251 void test_vld3q_dup_s16(int16x8x3_t *dest, const int16_t *src) { in test_vld3q_dup_s16() argument
2252 *dest = vld3q_dup_s16(src); in test_vld3q_dup_s16()
2268 void test_vld3q_dup_s32(int32x4x3_t *dest, const int32_t *src) { in test_vld3q_dup_s32() argument
2269 *dest = vld3q_dup_s32(src); in test_vld3q_dup_s32()
2283 void test_vld3q_dup_s8(int8x16x3_t *dest, const int8_t *src) { in test_vld3q_dup_s8() argument
2284 *dest = vld3q_dup_s8(src); in test_vld3q_dup_s8()
2300 void test_vld3q_dup_u16(uint16x8x3_t *dest, const uint16_t *src) { in test_vld3q_dup_u16() argument
2301 *dest = vld3q_dup_u16(src); in test_vld3q_dup_u16()
2317 void test_vld3q_dup_u32(uint32x4x3_t *dest, const uint32_t *src) { in test_vld3q_dup_u32() argument
2318 *dest = vld3q_dup_u32(src); in test_vld3q_dup_u32()
2332 void test_vld3q_dup_u8(uint8x16x3_t *dest, const uint8_t *src) { in test_vld3q_dup_u8() argument
2333 *dest = vld3q_dup_u8(src); in test_vld3q_dup_u8()
2349 void test_vld4q_dup_f16(float16x8x4_t *dest, const float16_t *src) { in test_vld4q_dup_f16() argument
2350 *dest = vld4q_dup_f16(src); in test_vld4q_dup_f16()
2366 void test_vld4q_dup_f32(float32x4x4_t *dest, const float32_t *src) { in test_vld4q_dup_f32() argument
2367 *dest = vld4q_dup_f32(src); in test_vld4q_dup_f32()
2383 void test_vld4q_dup_p16(poly16x8x4_t *dest, const poly16_t *src) { in test_vld4q_dup_p16() argument
2384 *dest = vld4q_dup_p16(src); in test_vld4q_dup_p16()
2398 void test_vld4q_dup_p8(poly8x16x4_t *dest, const poly8_t *src) { in test_vld4q_dup_p8() argument
2399 *dest = vld4q_dup_p8(src); in test_vld4q_dup_p8()
2415 void test_vld4q_dup_s16(int16x8x4_t *dest, const int16_t *src) { in test_vld4q_dup_s16() argument
2416 *dest = vld4q_dup_s16(src); in test_vld4q_dup_s16()
2432 void test_vld4q_dup_s32(int32x4x4_t *dest, const int32_t *src) { in test_vld4q_dup_s32() argument
2433 *dest = vld4q_dup_s32(src); in test_vld4q_dup_s32()
2447 void test_vld4q_dup_s8(int8x16x4_t *dest, const int8_t *src) { in test_vld4q_dup_s8() argument
2448 *dest = vld4q_dup_s8(src); in test_vld4q_dup_s8()
2464 void test_vld4q_dup_u16(uint16x8x4_t *dest, const uint16_t *src) { in test_vld4q_dup_u16() argument
2465 *dest = vld4q_dup_u16(src); in test_vld4q_dup_u16()
2481 void test_vld4q_dup_u32(uint32x4x4_t *dest, const uint32_t *src) { in test_vld4q_dup_u32() argument
2482 *dest = vld4q_dup_u32(src); in test_vld4q_dup_u32()
2496 void test_vld4q_dup_u8(uint8x16x4_t *dest, const uint8_t *src) { in test_vld4q_dup_u8() argument
2497 *dest = vld4q_dup_u8(src); in test_vld4q_dup_u8()