Home
last modified time | relevance | path

Searched refs:vst2d (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/MC/VE/
DVST.s102 # CHECK-INST: vst2d %v11, 23, %s12
104 vst2d %v11, 23, %s12 label
106 # CHECK-INST: vst2d.nc %vix, 63, %s22
108 vst2d.nc %vix, 63, %s22
110 # CHECK-INST: vst2d.ot %v63, -64, %s63
112 vst2d.ot %v63, -64, %s63
114 # CHECK-INST: vst2d.nc.ot %v12, %s12, 0
116 vst2d.nc.ot %v12, %s12, 0
118 # CHECK-INST: vst2d %v11, 23, %s12
120 vst2d %v11, 23, %s12, %vm0 label
[all …]
/external/llvm-project/llvm/test/CodeGen/VE/VELIntrinsics/
Dvst.ll762 ; CHECK-NEXT: vst2d %v0, %s1, %s0
765 tail call void @llvm.ve.vl.vst2d.vssl(<256 x double> %3, i64 %1, i8* %0, i32 256)
770 declare void @llvm.ve.vl.vst2d.vssl(<256 x double>, i64, i8*, i32)
779 ; CHECK-NEXT: vst2d %v0, %s1, %s0, %vm1
782 …tail call void @llvm.ve.vl.vst2d.vssml(<256 x double> %3, i64 %1, i8* %0, <256 x i1> undef, i32 25…
787 declare void @llvm.ve.vl.vst2d.vssml(<256 x double>, i64, i8*, <256 x i1>, i32)
796 ; CHECK-NEXT: vst2d %v0, 8, %s0
799 tail call void @llvm.ve.vl.vst2d.vssl(<256 x double> %2, i64 8, i8* %0, i32 256)
810 ; CHECK-NEXT: vst2d %v0, 8, %s0, %vm1
813 …tail call void @llvm.ve.vl.vst2d.vssml(<256 x double> %2, i64 8, i8* %0, <256 x i1> undef, i32 256)
[all …]
/external/llvm-project/llvm/lib/Target/VE/
DVEInstrVec.td181 defm VST2D : VSTm<"vst2d", 0xd1, V64>;