@@ -311,7 +311,7 @@ void test_svmla_single1_s16(uint32_t slice_base, svint16_t zn, svint16_t zm) __a
311
311
//
312
312
void test_svmla_single2_f16 (uint32_t slice_base , svfloat16x2_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
313
313
{
314
- SVE_ACLE_FUNC (svmla_single_za32 ,, _f16 , ,_vg2x2 )(slice_base , zn , zm );
314
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _f16 ,_vg2x2 )(slice_base , zn , zm );
315
315
}
316
316
317
317
// CHECK-LABEL: @test_svmla_single2_bf16(
@@ -330,7 +330,7 @@ void test_svmla_single2_f16(uint32_t slice_base, svfloat16x2_t zn, svfloat16_t z
330
330
//
331
331
void test_svmla_single2_bf16 (uint32_t slice_base , svbfloat16x2_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
332
332
{
333
- SVE_ACLE_FUNC (svmla_single_za32 ,, _bf16 , ,_vg2x2 )(slice_base , zn , zm );
333
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _bf16 ,_vg2x2 )(slice_base , zn , zm );
334
334
}
335
335
336
336
// CHECK-LABEL: @test_svmla_single2_u16(
@@ -349,7 +349,7 @@ void test_svmla_single2_bf16(uint32_t slice_base, svbfloat16x2_t zn, svbfloat16_
349
349
//
350
350
void test_svmla_single2_u16 (uint32_t slice_base , svuint16x2_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
351
351
{
352
- SVE_ACLE_FUNC (svmla_single_za32 ,, _u16 , ,_vg2x2 )(slice_base , zn , zm );
352
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _u16 ,_vg2x2 )(slice_base , zn , zm );
353
353
}
354
354
355
355
// CHECK-LABEL: @test_svmla_single2_s16(
@@ -368,7 +368,7 @@ void test_svmla_single2_u16(uint32_t slice_base, svuint16x2_t zn, svuint16_t zm)
368
368
//
369
369
void test_svmla_single2_s16 (uint32_t slice_base , svint16x2_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
370
370
{
371
- SVE_ACLE_FUNC (svmla_single_za32 ,, _s16 , ,_vg2x2 )(slice_base , zn , zm );
371
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _s16 ,_vg2x2 )(slice_base , zn , zm );
372
372
}
373
373
374
374
// CHECK-LABEL: @test_svmla_single4_f16(
@@ -391,7 +391,7 @@ void test_svmla_single2_s16(uint32_t slice_base, svint16x2_t zn, svint16_t zm) _
391
391
//
392
392
void test_svmla_single4_f16 (uint32_t slice_base , svfloat16x4_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
393
393
{
394
- SVE_ACLE_FUNC (svmla_single_za32 ,, _f16 , ,_vg2x4 )(slice_base , zn , zm );
394
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _f16 ,_vg2x4 )(slice_base , zn , zm );
395
395
}
396
396
397
397
// CHECK-LABEL: @test_svmla_single4_bf16(
@@ -414,7 +414,7 @@ void test_svmla_single4_f16(uint32_t slice_base, svfloat16x4_t zn, svfloat16_t z
414
414
//
415
415
void test_svmla_single4_bf16 (uint32_t slice_base , svbfloat16x4_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
416
416
{
417
- SVE_ACLE_FUNC (svmla_single_za32 ,, _bf16 , ,_vg2x4 )(slice_base , zn , zm );
417
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _bf16 ,_vg2x4 )(slice_base , zn , zm );
418
418
}
419
419
420
420
// CHECK-LABEL: @test_svmla_single4_u16(
@@ -437,7 +437,7 @@ void test_svmla_single4_bf16(uint32_t slice_base, svbfloat16x4_t zn, svbfloat16_
437
437
//
438
438
void test_svmla_single4_u16 (uint32_t slice_base , svuint16x4_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
439
439
{
440
- SVE_ACLE_FUNC (svmla_single_za32 ,, _u16 , ,_vg2x4 )(slice_base , zn , zm );
440
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _u16 ,_vg2x4 )(slice_base , zn , zm );
441
441
}
442
442
443
443
// CHECK-LABEL: @test_svmla_single4_s16(
@@ -460,7 +460,7 @@ void test_svmla_single4_u16(uint32_t slice_base, svuint16x4_t zn, svuint16_t zm)
460
460
//
461
461
void test_svmla_single4_s16 (uint32_t slice_base , svint16x4_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
462
462
{
463
- SVE_ACLE_FUNC (svmla_single_za32 ,, _s16 , ,_vg2x4 )(slice_base , zn , zm );
463
+ SVE_ACLE_FUNC (svmla , _single , _za32 , _s16 ,_vg2x4 )(slice_base , zn , zm );
464
464
}
465
465
466
466
//
@@ -479,7 +479,7 @@ void test_svmla_single4_s16(uint32_t slice_base, svint16x4_t zn, svint16_t zm) _
479
479
//
480
480
void test_svmla_lane1_f16 (uint32_t slice_base , svfloat16_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
481
481
{
482
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _f16 ,_vg2x1 )(slice_base , zn , zm , 7 );
482
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_f16 ,_vg2x1 ,, )(slice_base , zn , zm , 7 );
483
483
}
484
484
485
485
// CHECK-LABEL: @test_svmla_lane1_bf16(
@@ -494,7 +494,7 @@ void test_svmla_lane1_f16(uint32_t slice_base, svfloat16_t zn, svfloat16_t zm) _
494
494
//
495
495
void test_svmla_lane1_bf16 (uint32_t slice_base , svbfloat16_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
496
496
{
497
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _bf16 ,_vg2x1 )(slice_base , zn , zm , 7 );
497
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_bf16 ,_vg2x1 ,, )(slice_base , zn , zm , 7 );
498
498
}
499
499
500
500
// CHECK-LABEL: @test_svmla_lane1_u16(
@@ -509,7 +509,7 @@ void test_svmla_lane1_bf16(uint32_t slice_base, svbfloat16_t zn, svbfloat16_t zm
509
509
//
510
510
void test_svmla_lane1_u16 (uint32_t slice_base , svuint16_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
511
511
{
512
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _u16 ,_vg2x1 )(slice_base , zn , zm , 7 );
512
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_u16 ,_vg2x1 ,, )(slice_base , zn , zm , 7 );
513
513
}
514
514
515
515
// CHECK-LABEL: @test_svmla_lane1_s16(
@@ -524,7 +524,7 @@ void test_svmla_lane1_u16(uint32_t slice_base, svuint16_t zn, svuint16_t zm) __a
524
524
//
525
525
void test_svmla_lane1_s16 (uint32_t slice_base , svint16_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
526
526
{
527
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _s16 ,_vg2x1 )(slice_base , zn , zm , 7 );
527
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_s16 ,_vg2x1 ,, )(slice_base , zn , zm , 7 );
528
528
}
529
529
530
530
// CHECK-LABEL: @test_svmla_lane2_f16(
@@ -543,7 +543,7 @@ void test_svmla_lane1_s16(uint32_t slice_base, svint16_t zn, svint16_t zm) __arm
543
543
//
544
544
void test_svmla_lane2_f16 (uint32_t slice_base , svfloat16x2_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
545
545
{
546
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _f16 ,_vg2x2 )(slice_base , zn , zm , 7 );
546
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_f16 ,_vg2x2 ,, )(slice_base , zn , zm , 7 );
547
547
}
548
548
549
549
// CHECK-LABEL: @test_svmla_lane2_bf16(
@@ -562,7 +562,7 @@ void test_svmla_lane2_f16(uint32_t slice_base, svfloat16x2_t zn, svfloat16_t zm)
562
562
//
563
563
void test_svmla_lane2_bf16 (uint32_t slice_base , svbfloat16x2_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
564
564
{
565
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _bf16 ,_vg2x2 )(slice_base , zn , zm , 7 );
565
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_bf16 ,_vg2x2 ,, )(slice_base , zn , zm , 7 );
566
566
}
567
567
568
568
// CHECK-LABEL: @test_svmla_lane2_u16(
@@ -581,7 +581,7 @@ void test_svmla_lane2_bf16(uint32_t slice_base, svbfloat16x2_t zn, svbfloat16_t
581
581
//
582
582
void test_svmla_lane2_u16 (uint32_t slice_base , svuint16x2_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
583
583
{
584
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _u16 ,_vg2x2 )(slice_base , zn , zm , 7 );
584
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_u16 ,_vg2x2 ,, )(slice_base , zn , zm , 7 );
585
585
}
586
586
587
587
// CHECK-LABEL: @test_svmla_lane2_s16(
@@ -600,7 +600,7 @@ void test_svmla_lane2_u16(uint32_t slice_base, svuint16x2_t zn, svuint16_t zm) _
600
600
//
601
601
void test_svmla_lane2_s16 (uint32_t slice_base , svint16x2_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
602
602
{
603
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _s16 ,_vg2x2 )(slice_base , zn , zm , 7 );
603
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_s16 ,_vg2x2 ,, )(slice_base , zn , zm , 7 );
604
604
}
605
605
606
606
// CHECK-LABEL: @test_svmla_lane4_f16(
@@ -623,7 +623,7 @@ void test_svmla_lane2_s16(uint32_t slice_base, svint16x2_t zn, svint16_t zm) __a
623
623
//
624
624
void test_svmla_lane4_f16 (uint32_t slice_base , svfloat16x4_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
625
625
{
626
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _f16 ,_vg2x4 )(slice_base , zn , zm , 7 );
626
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_f16 ,_vg2x4 ,, )(slice_base , zn , zm , 7 );
627
627
}
628
628
629
629
// CHECK-LABEL: @test_svmla_lane4_bf16(
@@ -646,7 +646,7 @@ void test_svmla_lane4_f16(uint32_t slice_base, svfloat16x4_t zn, svfloat16_t zm)
646
646
//
647
647
void test_svmla_lane4_bf16 (uint32_t slice_base , svbfloat16x4_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
648
648
{
649
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _bf16 ,_vg2x4 )(slice_base , zn , zm , 7 );
649
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_bf16 ,_vg2x4 ,, )(slice_base , zn , zm , 7 );
650
650
}
651
651
652
652
// CHECK-LABEL: @test_svmla_lane4_u16(
@@ -669,7 +669,7 @@ void test_svmla_lane4_bf16(uint32_t slice_base, svbfloat16x4_t zn, svbfloat16_t
669
669
//
670
670
void test_svmla_lane4_u16 (uint32_t slice_base , svuint16x4_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
671
671
{
672
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _u16 ,_vg2x4 )(slice_base , zn , zm , 7 );
672
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_u16 ,_vg2x4 ,, )(slice_base , zn , zm , 7 );
673
673
}
674
674
675
675
// CHECK-LABEL: @test_svmla_lane4_s16(
@@ -692,5 +692,5 @@ void test_svmla_lane4_u16(uint32_t slice_base, svuint16x4_t zn, svuint16_t zm) _
692
692
//
693
693
void test_svmla_lane4_s16 (uint32_t slice_base , svint16x4_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
694
694
{
695
- SVE_ACLE_FUNC (svmla_lane_za32 ,,, _s16 ,_vg2x4 )(slice_base , zn , zm , 7 );
695
+ SVE_ACLE_FUNC (svmla_lane_za32 ,_s16 ,_vg2x4 ,, )(slice_base , zn , zm , 7 );
696
696
}
0 commit comments