~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/test/CodeGen/ARM/vst4.ll

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
 
2
 
 
3
define void @vst4i8(i8* %A, <8 x i8>* %B) nounwind {
 
4
;CHECK: vst4i8:
 
5
;CHECK: vst4.8
 
6
        %tmp1 = load <8 x i8>* %B
 
7
        call void @llvm.arm.neon.vst4.v8i8(i8* %A, <8 x i8> %tmp1, <8 x i8> %tmp1, <8 x i8> %tmp1, <8 x i8> %tmp1)
 
8
        ret void
 
9
}
 
10
 
 
11
define void @vst4i16(i16* %A, <4 x i16>* %B) nounwind {
 
12
;CHECK: vst4i16:
 
13
;CHECK: vst4.16
 
14
        %tmp1 = load <4 x i16>* %B
 
15
        call void @llvm.arm.neon.vst4.v4i16(i16* %A, <4 x i16> %tmp1, <4 x i16> %tmp1, <4 x i16> %tmp1, <4 x i16> %tmp1)
 
16
        ret void
 
17
}
 
18
 
 
19
define void @vst4i32(i32* %A, <2 x i32>* %B) nounwind {
 
20
;CHECK: vst4i32:
 
21
;CHECK: vst4.32
 
22
        %tmp1 = load <2 x i32>* %B
 
23
        call void @llvm.arm.neon.vst4.v2i32(i32* %A, <2 x i32> %tmp1, <2 x i32> %tmp1, <2 x i32> %tmp1, <2 x i32> %tmp1)
 
24
        ret void
 
25
}
 
26
 
 
27
define void @vst4f(float* %A, <2 x float>* %B) nounwind {
 
28
;CHECK: vst4f:
 
29
;CHECK: vst4.32
 
30
        %tmp1 = load <2 x float>* %B
 
31
        call void @llvm.arm.neon.vst4.v2f32(float* %A, <2 x float> %tmp1, <2 x float> %tmp1, <2 x float> %tmp1, <2 x float> %tmp1)
 
32
        ret void
 
33
}
 
34
 
 
35
define void @vst4i64(i64* %A, <1 x i64>* %B) nounwind {
 
36
;CHECK: vst4i64:
 
37
;CHECK: vst1.64
 
38
        %tmp1 = load <1 x i64>* %B
 
39
        call void @llvm.arm.neon.vst4.v1i64(i64* %A, <1 x i64> %tmp1, <1 x i64> %tmp1, <1 x i64> %tmp1, <1 x i64> %tmp1)
 
40
        ret void
 
41
}
 
42
 
 
43
define void @vst4Qi8(i8* %A, <16 x i8>* %B) nounwind {
 
44
;CHECK: vst4Qi8:
 
45
;CHECK: vst4.8
 
46
;CHECK: vst4.8
 
47
        %tmp1 = load <16 x i8>* %B
 
48
        call void @llvm.arm.neon.vst4.v16i8(i8* %A, <16 x i8> %tmp1, <16 x i8> %tmp1, <16 x i8> %tmp1, <16 x i8> %tmp1)
 
49
        ret void
 
50
}
 
51
 
 
52
define void @vst4Qi16(i16* %A, <8 x i16>* %B) nounwind {
 
53
;CHECK: vst4Qi16:
 
54
;CHECK: vst4.16
 
55
;CHECK: vst4.16
 
56
        %tmp1 = load <8 x i16>* %B
 
57
        call void @llvm.arm.neon.vst4.v8i16(i16* %A, <8 x i16> %tmp1, <8 x i16> %tmp1, <8 x i16> %tmp1, <8 x i16> %tmp1)
 
58
        ret void
 
59
}
 
60
 
 
61
define void @vst4Qi32(i32* %A, <4 x i32>* %B) nounwind {
 
62
;CHECK: vst4Qi32:
 
63
;CHECK: vst4.32
 
64
;CHECK: vst4.32
 
65
        %tmp1 = load <4 x i32>* %B
 
66
        call void @llvm.arm.neon.vst4.v4i32(i32* %A, <4 x i32> %tmp1, <4 x i32> %tmp1, <4 x i32> %tmp1, <4 x i32> %tmp1)
 
67
        ret void
 
68
}
 
69
 
 
70
define void @vst4Qf(float* %A, <4 x float>* %B) nounwind {
 
71
;CHECK: vst4Qf:
 
72
;CHECK: vst4.32
 
73
;CHECK: vst4.32
 
74
        %tmp1 = load <4 x float>* %B
 
75
        call void @llvm.arm.neon.vst4.v4f32(float* %A, <4 x float> %tmp1, <4 x float> %tmp1, <4 x float> %tmp1, <4 x float> %tmp1)
 
76
        ret void
 
77
}
 
78
 
 
79
declare void @llvm.arm.neon.vst4.v8i8(i8*, <8 x i8>, <8 x i8>, <8 x i8>, <8 x i8>) nounwind
 
80
declare void @llvm.arm.neon.vst4.v4i16(i8*, <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16>) nounwind
 
81
declare void @llvm.arm.neon.vst4.v2i32(i8*, <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32>) nounwind
 
82
declare void @llvm.arm.neon.vst4.v2f32(i8*, <2 x float>, <2 x float>, <2 x float>, <2 x float>) nounwind
 
83
declare void @llvm.arm.neon.vst4.v1i64(i8*, <1 x i64>, <1 x i64>, <1 x i64>, <1 x i64>) nounwind
 
84
 
 
85
declare void @llvm.arm.neon.vst4.v16i8(i8*, <16 x i8>, <16 x i8>, <16 x i8>, <16 x i8>) nounwind
 
86
declare void @llvm.arm.neon.vst4.v8i16(i8*, <8 x i16>, <8 x i16>, <8 x i16>, <8 x i16>) nounwind
 
87
declare void @llvm.arm.neon.vst4.v4i32(i8*, <4 x i32>, <4 x i32>, <4 x i32>, <4 x i32>) nounwind
 
88
declare void @llvm.arm.neon.vst4.v4f32(i8*, <4 x float>, <4 x float>, <4 x float>, <4 x float>) nounwind