1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
4 declare <8 x i32> @llvm.loongarch.lasx.xvpickve.w(<8 x i32>, i32)
6 define <8 x i32> @lasx_xvpickve_w(<8 x i32> %va) nounwind {
7 ; CHECK-LABEL: lasx_xvpickve_w:
8 ; CHECK: # %bb.0: # %entry
9 ; CHECK-NEXT: xvpickve.w $xr0, $xr0, 1
12 %res = call <8 x i32> @llvm.loongarch.lasx.xvpickve.w(<8 x i32> %va, i32 1)
16 declare <4 x i64> @llvm.loongarch.lasx.xvpickve.d(<4 x i64>, i32)
18 define <4 x i64> @lasx_xvpickve_d(<4 x i64> %va) nounwind {
19 ; CHECK-LABEL: lasx_xvpickve_d:
20 ; CHECK: # %bb.0: # %entry
21 ; CHECK-NEXT: xvpickve.d $xr0, $xr0, 1
24 %res = call <4 x i64> @llvm.loongarch.lasx.xvpickve.d(<4 x i64> %va, i32 1)
28 declare <8 x float> @llvm.loongarch.lasx.xvpickve.w.f(<8 x float>, i32)
30 define <8 x float> @lasx_xvpickve_w_f(<8 x float> %va) nounwind {
31 ; CHECK-LABEL: lasx_xvpickve_w_f:
32 ; CHECK: # %bb.0: # %entry
33 ; CHECK-NEXT: xvpickve.w $xr0, $xr0, 1
36 %res = call <8 x float> @llvm.loongarch.lasx.xvpickve.w.f(<8 x float> %va, i32 1)
40 declare <4 x double> @llvm.loongarch.lasx.xvpickve.d.f(<4 x double>, i32)
42 define <4 x double> @lasx_xvpickve_d_f(<4 x double> %va) nounwind {
43 ; CHECK-LABEL: lasx_xvpickve_d_f:
44 ; CHECK: # %bb.0: # %entry
45 ; CHECK-NEXT: xvpickve.d $xr0, $xr0, 1
48 %res = call <4 x double> @llvm.loongarch.lasx.xvpickve.d.f(<4 x double> %va, i32 1)