@@ -311,7 +311,7 @@ void test_svmla_single1_s16(uint32_t slice_base, svint16_t zn, svint16_t zm) __a
311311//
312312void test_svmla_single2_f16 (uint32_t slice_base , svfloat16x2_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
313313{
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 );
315315}
316316
317317// 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
330330//
331331void test_svmla_single2_bf16 (uint32_t slice_base , svbfloat16x2_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
332332{
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 );
334334}
335335
336336// CHECK-LABEL: @test_svmla_single2_u16(
@@ -349,7 +349,7 @@ void test_svmla_single2_bf16(uint32_t slice_base, svbfloat16x2_t zn, svbfloat16_
349349//
350350void test_svmla_single2_u16 (uint32_t slice_base , svuint16x2_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
351351{
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 );
353353}
354354
355355// 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)
368368//
369369void test_svmla_single2_s16 (uint32_t slice_base , svint16x2_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
370370{
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 );
372372}
373373
374374// 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) _
391391//
392392void test_svmla_single4_f16 (uint32_t slice_base , svfloat16x4_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
393393{
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 );
395395}
396396
397397// 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
414414//
415415void test_svmla_single4_bf16 (uint32_t slice_base , svbfloat16x4_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
416416{
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 );
418418}
419419
420420// CHECK-LABEL: @test_svmla_single4_u16(
@@ -437,7 +437,7 @@ void test_svmla_single4_bf16(uint32_t slice_base, svbfloat16x4_t zn, svbfloat16_
437437//
438438void test_svmla_single4_u16 (uint32_t slice_base , svuint16x4_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
439439{
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 );
441441}
442442
443443// 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)
460460//
461461void test_svmla_single4_s16 (uint32_t slice_base , svint16x4_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
462462{
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 );
464464}
465465
466466//
@@ -479,7 +479,7 @@ void test_svmla_single4_s16(uint32_t slice_base, svint16x4_t zn, svint16_t zm) _
479479//
480480void test_svmla_lane1_f16 (uint32_t slice_base , svfloat16_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
481481{
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 );
483483}
484484
485485// 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) _
494494//
495495void test_svmla_lane1_bf16 (uint32_t slice_base , svbfloat16_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
496496{
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 );
498498}
499499
500500// 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
509509//
510510void test_svmla_lane1_u16 (uint32_t slice_base , svuint16_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
511511{
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 );
513513}
514514
515515// 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
524524//
525525void test_svmla_lane1_s16 (uint32_t slice_base , svint16_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
526526{
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 );
528528}
529529
530530// 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
543543//
544544void test_svmla_lane2_f16 (uint32_t slice_base , svfloat16x2_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
545545{
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 );
547547}
548548
549549// 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)
562562//
563563void test_svmla_lane2_bf16 (uint32_t slice_base , svbfloat16x2_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
564564{
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 );
566566}
567567
568568// CHECK-LABEL: @test_svmla_lane2_u16(
@@ -581,7 +581,7 @@ void test_svmla_lane2_bf16(uint32_t slice_base, svbfloat16x2_t zn, svbfloat16_t
581581//
582582void test_svmla_lane2_u16 (uint32_t slice_base , svuint16x2_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
583583{
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 );
585585}
586586
587587// 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) _
600600//
601601void test_svmla_lane2_s16 (uint32_t slice_base , svint16x2_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
602602{
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 );
604604}
605605
606606// 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
623623//
624624void test_svmla_lane4_f16 (uint32_t slice_base , svfloat16x4_t zn , svfloat16_t zm ) __arm_streaming __arm_shared_za
625625{
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 );
627627}
628628
629629// 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)
646646//
647647void test_svmla_lane4_bf16 (uint32_t slice_base , svbfloat16x4_t zn , svbfloat16_t zm ) __arm_streaming __arm_shared_za
648648{
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 );
650650}
651651
652652// CHECK-LABEL: @test_svmla_lane4_u16(
@@ -669,7 +669,7 @@ void test_svmla_lane4_bf16(uint32_t slice_base, svbfloat16x4_t zn, svbfloat16_t
669669//
670670void test_svmla_lane4_u16 (uint32_t slice_base , svuint16x4_t zn , svuint16_t zm ) __arm_streaming __arm_shared_za
671671{
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 );
673673}
674674
675675// 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) _
692692//
693693void test_svmla_lane4_s16 (uint32_t slice_base , svint16x4_t zn , svint16_t zm ) __arm_streaming __arm_shared_za
694694{
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 );
696696}
0 commit comments