~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/ARMGenRegisterNames.inc

  • 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
//===- TableGen'erated file -------------------------------------*- C++ -*-===//
 
2
//
 
3
// Target Register Enum Values
 
4
//
 
5
// Automatically generated file, do not edit!
 
6
//
 
7
//===----------------------------------------------------------------------===//
 
8
 
 
9
namespace llvm {
 
10
 
 
11
namespace ARM {
 
12
  enum {
 
13
    NoRegister,
 
14
    CPSR,       // 1
 
15
    D0,         // 2
 
16
    D1,         // 3
 
17
    D10,        // 4
 
18
    D11,        // 5
 
19
    D12,        // 6
 
20
    D13,        // 7
 
21
    D14,        // 8
 
22
    D15,        // 9
 
23
    D16,        // 10
 
24
    D17,        // 11
 
25
    D18,        // 12
 
26
    D19,        // 13
 
27
    D2,         // 14
 
28
    D20,        // 15
 
29
    D21,        // 16
 
30
    D22,        // 17
 
31
    D23,        // 18
 
32
    D24,        // 19
 
33
    D25,        // 20
 
34
    D26,        // 21
 
35
    D27,        // 22
 
36
    D28,        // 23
 
37
    D29,        // 24
 
38
    D3,         // 25
 
39
    D30,        // 26
 
40
    D31,        // 27
 
41
    D4,         // 28
 
42
    D5,         // 29
 
43
    D6,         // 30
 
44
    D7,         // 31
 
45
    D8,         // 32
 
46
    D9,         // 33
 
47
    FPSCR,      // 34
 
48
    LR,         // 35
 
49
    PC,         // 36
 
50
    Q0,         // 37
 
51
    Q1,         // 38
 
52
    Q10,        // 39
 
53
    Q11,        // 40
 
54
    Q12,        // 41
 
55
    Q13,        // 42
 
56
    Q14,        // 43
 
57
    Q15,        // 44
 
58
    Q2,         // 45
 
59
    Q3,         // 46
 
60
    Q4,         // 47
 
61
    Q5,         // 48
 
62
    Q6,         // 49
 
63
    Q7,         // 50
 
64
    Q8,         // 51
 
65
    Q9,         // 52
 
66
    R0,         // 53
 
67
    R1,         // 54
 
68
    R10,        // 55
 
69
    R11,        // 56
 
70
    R12,        // 57
 
71
    R2,         // 58
 
72
    R3,         // 59
 
73
    R4,         // 60
 
74
    R5,         // 61
 
75
    R6,         // 62
 
76
    R7,         // 63
 
77
    R8,         // 64
 
78
    R9,         // 65
 
79
    S0,         // 66
 
80
    S1,         // 67
 
81
    S10,        // 68
 
82
    S11,        // 69
 
83
    S12,        // 70
 
84
    S13,        // 71
 
85
    S14,        // 72
 
86
    S15,        // 73
 
87
    S16,        // 74
 
88
    S17,        // 75
 
89
    S18,        // 76
 
90
    S19,        // 77
 
91
    S2,         // 78
 
92
    S20,        // 79
 
93
    S21,        // 80
 
94
    S22,        // 81
 
95
    S23,        // 82
 
96
    S24,        // 83
 
97
    S25,        // 84
 
98
    S26,        // 85
 
99
    S27,        // 86
 
100
    S28,        // 87
 
101
    S29,        // 88
 
102
    S3,         // 89
 
103
    S30,        // 90
 
104
    S31,        // 91
 
105
    S4,         // 92
 
106
    S5,         // 93
 
107
    S6,         // 94
 
108
    S7,         // 95
 
109
    S8,         // 96
 
110
    S9,         // 97
 
111
    SDummy,     // 98
 
112
    SP,         // 99
 
113
    NUM_TARGET_REGS     // 100
 
114
  };
 
115
}
 
116
} // End llvm namespace