1 ; RUN: not llc --mtriple=loongarch64 --mattr=+lsx < %s 2>&1 | FileCheck %s
3 declare <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8>, i32)
5 define <8 x i16> @lsx_vsllwil_h_b_lo(<16 x i8> %va) nounwind {
6 ; CHECK: llvm.loongarch.lsx.vsllwil.h.b: argument out of range
8 %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8> %va, i32 -1)
12 define <8 x i16> @lsx_vsllwil_h_b_hi(<16 x i8> %va) nounwind {
13 ; CHECK: llvm.loongarch.lsx.vsllwil.h.b: argument out of range
15 %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.h.b(<16 x i8> %va, i32 8)
19 declare <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16>, i32)
21 define <4 x i32> @lsx_vsllwil_w_h_lo(<8 x i16> %va) nounwind {
22 ; CHECK: llvm.loongarch.lsx.vsllwil.w.h: argument out of range
24 %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16> %va, i32 -1)
28 define <4 x i32> @lsx_vsllwil_w_h_hi(<8 x i16> %va) nounwind {
29 ; CHECK: llvm.loongarch.lsx.vsllwil.w.h: argument out of range
31 %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.w.h(<8 x i16> %va, i32 16)
35 declare <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32>, i32)
37 define <2 x i64> @lsx_vsllwil_d_w_lo(<4 x i32> %va) nounwind {
38 ; CHECK: llvm.loongarch.lsx.vsllwil.d.w: argument out of range
40 %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32> %va, i32 -1)
44 define <2 x i64> @lsx_vsllwil_d_w_hi(<4 x i32> %va) nounwind {
45 ; CHECK: llvm.loongarch.lsx.vsllwil.d.w: argument out of range
47 %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.d.w(<4 x i32> %va, i32 32)
51 declare <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8>, i32)
53 define <8 x i16> @lsx_vsllwil_hu_bu_lo(<16 x i8> %va) nounwind {
54 ; CHECK: llvm.loongarch.lsx.vsllwil.hu.bu: argument out of range
56 %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8> %va, i32 -1)
60 define <8 x i16> @lsx_vsllwil_hu_bu_hi(<16 x i8> %va) nounwind {
61 ; CHECK: llvm.loongarch.lsx.vsllwil.hu.bu: argument out of range
63 %res = call <8 x i16> @llvm.loongarch.lsx.vsllwil.hu.bu(<16 x i8> %va, i32 8)
67 declare <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16>, i32)
69 define <4 x i32> @lsx_vsllwil_wu_hu_lo(<8 x i16> %va) nounwind {
70 ; CHECK: llvm.loongarch.lsx.vsllwil.wu.hu: argument out of range
72 %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16> %va, i32 -1)
76 define <4 x i32> @lsx_vsllwil_wu_hu_hi(<8 x i16> %va) nounwind {
77 ; CHECK: llvm.loongarch.lsx.vsllwil.wu.hu: argument out of range
79 %res = call <4 x i32> @llvm.loongarch.lsx.vsllwil.wu.hu(<8 x i16> %va, i32 16)
83 declare <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32>, i32)
85 define <2 x i64> @lsx_vsllwil_du_wu_lo(<4 x i32> %va) nounwind {
86 ; CHECK: llvm.loongarch.lsx.vsllwil.du.wu: argument out of range
88 %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32> %va, i32 -1)
92 define <2 x i64> @lsx_vsllwil_du_wu_hi(<4 x i32> %va) nounwind {
93 ; CHECK: llvm.loongarch.lsx.vsllwil.du.wu: argument out of range
95 %res = call <2 x i64> @llvm.loongarch.lsx.vsllwil.du.wu(<4 x i32> %va, i32 32)