@@ -276,7 +276,7 @@ svcount_t test_svwhilegt_c64_vl4(int64_t op1, int64_t op2)
276
276
//
277
277
svcount_t test_svwhilehi_c8_vl2 (uint64_t op1 , uint64_t op2 )
278
278
{
279
- return SVE_ACLE_FUNC (svwhilehi_c8 ,_u64 )(op1 , op2 , 2 );
279
+ return SVE_ACLE_FUNC (svwhilegt_c8 ,_u64 )(op1 , op2 , 2 );
280
280
}
281
281
282
282
// CHECK-LABEL: @test_svwhilehi_c8_vl4(
@@ -291,7 +291,7 @@ svcount_t test_svwhilehi_c8_vl2(uint64_t op1, uint64_t op2)
291
291
//
292
292
svcount_t test_svwhilehi_c8_vl4 (uint64_t op1 , uint64_t op2 )
293
293
{
294
- return SVE_ACLE_FUNC (svwhilehi_c8 ,_u64 )(op1 , op2 , 4 );
294
+ return SVE_ACLE_FUNC (svwhilegt_c8 ,_u64 )(op1 , op2 , 4 );
295
295
}
296
296
297
297
// CHECK-LABEL: @test_svwhilehi_c16_vl2(
@@ -306,7 +306,7 @@ svcount_t test_svwhilehi_c8_vl4(uint64_t op1, uint64_t op2)
306
306
//
307
307
svcount_t test_svwhilehi_c16_vl2 (uint64_t op1 , uint64_t op2 )
308
308
{
309
- return SVE_ACLE_FUNC (svwhilehi_c16 ,_u64 )(op1 , op2 , 2 );
309
+ return SVE_ACLE_FUNC (svwhilegt_c16 ,_u64 )(op1 , op2 , 2 );
310
310
}
311
311
312
312
// CHECK-LABEL: @test_svwhilehi_c16_vl4(
@@ -321,7 +321,7 @@ svcount_t test_svwhilehi_c16_vl2(uint64_t op1, uint64_t op2)
321
321
//
322
322
svcount_t test_svwhilehi_c16_vl4 (uint64_t op1 , uint64_t op2 )
323
323
{
324
- return SVE_ACLE_FUNC (svwhilehi_c16 ,_u64 )(op1 , op2 , 4 );
324
+ return SVE_ACLE_FUNC (svwhilegt_c16 ,_u64 )(op1 , op2 , 4 );
325
325
}
326
326
327
327
// CHECK-LABEL: @test_svwhilehi_c32_vl2(
@@ -336,7 +336,7 @@ svcount_t test_svwhilehi_c16_vl4(uint64_t op1, uint64_t op2)
336
336
//
337
337
svcount_t test_svwhilehi_c32_vl2 (uint64_t op1 , uint64_t op2 )
338
338
{
339
- return SVE_ACLE_FUNC (svwhilehi_c32 ,_u64 )(op1 , op2 , 2 );
339
+ return SVE_ACLE_FUNC (svwhilegt_c32 ,_u64 )(op1 , op2 , 2 );
340
340
}
341
341
342
342
// CHECK-LABEL: @test_svwhilehi_c32_vl4(
@@ -351,7 +351,7 @@ svcount_t test_svwhilehi_c32_vl2(uint64_t op1, uint64_t op2)
351
351
//
352
352
svcount_t test_svwhilehi_c32_vl4 (uint64_t op1 , uint64_t op2 )
353
353
{
354
- return SVE_ACLE_FUNC (svwhilehi_c32 ,_u64 )(op1 , op2 , 4 );
354
+ return SVE_ACLE_FUNC (svwhilegt_c32 ,_u64 )(op1 , op2 , 4 );
355
355
}
356
356
357
357
// CHECK-LABEL: @test_svwhilehi_c64_vl2(
@@ -366,7 +366,7 @@ svcount_t test_svwhilehi_c32_vl4(uint64_t op1, uint64_t op2)
366
366
//
367
367
svcount_t test_svwhilehi_c64_vl2 (uint64_t op1 , uint64_t op2 )
368
368
{
369
- return SVE_ACLE_FUNC (svwhilehi_c64 ,_u64 )(op1 , op2 , 2 );
369
+ return SVE_ACLE_FUNC (svwhilegt_c64 ,_u64 )(op1 , op2 , 2 );
370
370
}
371
371
372
372
// CHECK-LABEL: @test_svwhilehi_c64_vl4(
@@ -381,7 +381,7 @@ svcount_t test_svwhilehi_c64_vl2(uint64_t op1, uint64_t op2)
381
381
//
382
382
svcount_t test_svwhilehi_c64_vl4 (uint64_t op1 , uint64_t op2 )
383
383
{
384
- return SVE_ACLE_FUNC (svwhilehi_c64 ,_u64 )(op1 , op2 , 4 );
384
+ return SVE_ACLE_FUNC (svwhilegt_c64 ,_u64 )(op1 , op2 , 4 );
385
385
}
386
386
387
387
@@ -399,7 +399,7 @@ svcount_t test_svwhilehi_c64_vl4(uint64_t op1, uint64_t op2)
399
399
//
400
400
svcount_t test_svwhilehs_c8_vl2 (uint64_t op1 , uint64_t op2 )
401
401
{
402
- return SVE_ACLE_FUNC (svwhilehs_c8 ,_u64 )(op1 , op2 , 2 );
402
+ return SVE_ACLE_FUNC (svwhilege_c8 ,_u64 )(op1 , op2 , 2 );
403
403
}
404
404
405
405
// CHECK-LABEL: @test_svwhilehs_c8_vl4(
@@ -414,7 +414,7 @@ svcount_t test_svwhilehs_c8_vl2(uint64_t op1, uint64_t op2)
414
414
//
415
415
svcount_t test_svwhilehs_c8_vl4 (uint64_t op1 , uint64_t op2 )
416
416
{
417
- return SVE_ACLE_FUNC (svwhilehs_c8 ,_u64 )(op1 , op2 , 4 );
417
+ return SVE_ACLE_FUNC (svwhilege_c8 ,_u64 )(op1 , op2 , 4 );
418
418
}
419
419
420
420
// CHECK-LABEL: @test_svwhilehs_c16_vl2(
@@ -429,7 +429,7 @@ svcount_t test_svwhilehs_c8_vl4(uint64_t op1, uint64_t op2)
429
429
//
430
430
svcount_t test_svwhilehs_c16_vl2 (uint64_t op1 , uint64_t op2 )
431
431
{
432
- return SVE_ACLE_FUNC (svwhilehs_c16 ,_u64 )(op1 , op2 , 2 );
432
+ return SVE_ACLE_FUNC (svwhilege_c16 ,_u64 )(op1 , op2 , 2 );
433
433
}
434
434
435
435
// CHECK-LABEL: @test_svwhilehs_c16_vl4(
@@ -444,7 +444,7 @@ svcount_t test_svwhilehs_c16_vl2(uint64_t op1, uint64_t op2)
444
444
//
445
445
svcount_t test_svwhilehs_c16_vl4 (uint64_t op1 , uint64_t op2 )
446
446
{
447
- return SVE_ACLE_FUNC (svwhilehs_c16 ,_u64 )(op1 , op2 , 4 );
447
+ return SVE_ACLE_FUNC (svwhilege_c16 ,_u64 )(op1 , op2 , 4 );
448
448
}
449
449
450
450
// CHECK-LABEL: @test_svwhilehs_c32_vl2(
@@ -459,7 +459,7 @@ svcount_t test_svwhilehs_c16_vl4(uint64_t op1, uint64_t op2)
459
459
//
460
460
svcount_t test_svwhilehs_c32_vl2 (uint64_t op1 , uint64_t op2 )
461
461
{
462
- return SVE_ACLE_FUNC (svwhilehs_c32 ,_u64 )(op1 , op2 , 2 );
462
+ return SVE_ACLE_FUNC (svwhilege_c32 ,_u64 )(op1 , op2 , 2 );
463
463
}
464
464
465
465
// CHECK-LABEL: @test_svwhilehs_c32_vl4(
@@ -474,7 +474,7 @@ svcount_t test_svwhilehs_c32_vl2(uint64_t op1, uint64_t op2)
474
474
//
475
475
svcount_t test_svwhilehs_c32_vl4 (uint64_t op1 , uint64_t op2 )
476
476
{
477
- return SVE_ACLE_FUNC (svwhilehs_c32 ,_u64 )(op1 , op2 , 4 );
477
+ return SVE_ACLE_FUNC (svwhilege_c32 ,_u64 )(op1 , op2 , 4 );
478
478
}
479
479
480
480
// CHECK-LABEL: @test_svwhilehs_c64_vl2(
@@ -489,7 +489,7 @@ svcount_t test_svwhilehs_c32_vl4(uint64_t op1, uint64_t op2)
489
489
//
490
490
svcount_t test_svwhilehs_c64_vl2 (uint64_t op1 , uint64_t op2 )
491
491
{
492
- return SVE_ACLE_FUNC (svwhilehs_c64 ,_u64 )(op1 , op2 , 2 );
492
+ return SVE_ACLE_FUNC (svwhilege_c64 ,_u64 )(op1 , op2 , 2 );
493
493
}
494
494
495
495
// CHECK-LABEL: @test_svwhilehs_c64_vl4(
@@ -504,7 +504,7 @@ svcount_t test_svwhilehs_c64_vl2(uint64_t op1, uint64_t op2)
504
504
//
505
505
svcount_t test_svwhilehs_c64_vl4 (uint64_t op1 , uint64_t op2 )
506
506
{
507
- return SVE_ACLE_FUNC (svwhilehs_c64 ,_u64 )(op1 , op2 , 4 );
507
+ return SVE_ACLE_FUNC (svwhilege_c64 ,_u64 )(op1 , op2 , 4 );
508
508
}
509
509
510
510
@@ -645,7 +645,7 @@ svcount_t test_svwhilele_c64_vl4(int64_t op1, int64_t op2)
645
645
//
646
646
svcount_t test_svwhilelo_c8_vl2 (uint64_t op1 , uint64_t op2 )
647
647
{
648
- return SVE_ACLE_FUNC (svwhilelo_c8 ,_u64 )(op1 , op2 , 2 );
648
+ return SVE_ACLE_FUNC (svwhilelt_c8 ,_u64 )(op1 , op2 , 2 );
649
649
}
650
650
651
651
// CHECK-LABEL: @test_svwhilelo_c8_vl4(
@@ -660,7 +660,7 @@ svcount_t test_svwhilelo_c8_vl2(uint64_t op1, uint64_t op2)
660
660
//
661
661
svcount_t test_svwhilelo_c8_vl4 (uint64_t op1 , uint64_t op2 )
662
662
{
663
- return SVE_ACLE_FUNC (svwhilelo_c8 ,_u64 )(op1 , op2 , 4 );
663
+ return SVE_ACLE_FUNC (svwhilelt_c8 ,_u64 )(op1 , op2 , 4 );
664
664
}
665
665
666
666
// CHECK-LABEL: @test_svwhilelo_c16_vl2(
@@ -675,7 +675,7 @@ svcount_t test_svwhilelo_c8_vl4(uint64_t op1, uint64_t op2)
675
675
//
676
676
svcount_t test_svwhilelo_c16_vl2 (uint64_t op1 , uint64_t op2 )
677
677
{
678
- return SVE_ACLE_FUNC (svwhilelo_c16 ,_u64 )(op1 , op2 , 2 );
678
+ return SVE_ACLE_FUNC (svwhilelt_c16 ,_u64 )(op1 , op2 , 2 );
679
679
}
680
680
681
681
// CHECK-LABEL: @test_svwhilelo_c16_vl4(
@@ -690,7 +690,7 @@ svcount_t test_svwhilelo_c16_vl2(uint64_t op1, uint64_t op2)
690
690
//
691
691
svcount_t test_svwhilelo_c16_vl4 (uint64_t op1 , uint64_t op2 )
692
692
{
693
- return SVE_ACLE_FUNC (svwhilelo_c16 ,_u64 )(op1 , op2 , 4 );
693
+ return SVE_ACLE_FUNC (svwhilelt_c16 ,_u64 )(op1 , op2 , 4 );
694
694
}
695
695
696
696
// CHECK-LABEL: @test_svwhilelo_c32_vl2(
@@ -705,7 +705,7 @@ svcount_t test_svwhilelo_c16_vl4(uint64_t op1, uint64_t op2)
705
705
//
706
706
svcount_t test_svwhilelo_c32_vl2 (uint64_t op1 , uint64_t op2 )
707
707
{
708
- return SVE_ACLE_FUNC (svwhilelo_c32 ,_u64 )(op1 , op2 , 2 );
708
+ return SVE_ACLE_FUNC (svwhilelt_c32 ,_u64 )(op1 , op2 , 2 );
709
709
}
710
710
711
711
// CHECK-LABEL: @test_svwhilelo_c32_vl4(
@@ -720,7 +720,7 @@ svcount_t test_svwhilelo_c32_vl2(uint64_t op1, uint64_t op2)
720
720
//
721
721
svcount_t test_svwhilelo_c32_vl4 (uint64_t op1 , uint64_t op2 )
722
722
{
723
- return SVE_ACLE_FUNC (svwhilelo_c32 ,_u64 )(op1 , op2 , 4 );
723
+ return SVE_ACLE_FUNC (svwhilelt_c32 ,_u64 )(op1 , op2 , 4 );
724
724
}
725
725
726
726
// CHECK-LABEL: @test_svwhilelo_c64_vl2(
@@ -735,7 +735,7 @@ svcount_t test_svwhilelo_c32_vl4(uint64_t op1, uint64_t op2)
735
735
//
736
736
svcount_t test_svwhilelo_c64_vl2 (uint64_t op1 , uint64_t op2 )
737
737
{
738
- return SVE_ACLE_FUNC (svwhilelo_c64 ,_u64 )(op1 , op2 , 2 );
738
+ return SVE_ACLE_FUNC (svwhilelt_c64 ,_u64 )(op1 , op2 , 2 );
739
739
}
740
740
741
741
// CHECK-LABEL: @test_svwhilelo_c64_vl4(
@@ -750,7 +750,7 @@ svcount_t test_svwhilelo_c64_vl2(uint64_t op1, uint64_t op2)
750
750
//
751
751
svcount_t test_svwhilelo_c64_vl4 (uint64_t op1 , uint64_t op2 )
752
752
{
753
- return SVE_ACLE_FUNC (svwhilelo_c64 ,_u64 )(op1 , op2 , 4 );
753
+ return SVE_ACLE_FUNC (svwhilelt_c64 ,_u64 )(op1 , op2 , 4 );
754
754
}
755
755
756
756
@@ -768,7 +768,7 @@ svcount_t test_svwhilelo_c64_vl4(uint64_t op1, uint64_t op2)
768
768
//
769
769
svcount_t test_svwhilels_c8_vl2 (uint64_t op1 , uint64_t op2 )
770
770
{
771
- return SVE_ACLE_FUNC (svwhilels_c8 ,_u64 )(op1 , op2 , 2 );
771
+ return SVE_ACLE_FUNC (svwhilele_c8 ,_u64 )(op1 , op2 , 2 );
772
772
}
773
773
774
774
// CHECK-LABEL: @test_svwhilels_c8_vl4(
@@ -783,7 +783,7 @@ svcount_t test_svwhilels_c8_vl2(uint64_t op1, uint64_t op2)
783
783
//
784
784
svcount_t test_svwhilels_c8_vl4 (uint64_t op1 , uint64_t op2 )
785
785
{
786
- return SVE_ACLE_FUNC (svwhilels_c8 ,_u64 )(op1 , op2 , 4 );
786
+ return SVE_ACLE_FUNC (svwhilele_c8 ,_u64 )(op1 , op2 , 4 );
787
787
}
788
788
789
789
// CHECK-LABEL: @test_svwhilels_c16_vl2(
@@ -798,7 +798,7 @@ svcount_t test_svwhilels_c8_vl4(uint64_t op1, uint64_t op2)
798
798
//
799
799
svcount_t test_svwhilels_c16_vl2 (uint64_t op1 , uint64_t op2 )
800
800
{
801
- return SVE_ACLE_FUNC (svwhilels_c16 ,_u64 )(op1 , op2 , 2 );
801
+ return SVE_ACLE_FUNC (svwhilele_c16 ,_u64 )(op1 , op2 , 2 );
802
802
}
803
803
804
804
// CHECK-LABEL: @test_svwhilels_c16_vl4(
@@ -813,7 +813,7 @@ svcount_t test_svwhilels_c16_vl2(uint64_t op1, uint64_t op2)
813
813
//
814
814
svcount_t test_svwhilels_c16_vl4 (uint64_t op1 , uint64_t op2 )
815
815
{
816
- return SVE_ACLE_FUNC (svwhilels_c16 ,_u64 )(op1 , op2 , 4 );
816
+ return SVE_ACLE_FUNC (svwhilele_c16 ,_u64 )(op1 , op2 , 4 );
817
817
}
818
818
819
819
// CHECK-LABEL: @test_svwhilels_c32_vl2(
@@ -828,7 +828,7 @@ svcount_t test_svwhilels_c16_vl4(uint64_t op1, uint64_t op2)
828
828
//
829
829
svcount_t test_svwhilels_c32_vl2 (uint64_t op1 , uint64_t op2 )
830
830
{
831
- return SVE_ACLE_FUNC (svwhilels_c32 ,_u64 )(op1 , op2 , 2 );
831
+ return SVE_ACLE_FUNC (svwhilele_c32 ,_u64 )(op1 , op2 , 2 );
832
832
}
833
833
834
834
// CHECK-LABEL: @test_svwhilels_c32_vl4(
@@ -843,7 +843,7 @@ svcount_t test_svwhilels_c32_vl2(uint64_t op1, uint64_t op2)
843
843
//
844
844
svcount_t test_svwhilels_c32_vl4 (uint64_t op1 , uint64_t op2 )
845
845
{
846
- return SVE_ACLE_FUNC (svwhilels_c32 ,_u64 )(op1 , op2 , 4 );
846
+ return SVE_ACLE_FUNC (svwhilele_c32 ,_u64 )(op1 , op2 , 4 );
847
847
}
848
848
849
849
// CHECK-LABEL: @test_svwhilels_c64_vl2(
@@ -858,7 +858,7 @@ svcount_t test_svwhilels_c32_vl4(uint64_t op1, uint64_t op2)
858
858
//
859
859
svcount_t test_svwhilels_c64_vl2 (uint64_t op1 , uint64_t op2 )
860
860
{
861
- return SVE_ACLE_FUNC (svwhilels_c64 ,_u64 )(op1 , op2 , 2 );
861
+ return SVE_ACLE_FUNC (svwhilele_c64 ,_u64 )(op1 , op2 , 2 );
862
862
}
863
863
864
864
// CHECK-LABEL: @test_svwhilels_c64_vl4(
@@ -873,7 +873,7 @@ svcount_t test_svwhilels_c64_vl2(uint64_t op1, uint64_t op2)
873
873
//
874
874
svcount_t test_svwhilels_c64_vl4 (uint64_t op1 , uint64_t op2 )
875
875
{
876
- return SVE_ACLE_FUNC (svwhilels_c64 ,_u64 )(op1 , op2 , 4 );
876
+ return SVE_ACLE_FUNC (svwhilele_c64 ,_u64 )(op1 , op2 , 4 );
877
877
}
878
878
879
879
0 commit comments