1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -O0 -mtriple=mipsel-linux-gnu -global-isel -mcpu=mips32r5 -mattr=msa,+fp64 -mattr=nan2008 -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=P5600
4 define void @load_store_v16i8(<16 x i8>* %a, <16 x i8>* %b) {
5 ; P5600-LABEL: load_store_v16i8:
6 ; P5600: # %bb.0: # %entry
7 ; P5600-NEXT: ld.b $w0, 0($5)
8 ; P5600-NEXT: st.b $w0, 0($4)
12 %0 = load <16 x i8>, <16 x i8>* %b, align 16
13 store <16 x i8> %0, <16 x i8>* %a, align 16
17 define void @load_store_v8i16(<8 x i16>* %a, <8 x i16>* %b) {
18 ; P5600-LABEL: load_store_v8i16:
19 ; P5600: # %bb.0: # %entry
20 ; P5600-NEXT: ld.h $w0, 0($5)
21 ; P5600-NEXT: st.h $w0, 0($4)
25 %0 = load <8 x i16>, <8 x i16>* %b, align 16
26 store <8 x i16> %0, <8 x i16>* %a, align 16
30 define void @load_store_v4i32(<4 x i32>* %a, <4 x i32>* %b) {
31 ; P5600-LABEL: load_store_v4i32:
32 ; P5600: # %bb.0: # %entry
33 ; P5600-NEXT: ld.w $w0, 0($5)
34 ; P5600-NEXT: st.w $w0, 0($4)
38 %0 = load <4 x i32>, <4 x i32>* %b, align 16
39 store <4 x i32> %0, <4 x i32>* %a, align 16
43 define void @load_store_v2i64(<2 x i64>* %a, <2 x i64>* %b) {
44 ; P5600-LABEL: load_store_v2i64:
45 ; P5600: # %bb.0: # %entry
46 ; P5600-NEXT: ld.d $w0, 0($5)
47 ; P5600-NEXT: st.d $w0, 0($4)
51 %0 = load <2 x i64>, <2 x i64>* %b, align 16
52 store <2 x i64> %0, <2 x i64>* %a, align 16
56 define void @load_store_v4f32(<4 x float>* %a, <4 x float>* %b) {
57 ; P5600-LABEL: load_store_v4f32:
58 ; P5600: # %bb.0: # %entry
59 ; P5600-NEXT: ld.w $w0, 0($5)
60 ; P5600-NEXT: st.w $w0, 0($4)
64 %0 = load <4 x float>, <4 x float>* %b, align 16
65 store <4 x float> %0, <4 x float>* %a, align 16
69 define void @load_store_v2f64(<2 x double>* %a, <2 x double>* %b) {
70 ; P5600-LABEL: load_store_v2f64:
71 ; P5600: # %bb.0: # %entry
72 ; P5600-NEXT: ld.d $w0, 0($5)
73 ; P5600-NEXT: st.d $w0, 0($4)
77 %0 = load <2 x double>, <2 x double>* %b, align 16
78 store <2 x double> %0, <2 x double>* %a, align 16