• Home
  • Raw
  • Download

Lines Matching refs:a2

11 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) {  in test_vcopyq_laneq_s8()  argument
12 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_s8()
19 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) { in test_vcopyq_laneq_u8() argument
20 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13); in test_vcopyq_laneq_u8()
32 int16x8_t test_vcopyq_laneq_s16(int16x8_t a1, int16x8_t a2) { in test_vcopyq_laneq_s16() argument
33 return vcopyq_laneq_s16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_s16()
45 uint16x8_t test_vcopyq_laneq_u16(uint16x8_t a1, uint16x8_t a2) { in test_vcopyq_laneq_u16() argument
46 return vcopyq_laneq_u16(a1, (int64_t) 3, a2, (int64_t) 7); in test_vcopyq_laneq_u16()
58 int32x4_t test_vcopyq_laneq_s32(int32x4_t a1, int32x4_t a2) { in test_vcopyq_laneq_s32() argument
59 return vcopyq_laneq_s32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_s32()
70 uint32x4_t test_vcopyq_laneq_u32(uint32x4_t a1, uint32x4_t a2) { in test_vcopyq_laneq_u32() argument
71 return vcopyq_laneq_u32(a1, (int64_t) 3, a2, (int64_t) 3); in test_vcopyq_laneq_u32()
82 int64x2_t test_vcopyq_laneq_s64(int64x2_t a1, int64x2_t a2) { in test_vcopyq_laneq_s64() argument
83 return vcopyq_laneq_s64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_s64()
94 uint64x2_t test_vcopyq_laneq_u64(uint64x2_t a1, uint64x2_t a2) { in test_vcopyq_laneq_u64() argument
95 return vcopyq_laneq_u64(a1, (int64_t) 0, a2, (int64_t) 1); in test_vcopyq_laneq_u64()
106 float32x4_t test_vcopyq_laneq_f32(float32x4_t a1, float32x4_t a2) { in test_vcopyq_laneq_f32() argument
107 return vcopyq_laneq_f32(a1, 0, a2, 3); in test_vcopyq_laneq_f32()
118 float64x2_t test_vcopyq_laneq_f64(float64x2_t a1, float64x2_t a2) { in test_vcopyq_laneq_f64() argument
119 return vcopyq_laneq_f64(a1, 0, a2, 1); in test_vcopyq_laneq_f64()