Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sve2-intrinsics-revd.ll
blob16ebd594ca21c4279a31e081f5a941c2d520c516
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -force-streaming -verify-machineinstrs < %s | FileCheck %s
4 define <vscale x 16 x i8> @test_revd_i8(<vscale x 16 x i8> %a, <vscale x 16 x i1> %pg, <vscale x 16 x i8> %b) {
5 ; CHECK-LABEL: test_revd_i8:
6 ; CHECK:       // %bb.0:
7 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
8 ; CHECK-NEXT:    ret
9   %res = call <vscale x 16 x i8> @llvm.aarch64.sve.revd.nxv16i8(<vscale x 16 x i8> %a, <vscale x 16 x i1> %pg, <vscale x 16 x i8> %b)
10   ret <vscale x 16 x i8> %res
13 define <vscale x 8 x i16> @test_revd_i16(<vscale x 8 x i16> %a, <vscale x 8 x i1> %pg, <vscale x 8 x i16> %b) {
14 ; CHECK-LABEL: test_revd_i16:
15 ; CHECK:       // %bb.0:
16 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
17 ; CHECK-NEXT:    ret
18   %res = call <vscale x  8 x i16> @llvm.aarch64.sve.revd.nxv8i16(<vscale x  8 x i16> %a, <vscale x 8 x i1> %pg, <vscale x 8 x i16> %b)
19   ret <vscale x 8 x i16> %res
22 define <vscale x 4 x i32> @test_revd_i32(<vscale x 4 x i32> %a, <vscale x 4 x i1> %pg, <vscale x 4 x i32> %b) {
23 ; CHECK-LABEL: test_revd_i32:
24 ; CHECK:       // %bb.0:
25 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
26 ; CHECK-NEXT:    ret
27   %res = call <vscale x 4 x i32> @llvm.aarch64.sve.revd.nxv4i32(<vscale x 4 x i32> %a, <vscale x 4 x i1> %pg, <vscale x 4 x i32> %b)
28   ret <vscale x 4 x i32> %res
31 define <vscale x 2 x i64> @test_revd_i64(<vscale x 2 x i64> %a, <vscale x 2 x i1> %pg, <vscale x 2 x i64> %b) {
32 ; CHECK-LABEL: test_revd_i64:
33 ; CHECK:       // %bb.0:
34 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
35 ; CHECK-NEXT:    ret
36   %res = call <vscale x 2 x i64> @llvm.aarch64.sve.revd.nxv2i64(<vscale x 2 x i64> %a, <vscale x 2 x i1> %pg, <vscale x 2 x i64> %b)
37   ret <vscale x 2 x i64> %res
40 define <vscale x 8 x bfloat> @test_revd_bf16(<vscale x 8 x bfloat> %a, <vscale x 8 x i1> %pg, <vscale x 8 x bfloat> %b) {
41 ; CHECK-LABEL: test_revd_bf16:
42 ; CHECK:       // %bb.0:
43 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
44 ; CHECK-NEXT:    ret
45   %res = call <vscale x 8 x bfloat> @llvm.aarch64.sve.revd.nxv8bf16(<vscale x 8 x bfloat> %a, <vscale x 8 x i1> %pg, <vscale x 8 x bfloat> %b)
46   ret <vscale x 8 x bfloat> %res
49 define <vscale x 8 x half> @test_revd_f16(<vscale x 8 x half> %a, <vscale x 8 x i1> %pg, <vscale x 8 x half> %b) {
50 ; CHECK-LABEL: test_revd_f16:
51 ; CHECK:       // %bb.0:
52 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
53 ; CHECK-NEXT:    ret
54   %res = call <vscale x 8 x half> @llvm.aarch64.sve.revd.nxv8f16(<vscale x 8 x half> %a, <vscale x 8 x i1> %pg, <vscale x 8 x half> %b)
55   ret <vscale x 8 x half> %res
58 define <vscale x 4 x float> @test_revd_f32(<vscale x 4 x float> %a, <vscale x 4 x i1> %pg, <vscale x 4 x float> %b) {
59 ; CHECK-LABEL: test_revd_f32:
60 ; CHECK:       // %bb.0:
61 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
62 ; CHECK-NEXT:    ret
63   %res = call <vscale x 4 x float> @llvm.aarch64.sve.revd.nxv4f32(<vscale x 4 x float> %a, <vscale x 4 x i1> %pg, <vscale x 4 x float> %b)
64   ret <vscale x 4 x float> %res
67 define <vscale x 2 x double> @test_revd_f64(<vscale x 2 x double> %a, <vscale x 2 x i1> %pg, <vscale x 2 x double> %b) {
68 ; CHECK-LABEL: test_revd_f64:
69 ; CHECK:       // %bb.0:
70 ; CHECK-NEXT:    revd z0.q, p0/m, z1.q
71 ; CHECK-NEXT:    ret
72   %res = call <vscale x 2 x double> @llvm.aarch64.sve.revd.nxv2f64(<vscale x 2 x double> %a, <vscale x 2 x i1> %pg, <vscale x 2 x double> %b)
73   ret <vscale x 2 x double> %res
76 declare <vscale x 16 x i8> @llvm.aarch64.sve.revd.nxv16i8(<vscale x 16 x i8>, <vscale x 16 x i1>, <vscale x 16 x i8>)
77 declare <vscale x 8 x i16> @llvm.aarch64.sve.revd.nxv8i16(<vscale x 8 x i16>, <vscale x 8 x i1>, <vscale x 8 x i16>)
78 declare <vscale x 4 x i32> @llvm.aarch64.sve.revd.nxv4i32(<vscale x 4 x i32>, <vscale x 4 x i1>, <vscale x 4 x i32>)
79 declare <vscale x 2 x i64> @llvm.aarch64.sve.revd.nxv2i64(<vscale x 2 x i64>, <vscale x 2 x i1>, <vscale x 2 x i64>)
81 declare <vscale x 8 x bfloat> @llvm.aarch64.sve.revd.nxv8bf16(<vscale x 8 x bfloat>, <vscale x 8 x i1>, <vscale x 8 x bfloat>)
82 declare <vscale x 8 x half> @llvm.aarch64.sve.revd.nxv8f16(<vscale x 8 x half>, <vscale x 8 x i1>, <vscale x 8 x half>)
83 declare <vscale x 4 x float> @llvm.aarch64.sve.revd.nxv4f32(<vscale x 4 x float>, <vscale x 4 x i1>, <vscale x 4 x float>)
84 declare <vscale x 2 x double> @llvm.aarch64.sve.revd.nxv2f64(<vscale x 2 x double>, <vscale x 2 x i1>, <vscale x 2 x double>)