~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/c++/X86GenRegisterNames.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 X86 {
 
12
  enum {
 
13
    NoRegister,
 
14
    AH,         // 1
 
15
    AL,         // 2
 
16
    AX,         // 3
 
17
    BH,         // 4
 
18
    BL,         // 5
 
19
    BP,         // 6
 
20
    BPL,        // 7
 
21
    BX,         // 8
 
22
    CH,         // 9
 
23
    CL,         // 10
 
24
    CS,         // 11
 
25
    CX,         // 12
 
26
    DH,         // 13
 
27
    DI,         // 14
 
28
    DIL,        // 15
 
29
    DL,         // 16
 
30
    DR0,        // 17
 
31
    DR1,        // 18
 
32
    DR2,        // 19
 
33
    DR3,        // 20
 
34
    DR4,        // 21
 
35
    DR5,        // 22
 
36
    DR6,        // 23
 
37
    DR7,        // 24
 
38
    DS,         // 25
 
39
    DX,         // 26
 
40
    EAX,        // 27
 
41
    EBP,        // 28
 
42
    EBX,        // 29
 
43
    ECR0,       // 30
 
44
    ECR1,       // 31
 
45
    ECR2,       // 32
 
46
    ECR3,       // 33
 
47
    ECR4,       // 34
 
48
    ECR5,       // 35
 
49
    ECR6,       // 36
 
50
    ECR7,       // 37
 
51
    ECX,        // 38
 
52
    EDI,        // 39
 
53
    EDX,        // 40
 
54
    EFLAGS,     // 41
 
55
    EIP,        // 42
 
56
    ES,         // 43
 
57
    ESI,        // 44
 
58
    ESP,        // 45
 
59
    FP0,        // 46
 
60
    FP1,        // 47
 
61
    FP2,        // 48
 
62
    FP3,        // 49
 
63
    FP4,        // 50
 
64
    FP5,        // 51
 
65
    FP6,        // 52
 
66
    FS,         // 53
 
67
    GS,         // 54
 
68
    IP,         // 55
 
69
    MM0,        // 56
 
70
    MM1,        // 57
 
71
    MM2,        // 58
 
72
    MM3,        // 59
 
73
    MM4,        // 60
 
74
    MM5,        // 61
 
75
    MM6,        // 62
 
76
    MM7,        // 63
 
77
    R10,        // 64
 
78
    R10B,       // 65
 
79
    R10D,       // 66
 
80
    R10W,       // 67
 
81
    R11,        // 68
 
82
    R11B,       // 69
 
83
    R11D,       // 70
 
84
    R11W,       // 71
 
85
    R12,        // 72
 
86
    R12B,       // 73
 
87
    R12D,       // 74
 
88
    R12W,       // 75
 
89
    R13,        // 76
 
90
    R13B,       // 77
 
91
    R13D,       // 78
 
92
    R13W,       // 79
 
93
    R14,        // 80
 
94
    R14B,       // 81
 
95
    R14D,       // 82
 
96
    R14W,       // 83
 
97
    R15,        // 84
 
98
    R15B,       // 85
 
99
    R15D,       // 86
 
100
    R15W,       // 87
 
101
    R8,         // 88
 
102
    R8B,        // 89
 
103
    R8D,        // 90
 
104
    R8W,        // 91
 
105
    R9,         // 92
 
106
    R9B,        // 93
 
107
    R9D,        // 94
 
108
    R9W,        // 95
 
109
    RAX,        // 96
 
110
    RBP,        // 97
 
111
    RBX,        // 98
 
112
    RCR0,       // 99
 
113
    RCR1,       // 100
 
114
    RCR2,       // 101
 
115
    RCR3,       // 102
 
116
    RCR4,       // 103
 
117
    RCR5,       // 104
 
118
    RCR6,       // 105
 
119
    RCR7,       // 106
 
120
    RCR8,       // 107
 
121
    RCX,        // 108
 
122
    RDI,        // 109
 
123
    RDX,        // 110
 
124
    RIP,        // 111
 
125
    RSI,        // 112
 
126
    RSP,        // 113
 
127
    SI,         // 114
 
128
    SIL,        // 115
 
129
    SP,         // 116
 
130
    SPL,        // 117
 
131
    SS,         // 118
 
132
    ST0,        // 119
 
133
    ST1,        // 120
 
134
    ST2,        // 121
 
135
    ST3,        // 122
 
136
    ST4,        // 123
 
137
    ST5,        // 124
 
138
    ST6,        // 125
 
139
    ST7,        // 126
 
140
    XMM0,       // 127
 
141
    XMM1,       // 128
 
142
    XMM10,      // 129
 
143
    XMM11,      // 130
 
144
    XMM12,      // 131
 
145
    XMM13,      // 132
 
146
    XMM14,      // 133
 
147
    XMM15,      // 134
 
148
    XMM2,       // 135
 
149
    XMM3,       // 136
 
150
    XMM4,       // 137
 
151
    XMM5,       // 138
 
152
    XMM6,       // 139
 
153
    XMM7,       // 140
 
154
    XMM8,       // 141
 
155
    XMM9,       // 142
 
156
    YMM0,       // 143
 
157
    YMM1,       // 144
 
158
    YMM10,      // 145
 
159
    YMM11,      // 146
 
160
    YMM12,      // 147
 
161
    YMM13,      // 148
 
162
    YMM14,      // 149
 
163
    YMM15,      // 150
 
164
    YMM2,       // 151
 
165
    YMM3,       // 152
 
166
    YMM4,       // 153
 
167
    YMM5,       // 154
 
168
    YMM6,       // 155
 
169
    YMM7,       // 156
 
170
    YMM8,       // 157
 
171
    YMM9,       // 158
 
172
    NUM_TARGET_REGS     // 159
 
173
  };
 
174
}
 
175
} // End llvm namespace