Lines Matching refs:a2

13 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) {  in test_vcopyq_laneq_s8()  argument
14 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_s8()
21 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) { in test_vcopyq_laneq_u8() argument
22 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_u8()
30 int16x8_t test_vcopyq_laneq_s16(int16x8_t a1, int16x8_t a2) { in test_vcopyq_laneq_s16() argument
31 return vcopyq_laneq_s16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_s16()
39 uint16x8_t test_vcopyq_laneq_u16(uint16x8_t a1, uint16x8_t a2) { in test_vcopyq_laneq_u16() argument
40 return vcopyq_laneq_u16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_u16()
48 int32x4_t test_vcopyq_laneq_s32(int32x4_t a1, int32x4_t a2) { in test_vcopyq_laneq_s32() argument
49 return vcopyq_laneq_s32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_s32()
56 uint32x4_t test_vcopyq_laneq_u32(uint32x4_t a1, uint32x4_t a2) { in test_vcopyq_laneq_u32() argument
57 return vcopyq_laneq_u32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_u32()
64 int64x2_t test_vcopyq_laneq_s64(int64x2_t a1, int64x2_t a2) { in test_vcopyq_laneq_s64() argument
65 return vcopyq_laneq_s64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_s64()
72 uint64x2_t test_vcopyq_laneq_u64(uint64x2_t a1, uint64x2_t a2) { in test_vcopyq_laneq_u64() argument
73 return vcopyq_laneq_u64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_u64()
80 float32x4_t test_vcopyq_laneq_f32(float32x4_t a1, float32x4_t a2) { in test_vcopyq_laneq_f32() argument
81 return vcopyq_laneq_f32(a1, 0, a2, 3); in test_vcopyq_laneq_f32()
88 float64x2_t test_vcopyq_laneq_f64(float64x2_t a1, float64x2_t a2) { in test_vcopyq_laneq_f64() argument
89 return vcopyq_laneq_f64(a1, 0, a2, 1); in test_vcopyq_laneq_f64()