xref: /aosp_15_r20/external/capstone/arch/SystemZ/SystemZGenInstrInfo.inc (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1*9a0e4156SSadaf Ebrahimi/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2*9a0e4156SSadaf Ebrahimi|*                                                                            *|
3*9a0e4156SSadaf Ebrahimi|* Target Instruction Enum Values and Descriptors                             *|
4*9a0e4156SSadaf Ebrahimi|*                                                                            *|
5*9a0e4156SSadaf Ebrahimi|* Automatically generated file, do not edit!                                 *|
6*9a0e4156SSadaf Ebrahimi|*                                                                            *|
7*9a0e4156SSadaf Ebrahimi\*===----------------------------------------------------------------------===*/
8*9a0e4156SSadaf Ebrahimi
9*9a0e4156SSadaf Ebrahimi/* Capstone Disassembly Engine */
10*9a0e4156SSadaf Ebrahimi/* By Nguyen Anh Quynh <[email protected]>, 2013-2015 */
11*9a0e4156SSadaf Ebrahimi
12*9a0e4156SSadaf Ebrahimi
13*9a0e4156SSadaf Ebrahimi#ifdef GET_INSTRINFO_ENUM
14*9a0e4156SSadaf Ebrahimi#undef GET_INSTRINFO_ENUM
15*9a0e4156SSadaf Ebrahimi
16*9a0e4156SSadaf Ebrahimienum {
17*9a0e4156SSadaf Ebrahimi    SystemZ_PHI	= 0,
18*9a0e4156SSadaf Ebrahimi    SystemZ_INLINEASM	= 1,
19*9a0e4156SSadaf Ebrahimi    SystemZ_CFI_INSTRUCTION	= 2,
20*9a0e4156SSadaf Ebrahimi    SystemZ_EH_LABEL	= 3,
21*9a0e4156SSadaf Ebrahimi    SystemZ_GC_LABEL	= 4,
22*9a0e4156SSadaf Ebrahimi    SystemZ_ANNOTATION_LABEL	= 5,
23*9a0e4156SSadaf Ebrahimi    SystemZ_KILL	= 6,
24*9a0e4156SSadaf Ebrahimi    SystemZ_EXTRACT_SUBREG	= 7,
25*9a0e4156SSadaf Ebrahimi    SystemZ_INSERT_SUBREG	= 8,
26*9a0e4156SSadaf Ebrahimi    SystemZ_IMPLICIT_DEF	= 9,
27*9a0e4156SSadaf Ebrahimi    SystemZ_SUBREG_TO_REG	= 10,
28*9a0e4156SSadaf Ebrahimi    SystemZ_COPY_TO_REGCLASS	= 11,
29*9a0e4156SSadaf Ebrahimi    SystemZ_DBG_VALUE	= 12,
30*9a0e4156SSadaf Ebrahimi    SystemZ_DBG_LABEL	= 13,
31*9a0e4156SSadaf Ebrahimi    SystemZ_REG_SEQUENCE	= 14,
32*9a0e4156SSadaf Ebrahimi    SystemZ_COPY	= 15,
33*9a0e4156SSadaf Ebrahimi    SystemZ_BUNDLE	= 16,
34*9a0e4156SSadaf Ebrahimi    SystemZ_LIFETIME_START	= 17,
35*9a0e4156SSadaf Ebrahimi    SystemZ_LIFETIME_END	= 18,
36*9a0e4156SSadaf Ebrahimi    SystemZ_STACKMAP	= 19,
37*9a0e4156SSadaf Ebrahimi    SystemZ_FENTRY_CALL	= 20,
38*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHPOINT	= 21,
39*9a0e4156SSadaf Ebrahimi    SystemZ_LOAD_STACK_GUARD	= 22,
40*9a0e4156SSadaf Ebrahimi    SystemZ_STATEPOINT	= 23,
41*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAL_ESCAPE	= 24,
42*9a0e4156SSadaf Ebrahimi    SystemZ_FAULTING_OP	= 25,
43*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_OP	= 26,
44*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_FUNCTION_ENTER	= 27,
45*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_RET	= 28,
46*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_FUNCTION_EXIT	= 29,
47*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_TAIL_CALL	= 30,
48*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_EVENT_CALL	= 31,
49*9a0e4156SSadaf Ebrahimi    SystemZ_PATCHABLE_TYPED_EVENT_CALL	= 32,
50*9a0e4156SSadaf Ebrahimi    SystemZ_ICALL_BRANCH_FUNNEL	= 33,
51*9a0e4156SSadaf Ebrahimi    SystemZ_G_ADD	= 34,
52*9a0e4156SSadaf Ebrahimi    SystemZ_G_SUB	= 35,
53*9a0e4156SSadaf Ebrahimi    SystemZ_G_MUL	= 36,
54*9a0e4156SSadaf Ebrahimi    SystemZ_G_SDIV	= 37,
55*9a0e4156SSadaf Ebrahimi    SystemZ_G_UDIV	= 38,
56*9a0e4156SSadaf Ebrahimi    SystemZ_G_SREM	= 39,
57*9a0e4156SSadaf Ebrahimi    SystemZ_G_UREM	= 40,
58*9a0e4156SSadaf Ebrahimi    SystemZ_G_AND	= 41,
59*9a0e4156SSadaf Ebrahimi    SystemZ_G_OR	= 42,
60*9a0e4156SSadaf Ebrahimi    SystemZ_G_XOR	= 43,
61*9a0e4156SSadaf Ebrahimi    SystemZ_G_IMPLICIT_DEF	= 44,
62*9a0e4156SSadaf Ebrahimi    SystemZ_G_PHI	= 45,
63*9a0e4156SSadaf Ebrahimi    SystemZ_G_FRAME_INDEX	= 46,
64*9a0e4156SSadaf Ebrahimi    SystemZ_G_GLOBAL_VALUE	= 47,
65*9a0e4156SSadaf Ebrahimi    SystemZ_G_EXTRACT	= 48,
66*9a0e4156SSadaf Ebrahimi    SystemZ_G_UNMERGE_VALUES	= 49,
67*9a0e4156SSadaf Ebrahimi    SystemZ_G_INSERT	= 50,
68*9a0e4156SSadaf Ebrahimi    SystemZ_G_MERGE_VALUES	= 51,
69*9a0e4156SSadaf Ebrahimi    SystemZ_G_PTRTOINT	= 52,
70*9a0e4156SSadaf Ebrahimi    SystemZ_G_INTTOPTR	= 53,
71*9a0e4156SSadaf Ebrahimi    SystemZ_G_BITCAST	= 54,
72*9a0e4156SSadaf Ebrahimi    SystemZ_G_LOAD	= 55,
73*9a0e4156SSadaf Ebrahimi    SystemZ_G_SEXTLOAD	= 56,
74*9a0e4156SSadaf Ebrahimi    SystemZ_G_ZEXTLOAD	= 57,
75*9a0e4156SSadaf Ebrahimi    SystemZ_G_STORE	= 58,
76*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMIC_CMPXCHG_WITH_SUCCESS	= 59,
77*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMIC_CMPXCHG	= 60,
78*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_XCHG	= 61,
79*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_ADD	= 62,
80*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_SUB	= 63,
81*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_AND	= 64,
82*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_NAND	= 65,
83*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_OR	= 66,
84*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_XOR	= 67,
85*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_MAX	= 68,
86*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_MIN	= 69,
87*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_UMAX	= 70,
88*9a0e4156SSadaf Ebrahimi    SystemZ_G_ATOMICRMW_UMIN	= 71,
89*9a0e4156SSadaf Ebrahimi    SystemZ_G_BRCOND	= 72,
90*9a0e4156SSadaf Ebrahimi    SystemZ_G_BRINDIRECT	= 73,
91*9a0e4156SSadaf Ebrahimi    SystemZ_G_INTRINSIC	= 74,
92*9a0e4156SSadaf Ebrahimi    SystemZ_G_INTRINSIC_W_SIDE_EFFECTS	= 75,
93*9a0e4156SSadaf Ebrahimi    SystemZ_G_ANYEXT	= 76,
94*9a0e4156SSadaf Ebrahimi    SystemZ_G_TRUNC	= 77,
95*9a0e4156SSadaf Ebrahimi    SystemZ_G_CONSTANT	= 78,
96*9a0e4156SSadaf Ebrahimi    SystemZ_G_FCONSTANT	= 79,
97*9a0e4156SSadaf Ebrahimi    SystemZ_G_VASTART	= 80,
98*9a0e4156SSadaf Ebrahimi    SystemZ_G_VAARG	= 81,
99*9a0e4156SSadaf Ebrahimi    SystemZ_G_SEXT	= 82,
100*9a0e4156SSadaf Ebrahimi    SystemZ_G_ZEXT	= 83,
101*9a0e4156SSadaf Ebrahimi    SystemZ_G_SHL	= 84,
102*9a0e4156SSadaf Ebrahimi    SystemZ_G_LSHR	= 85,
103*9a0e4156SSadaf Ebrahimi    SystemZ_G_ASHR	= 86,
104*9a0e4156SSadaf Ebrahimi    SystemZ_G_ICMP	= 87,
105*9a0e4156SSadaf Ebrahimi    SystemZ_G_FCMP	= 88,
106*9a0e4156SSadaf Ebrahimi    SystemZ_G_SELECT	= 89,
107*9a0e4156SSadaf Ebrahimi    SystemZ_G_UADDE	= 90,
108*9a0e4156SSadaf Ebrahimi    SystemZ_G_USUBE	= 91,
109*9a0e4156SSadaf Ebrahimi    SystemZ_G_SADDO	= 92,
110*9a0e4156SSadaf Ebrahimi    SystemZ_G_SSUBO	= 93,
111*9a0e4156SSadaf Ebrahimi    SystemZ_G_UMULO	= 94,
112*9a0e4156SSadaf Ebrahimi    SystemZ_G_SMULO	= 95,
113*9a0e4156SSadaf Ebrahimi    SystemZ_G_UMULH	= 96,
114*9a0e4156SSadaf Ebrahimi    SystemZ_G_SMULH	= 97,
115*9a0e4156SSadaf Ebrahimi    SystemZ_G_FADD	= 98,
116*9a0e4156SSadaf Ebrahimi    SystemZ_G_FSUB	= 99,
117*9a0e4156SSadaf Ebrahimi    SystemZ_G_FMUL	= 100,
118*9a0e4156SSadaf Ebrahimi    SystemZ_G_FMA	= 101,
119*9a0e4156SSadaf Ebrahimi    SystemZ_G_FDIV	= 102,
120*9a0e4156SSadaf Ebrahimi    SystemZ_G_FREM	= 103,
121*9a0e4156SSadaf Ebrahimi    SystemZ_G_FPOW	= 104,
122*9a0e4156SSadaf Ebrahimi    SystemZ_G_FEXP	= 105,
123*9a0e4156SSadaf Ebrahimi    SystemZ_G_FEXP2	= 106,
124*9a0e4156SSadaf Ebrahimi    SystemZ_G_FLOG	= 107,
125*9a0e4156SSadaf Ebrahimi    SystemZ_G_FLOG2	= 108,
126*9a0e4156SSadaf Ebrahimi    SystemZ_G_FNEG	= 109,
127*9a0e4156SSadaf Ebrahimi    SystemZ_G_FPEXT	= 110,
128*9a0e4156SSadaf Ebrahimi    SystemZ_G_FPTRUNC	= 111,
129*9a0e4156SSadaf Ebrahimi    SystemZ_G_FPTOSI	= 112,
130*9a0e4156SSadaf Ebrahimi    SystemZ_G_FPTOUI	= 113,
131*9a0e4156SSadaf Ebrahimi    SystemZ_G_SITOFP	= 114,
132*9a0e4156SSadaf Ebrahimi    SystemZ_G_UITOFP	= 115,
133*9a0e4156SSadaf Ebrahimi    SystemZ_G_FABS	= 116,
134*9a0e4156SSadaf Ebrahimi    SystemZ_G_GEP	= 117,
135*9a0e4156SSadaf Ebrahimi    SystemZ_G_PTR_MASK	= 118,
136*9a0e4156SSadaf Ebrahimi    SystemZ_G_BR	= 119,
137*9a0e4156SSadaf Ebrahimi    SystemZ_G_INSERT_VECTOR_ELT	= 120,
138*9a0e4156SSadaf Ebrahimi    SystemZ_G_EXTRACT_VECTOR_ELT	= 121,
139*9a0e4156SSadaf Ebrahimi    SystemZ_G_SHUFFLE_VECTOR	= 122,
140*9a0e4156SSadaf Ebrahimi    SystemZ_G_BSWAP	= 123,
141*9a0e4156SSadaf Ebrahimi    SystemZ_G_ADDRSPACE_CAST	= 124,
142*9a0e4156SSadaf Ebrahimi    SystemZ_ADJCALLSTACKDOWN	= 125,
143*9a0e4156SSadaf Ebrahimi    SystemZ_ADJCALLSTACKUP	= 126,
144*9a0e4156SSadaf Ebrahimi    SystemZ_ADJDYNALLOC	= 127,
145*9a0e4156SSadaf Ebrahimi    SystemZ_AEXT128	= 128,
146*9a0e4156SSadaf Ebrahimi    SystemZ_AFIMux	= 129,
147*9a0e4156SSadaf Ebrahimi    SystemZ_AHIMux	= 130,
148*9a0e4156SSadaf Ebrahimi    SystemZ_AHIMuxK	= 131,
149*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_CMP_SWAPW	= 132,
150*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_AFI	= 133,
151*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_AR	= 134,
152*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_MAX	= 135,
153*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_MIN	= 136,
154*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_NILH	= 137,
155*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_NILHi	= 138,
156*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_NR	= 139,
157*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_NRi	= 140,
158*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_OILH	= 141,
159*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_OR	= 142,
160*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_SR	= 143,
161*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_UMAX	= 144,
162*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_UMIN	= 145,
163*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_XILF	= 146,
164*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOADW_XR	= 147,
165*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AFI	= 148,
166*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AGFI	= 149,
167*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AGHI	= 150,
168*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AGR	= 151,
169*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AHI	= 152,
170*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_AR	= 153,
171*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_MAX_32	= 154,
172*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_MAX_64	= 155,
173*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_MIN_32	= 156,
174*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_MIN_64	= 157,
175*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NGR	= 158,
176*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NGRi	= 159,
177*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHF64	= 160,
178*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHF64i	= 161,
179*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHH64	= 162,
180*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHH64i	= 163,
181*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHL64	= 164,
182*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NIHL64i	= 165,
183*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILF	= 166,
184*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILF64	= 167,
185*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILF64i	= 168,
186*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILFi	= 169,
187*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILH	= 170,
188*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILH64	= 171,
189*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILH64i	= 172,
190*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILHi	= 173,
191*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILL	= 174,
192*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILL64	= 175,
193*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILL64i	= 176,
194*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NILLi	= 177,
195*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NR	= 178,
196*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_NRi	= 179,
197*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OGR	= 180,
198*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OIHF64	= 181,
199*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OIHH64	= 182,
200*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OIHL64	= 183,
201*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILF	= 184,
202*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILF64	= 185,
203*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILH	= 186,
204*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILH64	= 187,
205*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILL	= 188,
206*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OILL64	= 189,
207*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_OR	= 190,
208*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_SGR	= 191,
209*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_SR	= 192,
210*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_UMAX_32	= 193,
211*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_UMAX_64	= 194,
212*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_UMIN_32	= 195,
213*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_UMIN_64	= 196,
214*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_XGR	= 197,
215*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_XIHF64	= 198,
216*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_XILF	= 199,
217*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_XILF64	= 200,
218*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_LOAD_XR	= 201,
219*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_SWAPW	= 202,
220*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_SWAP_32	= 203,
221*9a0e4156SSadaf Ebrahimi    SystemZ_ATOMIC_SWAP_64	= 204,
222*9a0e4156SSadaf Ebrahimi    SystemZ_CFIMux	= 205,
223*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBCall	= 206,
224*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBReturn	= 207,
225*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBCall	= 208,
226*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBReturn	= 209,
227*9a0e4156SSadaf Ebrahimi    SystemZ_CHIMux	= 210,
228*9a0e4156SSadaf Ebrahimi    SystemZ_CIBCall	= 211,
229*9a0e4156SSadaf Ebrahimi    SystemZ_CIBReturn	= 212,
230*9a0e4156SSadaf Ebrahimi    SystemZ_CLCLoop	= 213,
231*9a0e4156SSadaf Ebrahimi    SystemZ_CLCSequence	= 214,
232*9a0e4156SSadaf Ebrahimi    SystemZ_CLFIMux	= 215,
233*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBCall	= 216,
234*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBReturn	= 217,
235*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBCall	= 218,
236*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBReturn	= 219,
237*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBCall	= 220,
238*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBReturn	= 221,
239*9a0e4156SSadaf Ebrahimi    SystemZ_CLMux	= 222,
240*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBCall	= 223,
241*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBReturn	= 224,
242*9a0e4156SSadaf Ebrahimi    SystemZ_CLSTLoop	= 225,
243*9a0e4156SSadaf Ebrahimi    SystemZ_CMux	= 226,
244*9a0e4156SSadaf Ebrahimi    SystemZ_CRBCall	= 227,
245*9a0e4156SSadaf Ebrahimi    SystemZ_CRBReturn	= 228,
246*9a0e4156SSadaf Ebrahimi    SystemZ_CallBASR	= 229,
247*9a0e4156SSadaf Ebrahimi    SystemZ_CallBCR	= 230,
248*9a0e4156SSadaf Ebrahimi    SystemZ_CallBR	= 231,
249*9a0e4156SSadaf Ebrahimi    SystemZ_CallBRASL	= 232,
250*9a0e4156SSadaf Ebrahimi    SystemZ_CallBRCL	= 233,
251*9a0e4156SSadaf Ebrahimi    SystemZ_CallJG	= 234,
252*9a0e4156SSadaf Ebrahimi    SystemZ_CondReturn	= 235,
253*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore16	= 236,
254*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore16Inv	= 237,
255*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore16Mux	= 238,
256*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore16MuxInv	= 239,
257*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore32	= 240,
258*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore32Inv	= 241,
259*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore32Mux	= 242,
260*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore32MuxInv	= 243,
261*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore64	= 244,
262*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore64Inv	= 245,
263*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore8	= 246,
264*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore8Inv	= 247,
265*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore8Mux	= 248,
266*9a0e4156SSadaf Ebrahimi    SystemZ_CondStore8MuxInv	= 249,
267*9a0e4156SSadaf Ebrahimi    SystemZ_CondStoreF32	= 250,
268*9a0e4156SSadaf Ebrahimi    SystemZ_CondStoreF32Inv	= 251,
269*9a0e4156SSadaf Ebrahimi    SystemZ_CondStoreF64	= 252,
270*9a0e4156SSadaf Ebrahimi    SystemZ_CondStoreF64Inv	= 253,
271*9a0e4156SSadaf Ebrahimi    SystemZ_CondTrap	= 254,
272*9a0e4156SSadaf Ebrahimi    SystemZ_GOT	= 255,
273*9a0e4156SSadaf Ebrahimi    SystemZ_IIFMux	= 256,
274*9a0e4156SSadaf Ebrahimi    SystemZ_IIHF64	= 257,
275*9a0e4156SSadaf Ebrahimi    SystemZ_IIHH64	= 258,
276*9a0e4156SSadaf Ebrahimi    SystemZ_IIHL64	= 259,
277*9a0e4156SSadaf Ebrahimi    SystemZ_IIHMux	= 260,
278*9a0e4156SSadaf Ebrahimi    SystemZ_IILF64	= 261,
279*9a0e4156SSadaf Ebrahimi    SystemZ_IILH64	= 262,
280*9a0e4156SSadaf Ebrahimi    SystemZ_IILL64	= 263,
281*9a0e4156SSadaf Ebrahimi    SystemZ_IILMux	= 264,
282*9a0e4156SSadaf Ebrahimi    SystemZ_L128	= 265,
283*9a0e4156SSadaf Ebrahimi    SystemZ_LBMux	= 266,
284*9a0e4156SSadaf Ebrahimi    SystemZ_LEFR	= 267,
285*9a0e4156SSadaf Ebrahimi    SystemZ_LFER	= 268,
286*9a0e4156SSadaf Ebrahimi    SystemZ_LHIMux	= 269,
287*9a0e4156SSadaf Ebrahimi    SystemZ_LHMux	= 270,
288*9a0e4156SSadaf Ebrahimi    SystemZ_LLCMux	= 271,
289*9a0e4156SSadaf Ebrahimi    SystemZ_LLCRMux	= 272,
290*9a0e4156SSadaf Ebrahimi    SystemZ_LLHMux	= 273,
291*9a0e4156SSadaf Ebrahimi    SystemZ_LLHRMux	= 274,
292*9a0e4156SSadaf Ebrahimi    SystemZ_LMux	= 275,
293*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIMux	= 276,
294*9a0e4156SSadaf Ebrahimi    SystemZ_LOCMux	= 277,
295*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRMux	= 278,
296*9a0e4156SSadaf Ebrahimi    SystemZ_LRMux	= 279,
297*9a0e4156SSadaf Ebrahimi    SystemZ_LTDBRCompare_VecPseudo	= 280,
298*9a0e4156SSadaf Ebrahimi    SystemZ_LTEBRCompare_VecPseudo	= 281,
299*9a0e4156SSadaf Ebrahimi    SystemZ_LTXBRCompare_VecPseudo	= 282,
300*9a0e4156SSadaf Ebrahimi    SystemZ_LX	= 283,
301*9a0e4156SSadaf Ebrahimi    SystemZ_MVCLoop	= 284,
302*9a0e4156SSadaf Ebrahimi    SystemZ_MVCSequence	= 285,
303*9a0e4156SSadaf Ebrahimi    SystemZ_MVSTLoop	= 286,
304*9a0e4156SSadaf Ebrahimi    SystemZ_MemBarrier	= 287,
305*9a0e4156SSadaf Ebrahimi    SystemZ_NCLoop	= 288,
306*9a0e4156SSadaf Ebrahimi    SystemZ_NCSequence	= 289,
307*9a0e4156SSadaf Ebrahimi    SystemZ_NIFMux	= 290,
308*9a0e4156SSadaf Ebrahimi    SystemZ_NIHF64	= 291,
309*9a0e4156SSadaf Ebrahimi    SystemZ_NIHH64	= 292,
310*9a0e4156SSadaf Ebrahimi    SystemZ_NIHL64	= 293,
311*9a0e4156SSadaf Ebrahimi    SystemZ_NIHMux	= 294,
312*9a0e4156SSadaf Ebrahimi    SystemZ_NILF64	= 295,
313*9a0e4156SSadaf Ebrahimi    SystemZ_NILH64	= 296,
314*9a0e4156SSadaf Ebrahimi    SystemZ_NILL64	= 297,
315*9a0e4156SSadaf Ebrahimi    SystemZ_NILMux	= 298,
316*9a0e4156SSadaf Ebrahimi    SystemZ_OCLoop	= 299,
317*9a0e4156SSadaf Ebrahimi    SystemZ_OCSequence	= 300,
318*9a0e4156SSadaf Ebrahimi    SystemZ_OIFMux	= 301,
319*9a0e4156SSadaf Ebrahimi    SystemZ_OIHF64	= 302,
320*9a0e4156SSadaf Ebrahimi    SystemZ_OIHH64	= 303,
321*9a0e4156SSadaf Ebrahimi    SystemZ_OIHL64	= 304,
322*9a0e4156SSadaf Ebrahimi    SystemZ_OIHMux	= 305,
323*9a0e4156SSadaf Ebrahimi    SystemZ_OILF64	= 306,
324*9a0e4156SSadaf Ebrahimi    SystemZ_OILH64	= 307,
325*9a0e4156SSadaf Ebrahimi    SystemZ_OILL64	= 308,
326*9a0e4156SSadaf Ebrahimi    SystemZ_OILMux	= 309,
327*9a0e4156SSadaf Ebrahimi    SystemZ_PAIR128	= 310,
328*9a0e4156SSadaf Ebrahimi    SystemZ_RISBHH	= 311,
329*9a0e4156SSadaf Ebrahimi    SystemZ_RISBHL	= 312,
330*9a0e4156SSadaf Ebrahimi    SystemZ_RISBLH	= 313,
331*9a0e4156SSadaf Ebrahimi    SystemZ_RISBLL	= 314,
332*9a0e4156SSadaf Ebrahimi    SystemZ_RISBMux	= 315,
333*9a0e4156SSadaf Ebrahimi    SystemZ_Return	= 316,
334*9a0e4156SSadaf Ebrahimi    SystemZ_SRSTLoop	= 317,
335*9a0e4156SSadaf Ebrahimi    SystemZ_ST128	= 318,
336*9a0e4156SSadaf Ebrahimi    SystemZ_STCMux	= 319,
337*9a0e4156SSadaf Ebrahimi    SystemZ_STHMux	= 320,
338*9a0e4156SSadaf Ebrahimi    SystemZ_STMux	= 321,
339*9a0e4156SSadaf Ebrahimi    SystemZ_STOCMux	= 322,
340*9a0e4156SSadaf Ebrahimi    SystemZ_STX	= 323,
341*9a0e4156SSadaf Ebrahimi    SystemZ_Select32	= 324,
342*9a0e4156SSadaf Ebrahimi    SystemZ_Select64	= 325,
343*9a0e4156SSadaf Ebrahimi    SystemZ_SelectF128	= 326,
344*9a0e4156SSadaf Ebrahimi    SystemZ_SelectF32	= 327,
345*9a0e4156SSadaf Ebrahimi    SystemZ_SelectF64	= 328,
346*9a0e4156SSadaf Ebrahimi    SystemZ_SelectVR128	= 329,
347*9a0e4156SSadaf Ebrahimi    SystemZ_SelectVR32	= 330,
348*9a0e4156SSadaf Ebrahimi    SystemZ_SelectVR64	= 331,
349*9a0e4156SSadaf Ebrahimi    SystemZ_Serialize	= 332,
350*9a0e4156SSadaf Ebrahimi    SystemZ_TBEGIN_nofloat	= 333,
351*9a0e4156SSadaf Ebrahimi    SystemZ_TLS_GDCALL	= 334,
352*9a0e4156SSadaf Ebrahimi    SystemZ_TLS_LDCALL	= 335,
353*9a0e4156SSadaf Ebrahimi    SystemZ_TMHH64	= 336,
354*9a0e4156SSadaf Ebrahimi    SystemZ_TMHL64	= 337,
355*9a0e4156SSadaf Ebrahimi    SystemZ_TMHMux	= 338,
356*9a0e4156SSadaf Ebrahimi    SystemZ_TMLH64	= 339,
357*9a0e4156SSadaf Ebrahimi    SystemZ_TMLL64	= 340,
358*9a0e4156SSadaf Ebrahimi    SystemZ_TMLMux	= 341,
359*9a0e4156SSadaf Ebrahimi    SystemZ_Trap	= 342,
360*9a0e4156SSadaf Ebrahimi    SystemZ_VL32	= 343,
361*9a0e4156SSadaf Ebrahimi    SystemZ_VL64	= 344,
362*9a0e4156SSadaf Ebrahimi    SystemZ_VLR32	= 345,
363*9a0e4156SSadaf Ebrahimi    SystemZ_VLR64	= 346,
364*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGP32	= 347,
365*9a0e4156SSadaf Ebrahimi    SystemZ_VST32	= 348,
366*9a0e4156SSadaf Ebrahimi    SystemZ_VST64	= 349,
367*9a0e4156SSadaf Ebrahimi    SystemZ_XCLoop	= 350,
368*9a0e4156SSadaf Ebrahimi    SystemZ_XCSequence	= 351,
369*9a0e4156SSadaf Ebrahimi    SystemZ_XIFMux	= 352,
370*9a0e4156SSadaf Ebrahimi    SystemZ_XIHF64	= 353,
371*9a0e4156SSadaf Ebrahimi    SystemZ_XILF64	= 354,
372*9a0e4156SSadaf Ebrahimi    SystemZ_ZEXT128	= 355,
373*9a0e4156SSadaf Ebrahimi    SystemZ_A	= 356,
374*9a0e4156SSadaf Ebrahimi    SystemZ_AD	= 357,
375*9a0e4156SSadaf Ebrahimi    SystemZ_ADB	= 358,
376*9a0e4156SSadaf Ebrahimi    SystemZ_ADBR	= 359,
377*9a0e4156SSadaf Ebrahimi    SystemZ_ADR	= 360,
378*9a0e4156SSadaf Ebrahimi    SystemZ_ADTR	= 361,
379*9a0e4156SSadaf Ebrahimi    SystemZ_ADTRA	= 362,
380*9a0e4156SSadaf Ebrahimi    SystemZ_AE	= 363,
381*9a0e4156SSadaf Ebrahimi    SystemZ_AEB	= 364,
382*9a0e4156SSadaf Ebrahimi    SystemZ_AEBR	= 365,
383*9a0e4156SSadaf Ebrahimi    SystemZ_AER	= 366,
384*9a0e4156SSadaf Ebrahimi    SystemZ_AFI	= 367,
385*9a0e4156SSadaf Ebrahimi    SystemZ_AG	= 368,
386*9a0e4156SSadaf Ebrahimi    SystemZ_AGF	= 369,
387*9a0e4156SSadaf Ebrahimi    SystemZ_AGFI	= 370,
388*9a0e4156SSadaf Ebrahimi    SystemZ_AGFR	= 371,
389*9a0e4156SSadaf Ebrahimi    SystemZ_AGH	= 372,
390*9a0e4156SSadaf Ebrahimi    SystemZ_AGHI	= 373,
391*9a0e4156SSadaf Ebrahimi    SystemZ_AGHIK	= 374,
392*9a0e4156SSadaf Ebrahimi    SystemZ_AGR	= 375,
393*9a0e4156SSadaf Ebrahimi    SystemZ_AGRK	= 376,
394*9a0e4156SSadaf Ebrahimi    SystemZ_AGSI	= 377,
395*9a0e4156SSadaf Ebrahimi    SystemZ_AH	= 378,
396*9a0e4156SSadaf Ebrahimi    SystemZ_AHHHR	= 379,
397*9a0e4156SSadaf Ebrahimi    SystemZ_AHHLR	= 380,
398*9a0e4156SSadaf Ebrahimi    SystemZ_AHI	= 381,
399*9a0e4156SSadaf Ebrahimi    SystemZ_AHIK	= 382,
400*9a0e4156SSadaf Ebrahimi    SystemZ_AHY	= 383,
401*9a0e4156SSadaf Ebrahimi    SystemZ_AIH	= 384,
402*9a0e4156SSadaf Ebrahimi    SystemZ_AL	= 385,
403*9a0e4156SSadaf Ebrahimi    SystemZ_ALC	= 386,
404*9a0e4156SSadaf Ebrahimi    SystemZ_ALCG	= 387,
405*9a0e4156SSadaf Ebrahimi    SystemZ_ALCGR	= 388,
406*9a0e4156SSadaf Ebrahimi    SystemZ_ALCR	= 389,
407*9a0e4156SSadaf Ebrahimi    SystemZ_ALFI	= 390,
408*9a0e4156SSadaf Ebrahimi    SystemZ_ALG	= 391,
409*9a0e4156SSadaf Ebrahimi    SystemZ_ALGF	= 392,
410*9a0e4156SSadaf Ebrahimi    SystemZ_ALGFI	= 393,
411*9a0e4156SSadaf Ebrahimi    SystemZ_ALGFR	= 394,
412*9a0e4156SSadaf Ebrahimi    SystemZ_ALGHSIK	= 395,
413*9a0e4156SSadaf Ebrahimi    SystemZ_ALGR	= 396,
414*9a0e4156SSadaf Ebrahimi    SystemZ_ALGRK	= 397,
415*9a0e4156SSadaf Ebrahimi    SystemZ_ALGSI	= 398,
416*9a0e4156SSadaf Ebrahimi    SystemZ_ALHHHR	= 399,
417*9a0e4156SSadaf Ebrahimi    SystemZ_ALHHLR	= 400,
418*9a0e4156SSadaf Ebrahimi    SystemZ_ALHSIK	= 401,
419*9a0e4156SSadaf Ebrahimi    SystemZ_ALR	= 402,
420*9a0e4156SSadaf Ebrahimi    SystemZ_ALRK	= 403,
421*9a0e4156SSadaf Ebrahimi    SystemZ_ALSI	= 404,
422*9a0e4156SSadaf Ebrahimi    SystemZ_ALSIH	= 405,
423*9a0e4156SSadaf Ebrahimi    SystemZ_ALSIHN	= 406,
424*9a0e4156SSadaf Ebrahimi    SystemZ_ALY	= 407,
425*9a0e4156SSadaf Ebrahimi    SystemZ_AP	= 408,
426*9a0e4156SSadaf Ebrahimi    SystemZ_AR	= 409,
427*9a0e4156SSadaf Ebrahimi    SystemZ_ARK	= 410,
428*9a0e4156SSadaf Ebrahimi    SystemZ_ASI	= 411,
429*9a0e4156SSadaf Ebrahimi    SystemZ_AU	= 412,
430*9a0e4156SSadaf Ebrahimi    SystemZ_AUR	= 413,
431*9a0e4156SSadaf Ebrahimi    SystemZ_AW	= 414,
432*9a0e4156SSadaf Ebrahimi    SystemZ_AWR	= 415,
433*9a0e4156SSadaf Ebrahimi    SystemZ_AXBR	= 416,
434*9a0e4156SSadaf Ebrahimi    SystemZ_AXR	= 417,
435*9a0e4156SSadaf Ebrahimi    SystemZ_AXTR	= 418,
436*9a0e4156SSadaf Ebrahimi    SystemZ_AXTRA	= 419,
437*9a0e4156SSadaf Ebrahimi    SystemZ_AY	= 420,
438*9a0e4156SSadaf Ebrahimi    SystemZ_B	= 421,
439*9a0e4156SSadaf Ebrahimi    SystemZ_BAKR	= 422,
440*9a0e4156SSadaf Ebrahimi    SystemZ_BAL	= 423,
441*9a0e4156SSadaf Ebrahimi    SystemZ_BALR	= 424,
442*9a0e4156SSadaf Ebrahimi    SystemZ_BAS	= 425,
443*9a0e4156SSadaf Ebrahimi    SystemZ_BASR	= 426,
444*9a0e4156SSadaf Ebrahimi    SystemZ_BASSM	= 427,
445*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmE	= 428,
446*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmH	= 429,
447*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmHE	= 430,
448*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmL	= 431,
449*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmLE	= 432,
450*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmLH	= 433,
451*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmM	= 434,
452*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNE	= 435,
453*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNH	= 436,
454*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNHE	= 437,
455*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNL	= 438,
456*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNLE	= 439,
457*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNLH	= 440,
458*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNM	= 441,
459*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNO	= 442,
460*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNP	= 443,
461*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmNZ	= 444,
462*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmO	= 445,
463*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmP	= 446,
464*9a0e4156SSadaf Ebrahimi    SystemZ_BAsmZ	= 447,
465*9a0e4156SSadaf Ebrahimi    SystemZ_BC	= 448,
466*9a0e4156SSadaf Ebrahimi    SystemZ_BCAsm	= 449,
467*9a0e4156SSadaf Ebrahimi    SystemZ_BCR	= 450,
468*9a0e4156SSadaf Ebrahimi    SystemZ_BCRAsm	= 451,
469*9a0e4156SSadaf Ebrahimi    SystemZ_BCT	= 452,
470*9a0e4156SSadaf Ebrahimi    SystemZ_BCTG	= 453,
471*9a0e4156SSadaf Ebrahimi    SystemZ_BCTGR	= 454,
472*9a0e4156SSadaf Ebrahimi    SystemZ_BCTR	= 455,
473*9a0e4156SSadaf Ebrahimi    SystemZ_BI	= 456,
474*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmE	= 457,
475*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmH	= 458,
476*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmHE	= 459,
477*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmL	= 460,
478*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmLE	= 461,
479*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmLH	= 462,
480*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmM	= 463,
481*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNE	= 464,
482*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNH	= 465,
483*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNHE	= 466,
484*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNL	= 467,
485*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNLE	= 468,
486*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNLH	= 469,
487*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNM	= 470,
488*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNO	= 471,
489*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNP	= 472,
490*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmNZ	= 473,
491*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmO	= 474,
492*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmP	= 475,
493*9a0e4156SSadaf Ebrahimi    SystemZ_BIAsmZ	= 476,
494*9a0e4156SSadaf Ebrahimi    SystemZ_BIC	= 477,
495*9a0e4156SSadaf Ebrahimi    SystemZ_BICAsm	= 478,
496*9a0e4156SSadaf Ebrahimi    SystemZ_BPP	= 479,
497*9a0e4156SSadaf Ebrahimi    SystemZ_BPRP	= 480,
498*9a0e4156SSadaf Ebrahimi    SystemZ_BR	= 481,
499*9a0e4156SSadaf Ebrahimi    SystemZ_BRAS	= 482,
500*9a0e4156SSadaf Ebrahimi    SystemZ_BRASL	= 483,
501*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmE	= 484,
502*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmH	= 485,
503*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmHE	= 486,
504*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmL	= 487,
505*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmLE	= 488,
506*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmLH	= 489,
507*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmM	= 490,
508*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNE	= 491,
509*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNH	= 492,
510*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNHE	= 493,
511*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNL	= 494,
512*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNLE	= 495,
513*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNLH	= 496,
514*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNM	= 497,
515*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNO	= 498,
516*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNP	= 499,
517*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmNZ	= 500,
518*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmO	= 501,
519*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmP	= 502,
520*9a0e4156SSadaf Ebrahimi    SystemZ_BRAsmZ	= 503,
521*9a0e4156SSadaf Ebrahimi    SystemZ_BRC	= 504,
522*9a0e4156SSadaf Ebrahimi    SystemZ_BRCAsm	= 505,
523*9a0e4156SSadaf Ebrahimi    SystemZ_BRCL	= 506,
524*9a0e4156SSadaf Ebrahimi    SystemZ_BRCLAsm	= 507,
525*9a0e4156SSadaf Ebrahimi    SystemZ_BRCT	= 508,
526*9a0e4156SSadaf Ebrahimi    SystemZ_BRCTG	= 509,
527*9a0e4156SSadaf Ebrahimi    SystemZ_BRCTH	= 510,
528*9a0e4156SSadaf Ebrahimi    SystemZ_BRXH	= 511,
529*9a0e4156SSadaf Ebrahimi    SystemZ_BRXHG	= 512,
530*9a0e4156SSadaf Ebrahimi    SystemZ_BRXLE	= 513,
531*9a0e4156SSadaf Ebrahimi    SystemZ_BRXLG	= 514,
532*9a0e4156SSadaf Ebrahimi    SystemZ_BSA	= 515,
533*9a0e4156SSadaf Ebrahimi    SystemZ_BSG	= 516,
534*9a0e4156SSadaf Ebrahimi    SystemZ_BSM	= 517,
535*9a0e4156SSadaf Ebrahimi    SystemZ_BXH	= 518,
536*9a0e4156SSadaf Ebrahimi    SystemZ_BXHG	= 519,
537*9a0e4156SSadaf Ebrahimi    SystemZ_BXLE	= 520,
538*9a0e4156SSadaf Ebrahimi    SystemZ_BXLEG	= 521,
539*9a0e4156SSadaf Ebrahimi    SystemZ_C	= 522,
540*9a0e4156SSadaf Ebrahimi    SystemZ_CD	= 523,
541*9a0e4156SSadaf Ebrahimi    SystemZ_CDB	= 524,
542*9a0e4156SSadaf Ebrahimi    SystemZ_CDBR	= 525,
543*9a0e4156SSadaf Ebrahimi    SystemZ_CDFBR	= 526,
544*9a0e4156SSadaf Ebrahimi    SystemZ_CDFBRA	= 527,
545*9a0e4156SSadaf Ebrahimi    SystemZ_CDFR	= 528,
546*9a0e4156SSadaf Ebrahimi    SystemZ_CDFTR	= 529,
547*9a0e4156SSadaf Ebrahimi    SystemZ_CDGBR	= 530,
548*9a0e4156SSadaf Ebrahimi    SystemZ_CDGBRA	= 531,
549*9a0e4156SSadaf Ebrahimi    SystemZ_CDGR	= 532,
550*9a0e4156SSadaf Ebrahimi    SystemZ_CDGTR	= 533,
551*9a0e4156SSadaf Ebrahimi    SystemZ_CDGTRA	= 534,
552*9a0e4156SSadaf Ebrahimi    SystemZ_CDLFBR	= 535,
553*9a0e4156SSadaf Ebrahimi    SystemZ_CDLFTR	= 536,
554*9a0e4156SSadaf Ebrahimi    SystemZ_CDLGBR	= 537,
555*9a0e4156SSadaf Ebrahimi    SystemZ_CDLGTR	= 538,
556*9a0e4156SSadaf Ebrahimi    SystemZ_CDPT	= 539,
557*9a0e4156SSadaf Ebrahimi    SystemZ_CDR	= 540,
558*9a0e4156SSadaf Ebrahimi    SystemZ_CDS	= 541,
559*9a0e4156SSadaf Ebrahimi    SystemZ_CDSG	= 542,
560*9a0e4156SSadaf Ebrahimi    SystemZ_CDSTR	= 543,
561*9a0e4156SSadaf Ebrahimi    SystemZ_CDSY	= 544,
562*9a0e4156SSadaf Ebrahimi    SystemZ_CDTR	= 545,
563*9a0e4156SSadaf Ebrahimi    SystemZ_CDUTR	= 546,
564*9a0e4156SSadaf Ebrahimi    SystemZ_CDZT	= 547,
565*9a0e4156SSadaf Ebrahimi    SystemZ_CE	= 548,
566*9a0e4156SSadaf Ebrahimi    SystemZ_CEB	= 549,
567*9a0e4156SSadaf Ebrahimi    SystemZ_CEBR	= 550,
568*9a0e4156SSadaf Ebrahimi    SystemZ_CEDTR	= 551,
569*9a0e4156SSadaf Ebrahimi    SystemZ_CEFBR	= 552,
570*9a0e4156SSadaf Ebrahimi    SystemZ_CEFBRA	= 553,
571*9a0e4156SSadaf Ebrahimi    SystemZ_CEFR	= 554,
572*9a0e4156SSadaf Ebrahimi    SystemZ_CEGBR	= 555,
573*9a0e4156SSadaf Ebrahimi    SystemZ_CEGBRA	= 556,
574*9a0e4156SSadaf Ebrahimi    SystemZ_CEGR	= 557,
575*9a0e4156SSadaf Ebrahimi    SystemZ_CELFBR	= 558,
576*9a0e4156SSadaf Ebrahimi    SystemZ_CELGBR	= 559,
577*9a0e4156SSadaf Ebrahimi    SystemZ_CER	= 560,
578*9a0e4156SSadaf Ebrahimi    SystemZ_CEXTR	= 561,
579*9a0e4156SSadaf Ebrahimi    SystemZ_CFC	= 562,
580*9a0e4156SSadaf Ebrahimi    SystemZ_CFDBR	= 563,
581*9a0e4156SSadaf Ebrahimi    SystemZ_CFDBRA	= 564,
582*9a0e4156SSadaf Ebrahimi    SystemZ_CFDR	= 565,
583*9a0e4156SSadaf Ebrahimi    SystemZ_CFDTR	= 566,
584*9a0e4156SSadaf Ebrahimi    SystemZ_CFEBR	= 567,
585*9a0e4156SSadaf Ebrahimi    SystemZ_CFEBRA	= 568,
586*9a0e4156SSadaf Ebrahimi    SystemZ_CFER	= 569,
587*9a0e4156SSadaf Ebrahimi    SystemZ_CFI	= 570,
588*9a0e4156SSadaf Ebrahimi    SystemZ_CFXBR	= 571,
589*9a0e4156SSadaf Ebrahimi    SystemZ_CFXBRA	= 572,
590*9a0e4156SSadaf Ebrahimi    SystemZ_CFXR	= 573,
591*9a0e4156SSadaf Ebrahimi    SystemZ_CFXTR	= 574,
592*9a0e4156SSadaf Ebrahimi    SystemZ_CG	= 575,
593*9a0e4156SSadaf Ebrahimi    SystemZ_CGDBR	= 576,
594*9a0e4156SSadaf Ebrahimi    SystemZ_CGDBRA	= 577,
595*9a0e4156SSadaf Ebrahimi    SystemZ_CGDR	= 578,
596*9a0e4156SSadaf Ebrahimi    SystemZ_CGDTR	= 579,
597*9a0e4156SSadaf Ebrahimi    SystemZ_CGDTRA	= 580,
598*9a0e4156SSadaf Ebrahimi    SystemZ_CGEBR	= 581,
599*9a0e4156SSadaf Ebrahimi    SystemZ_CGEBRA	= 582,
600*9a0e4156SSadaf Ebrahimi    SystemZ_CGER	= 583,
601*9a0e4156SSadaf Ebrahimi    SystemZ_CGF	= 584,
602*9a0e4156SSadaf Ebrahimi    SystemZ_CGFI	= 585,
603*9a0e4156SSadaf Ebrahimi    SystemZ_CGFR	= 586,
604*9a0e4156SSadaf Ebrahimi    SystemZ_CGFRL	= 587,
605*9a0e4156SSadaf Ebrahimi    SystemZ_CGH	= 588,
606*9a0e4156SSadaf Ebrahimi    SystemZ_CGHI	= 589,
607*9a0e4156SSadaf Ebrahimi    SystemZ_CGHRL	= 590,
608*9a0e4156SSadaf Ebrahimi    SystemZ_CGHSI	= 591,
609*9a0e4156SSadaf Ebrahimi    SystemZ_CGIB	= 592,
610*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsm	= 593,
611*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmE	= 594,
612*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmH	= 595,
613*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmHE	= 596,
614*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmL	= 597,
615*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmLE	= 598,
616*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmLH	= 599,
617*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNE	= 600,
618*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNH	= 601,
619*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNHE	= 602,
620*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNL	= 603,
621*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNLE	= 604,
622*9a0e4156SSadaf Ebrahimi    SystemZ_CGIBAsmNLH	= 605,
623*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJ	= 606,
624*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsm	= 607,
625*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmE	= 608,
626*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmH	= 609,
627*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmHE	= 610,
628*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmL	= 611,
629*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmLE	= 612,
630*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmLH	= 613,
631*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNE	= 614,
632*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNH	= 615,
633*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNHE	= 616,
634*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNL	= 617,
635*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNLE	= 618,
636*9a0e4156SSadaf Ebrahimi    SystemZ_CGIJAsmNLH	= 619,
637*9a0e4156SSadaf Ebrahimi    SystemZ_CGIT	= 620,
638*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsm	= 621,
639*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmE	= 622,
640*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmH	= 623,
641*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmHE	= 624,
642*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmL	= 625,
643*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmLE	= 626,
644*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmLH	= 627,
645*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNE	= 628,
646*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNH	= 629,
647*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNHE	= 630,
648*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNL	= 631,
649*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNLE	= 632,
650*9a0e4156SSadaf Ebrahimi    SystemZ_CGITAsmNLH	= 633,
651*9a0e4156SSadaf Ebrahimi    SystemZ_CGR	= 634,
652*9a0e4156SSadaf Ebrahimi    SystemZ_CGRB	= 635,
653*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsm	= 636,
654*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmE	= 637,
655*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmH	= 638,
656*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmHE	= 639,
657*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmL	= 640,
658*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmLE	= 641,
659*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmLH	= 642,
660*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNE	= 643,
661*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNH	= 644,
662*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNHE	= 645,
663*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNL	= 646,
664*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNLE	= 647,
665*9a0e4156SSadaf Ebrahimi    SystemZ_CGRBAsmNLH	= 648,
666*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJ	= 649,
667*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsm	= 650,
668*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmE	= 651,
669*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmH	= 652,
670*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmHE	= 653,
671*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmL	= 654,
672*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmLE	= 655,
673*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmLH	= 656,
674*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNE	= 657,
675*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNH	= 658,
676*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNHE	= 659,
677*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNL	= 660,
678*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNLE	= 661,
679*9a0e4156SSadaf Ebrahimi    SystemZ_CGRJAsmNLH	= 662,
680*9a0e4156SSadaf Ebrahimi    SystemZ_CGRL	= 663,
681*9a0e4156SSadaf Ebrahimi    SystemZ_CGRT	= 664,
682*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsm	= 665,
683*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmE	= 666,
684*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmH	= 667,
685*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmHE	= 668,
686*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmL	= 669,
687*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmLE	= 670,
688*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmLH	= 671,
689*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNE	= 672,
690*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNH	= 673,
691*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNHE	= 674,
692*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNL	= 675,
693*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNLE	= 676,
694*9a0e4156SSadaf Ebrahimi    SystemZ_CGRTAsmNLH	= 677,
695*9a0e4156SSadaf Ebrahimi    SystemZ_CGXBR	= 678,
696*9a0e4156SSadaf Ebrahimi    SystemZ_CGXBRA	= 679,
697*9a0e4156SSadaf Ebrahimi    SystemZ_CGXR	= 680,
698*9a0e4156SSadaf Ebrahimi    SystemZ_CGXTR	= 681,
699*9a0e4156SSadaf Ebrahimi    SystemZ_CGXTRA	= 682,
700*9a0e4156SSadaf Ebrahimi    SystemZ_CH	= 683,
701*9a0e4156SSadaf Ebrahimi    SystemZ_CHF	= 684,
702*9a0e4156SSadaf Ebrahimi    SystemZ_CHHR	= 685,
703*9a0e4156SSadaf Ebrahimi    SystemZ_CHHSI	= 686,
704*9a0e4156SSadaf Ebrahimi    SystemZ_CHI	= 687,
705*9a0e4156SSadaf Ebrahimi    SystemZ_CHLR	= 688,
706*9a0e4156SSadaf Ebrahimi    SystemZ_CHRL	= 689,
707*9a0e4156SSadaf Ebrahimi    SystemZ_CHSI	= 690,
708*9a0e4156SSadaf Ebrahimi    SystemZ_CHY	= 691,
709*9a0e4156SSadaf Ebrahimi    SystemZ_CIB	= 692,
710*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsm	= 693,
711*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmE	= 694,
712*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmH	= 695,
713*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmHE	= 696,
714*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmL	= 697,
715*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmLE	= 698,
716*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmLH	= 699,
717*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNE	= 700,
718*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNH	= 701,
719*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNHE	= 702,
720*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNL	= 703,
721*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNLE	= 704,
722*9a0e4156SSadaf Ebrahimi    SystemZ_CIBAsmNLH	= 705,
723*9a0e4156SSadaf Ebrahimi    SystemZ_CIH	= 706,
724*9a0e4156SSadaf Ebrahimi    SystemZ_CIJ	= 707,
725*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsm	= 708,
726*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmE	= 709,
727*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmH	= 710,
728*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmHE	= 711,
729*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmL	= 712,
730*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmLE	= 713,
731*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmLH	= 714,
732*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNE	= 715,
733*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNH	= 716,
734*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNHE	= 717,
735*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNL	= 718,
736*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNLE	= 719,
737*9a0e4156SSadaf Ebrahimi    SystemZ_CIJAsmNLH	= 720,
738*9a0e4156SSadaf Ebrahimi    SystemZ_CIT	= 721,
739*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsm	= 722,
740*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmE	= 723,
741*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmH	= 724,
742*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmHE	= 725,
743*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmL	= 726,
744*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmLE	= 727,
745*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmLH	= 728,
746*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNE	= 729,
747*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNH	= 730,
748*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNHE	= 731,
749*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNL	= 732,
750*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNLE	= 733,
751*9a0e4156SSadaf Ebrahimi    SystemZ_CITAsmNLH	= 734,
752*9a0e4156SSadaf Ebrahimi    SystemZ_CKSM	= 735,
753*9a0e4156SSadaf Ebrahimi    SystemZ_CL	= 736,
754*9a0e4156SSadaf Ebrahimi    SystemZ_CLC	= 737,
755*9a0e4156SSadaf Ebrahimi    SystemZ_CLCL	= 738,
756*9a0e4156SSadaf Ebrahimi    SystemZ_CLCLE	= 739,
757*9a0e4156SSadaf Ebrahimi    SystemZ_CLCLU	= 740,
758*9a0e4156SSadaf Ebrahimi    SystemZ_CLFDBR	= 741,
759*9a0e4156SSadaf Ebrahimi    SystemZ_CLFDTR	= 742,
760*9a0e4156SSadaf Ebrahimi    SystemZ_CLFEBR	= 743,
761*9a0e4156SSadaf Ebrahimi    SystemZ_CLFHSI	= 744,
762*9a0e4156SSadaf Ebrahimi    SystemZ_CLFI	= 745,
763*9a0e4156SSadaf Ebrahimi    SystemZ_CLFIT	= 746,
764*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsm	= 747,
765*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmE	= 748,
766*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmH	= 749,
767*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmHE	= 750,
768*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmL	= 751,
769*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmLE	= 752,
770*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmLH	= 753,
771*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNE	= 754,
772*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNH	= 755,
773*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNHE	= 756,
774*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNL	= 757,
775*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNLE	= 758,
776*9a0e4156SSadaf Ebrahimi    SystemZ_CLFITAsmNLH	= 759,
777*9a0e4156SSadaf Ebrahimi    SystemZ_CLFXBR	= 760,
778*9a0e4156SSadaf Ebrahimi    SystemZ_CLFXTR	= 761,
779*9a0e4156SSadaf Ebrahimi    SystemZ_CLG	= 762,
780*9a0e4156SSadaf Ebrahimi    SystemZ_CLGDBR	= 763,
781*9a0e4156SSadaf Ebrahimi    SystemZ_CLGDTR	= 764,
782*9a0e4156SSadaf Ebrahimi    SystemZ_CLGEBR	= 765,
783*9a0e4156SSadaf Ebrahimi    SystemZ_CLGF	= 766,
784*9a0e4156SSadaf Ebrahimi    SystemZ_CLGFI	= 767,
785*9a0e4156SSadaf Ebrahimi    SystemZ_CLGFR	= 768,
786*9a0e4156SSadaf Ebrahimi    SystemZ_CLGFRL	= 769,
787*9a0e4156SSadaf Ebrahimi    SystemZ_CLGHRL	= 770,
788*9a0e4156SSadaf Ebrahimi    SystemZ_CLGHSI	= 771,
789*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIB	= 772,
790*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsm	= 773,
791*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmE	= 774,
792*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmH	= 775,
793*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmHE	= 776,
794*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmL	= 777,
795*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmLE	= 778,
796*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmLH	= 779,
797*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNE	= 780,
798*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNH	= 781,
799*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNHE	= 782,
800*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNL	= 783,
801*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNLE	= 784,
802*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIBAsmNLH	= 785,
803*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJ	= 786,
804*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsm	= 787,
805*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmE	= 788,
806*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmH	= 789,
807*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmHE	= 790,
808*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmL	= 791,
809*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmLE	= 792,
810*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmLH	= 793,
811*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNE	= 794,
812*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNH	= 795,
813*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNHE	= 796,
814*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNL	= 797,
815*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNLE	= 798,
816*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIJAsmNLH	= 799,
817*9a0e4156SSadaf Ebrahimi    SystemZ_CLGIT	= 800,
818*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsm	= 801,
819*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmE	= 802,
820*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmH	= 803,
821*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmHE	= 804,
822*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmL	= 805,
823*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmLE	= 806,
824*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmLH	= 807,
825*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNE	= 808,
826*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNH	= 809,
827*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNHE	= 810,
828*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNL	= 811,
829*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNLE	= 812,
830*9a0e4156SSadaf Ebrahimi    SystemZ_CLGITAsmNLH	= 813,
831*9a0e4156SSadaf Ebrahimi    SystemZ_CLGR	= 814,
832*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRB	= 815,
833*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsm	= 816,
834*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmE	= 817,
835*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmH	= 818,
836*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmHE	= 819,
837*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmL	= 820,
838*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmLE	= 821,
839*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmLH	= 822,
840*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNE	= 823,
841*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNH	= 824,
842*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNHE	= 825,
843*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNL	= 826,
844*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNLE	= 827,
845*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRBAsmNLH	= 828,
846*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJ	= 829,
847*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsm	= 830,
848*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmE	= 831,
849*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmH	= 832,
850*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmHE	= 833,
851*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmL	= 834,
852*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmLE	= 835,
853*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmLH	= 836,
854*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNE	= 837,
855*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNH	= 838,
856*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNHE	= 839,
857*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNL	= 840,
858*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNLE	= 841,
859*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRJAsmNLH	= 842,
860*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRL	= 843,
861*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRT	= 844,
862*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsm	= 845,
863*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmE	= 846,
864*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmH	= 847,
865*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmHE	= 848,
866*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmL	= 849,
867*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmLE	= 850,
868*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmLH	= 851,
869*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNE	= 852,
870*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNH	= 853,
871*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNHE	= 854,
872*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNL	= 855,
873*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNLE	= 856,
874*9a0e4156SSadaf Ebrahimi    SystemZ_CLGRTAsmNLH	= 857,
875*9a0e4156SSadaf Ebrahimi    SystemZ_CLGT	= 858,
876*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsm	= 859,
877*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmE	= 860,
878*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmH	= 861,
879*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmHE	= 862,
880*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmL	= 863,
881*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmLE	= 864,
882*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmLH	= 865,
883*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNE	= 866,
884*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNH	= 867,
885*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNHE	= 868,
886*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNL	= 869,
887*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNLE	= 870,
888*9a0e4156SSadaf Ebrahimi    SystemZ_CLGTAsmNLH	= 871,
889*9a0e4156SSadaf Ebrahimi    SystemZ_CLGXBR	= 872,
890*9a0e4156SSadaf Ebrahimi    SystemZ_CLGXTR	= 873,
891*9a0e4156SSadaf Ebrahimi    SystemZ_CLHF	= 874,
892*9a0e4156SSadaf Ebrahimi    SystemZ_CLHHR	= 875,
893*9a0e4156SSadaf Ebrahimi    SystemZ_CLHHSI	= 876,
894*9a0e4156SSadaf Ebrahimi    SystemZ_CLHLR	= 877,
895*9a0e4156SSadaf Ebrahimi    SystemZ_CLHRL	= 878,
896*9a0e4156SSadaf Ebrahimi    SystemZ_CLI	= 879,
897*9a0e4156SSadaf Ebrahimi    SystemZ_CLIB	= 880,
898*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsm	= 881,
899*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmE	= 882,
900*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmH	= 883,
901*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmHE	= 884,
902*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmL	= 885,
903*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmLE	= 886,
904*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmLH	= 887,
905*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNE	= 888,
906*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNH	= 889,
907*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNHE	= 890,
908*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNL	= 891,
909*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNLE	= 892,
910*9a0e4156SSadaf Ebrahimi    SystemZ_CLIBAsmNLH	= 893,
911*9a0e4156SSadaf Ebrahimi    SystemZ_CLIH	= 894,
912*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJ	= 895,
913*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsm	= 896,
914*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmE	= 897,
915*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmH	= 898,
916*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmHE	= 899,
917*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmL	= 900,
918*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmLE	= 901,
919*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmLH	= 902,
920*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNE	= 903,
921*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNH	= 904,
922*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNHE	= 905,
923*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNL	= 906,
924*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNLE	= 907,
925*9a0e4156SSadaf Ebrahimi    SystemZ_CLIJAsmNLH	= 908,
926*9a0e4156SSadaf Ebrahimi    SystemZ_CLIY	= 909,
927*9a0e4156SSadaf Ebrahimi    SystemZ_CLM	= 910,
928*9a0e4156SSadaf Ebrahimi    SystemZ_CLMH	= 911,
929*9a0e4156SSadaf Ebrahimi    SystemZ_CLMY	= 912,
930*9a0e4156SSadaf Ebrahimi    SystemZ_CLR	= 913,
931*9a0e4156SSadaf Ebrahimi    SystemZ_CLRB	= 914,
932*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsm	= 915,
933*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmE	= 916,
934*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmH	= 917,
935*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmHE	= 918,
936*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmL	= 919,
937*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmLE	= 920,
938*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmLH	= 921,
939*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNE	= 922,
940*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNH	= 923,
941*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNHE	= 924,
942*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNL	= 925,
943*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNLE	= 926,
944*9a0e4156SSadaf Ebrahimi    SystemZ_CLRBAsmNLH	= 927,
945*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJ	= 928,
946*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsm	= 929,
947*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmE	= 930,
948*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmH	= 931,
949*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmHE	= 932,
950*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmL	= 933,
951*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmLE	= 934,
952*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmLH	= 935,
953*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNE	= 936,
954*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNH	= 937,
955*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNHE	= 938,
956*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNL	= 939,
957*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNLE	= 940,
958*9a0e4156SSadaf Ebrahimi    SystemZ_CLRJAsmNLH	= 941,
959*9a0e4156SSadaf Ebrahimi    SystemZ_CLRL	= 942,
960*9a0e4156SSadaf Ebrahimi    SystemZ_CLRT	= 943,
961*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsm	= 944,
962*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmE	= 945,
963*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmH	= 946,
964*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmHE	= 947,
965*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmL	= 948,
966*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmLE	= 949,
967*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmLH	= 950,
968*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNE	= 951,
969*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNH	= 952,
970*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNHE	= 953,
971*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNL	= 954,
972*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNLE	= 955,
973*9a0e4156SSadaf Ebrahimi    SystemZ_CLRTAsmNLH	= 956,
974*9a0e4156SSadaf Ebrahimi    SystemZ_CLST	= 957,
975*9a0e4156SSadaf Ebrahimi    SystemZ_CLT	= 958,
976*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsm	= 959,
977*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmE	= 960,
978*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmH	= 961,
979*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmHE	= 962,
980*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmL	= 963,
981*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmLE	= 964,
982*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmLH	= 965,
983*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNE	= 966,
984*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNH	= 967,
985*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNHE	= 968,
986*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNL	= 969,
987*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNLE	= 970,
988*9a0e4156SSadaf Ebrahimi    SystemZ_CLTAsmNLH	= 971,
989*9a0e4156SSadaf Ebrahimi    SystemZ_CLY	= 972,
990*9a0e4156SSadaf Ebrahimi    SystemZ_CMPSC	= 973,
991*9a0e4156SSadaf Ebrahimi    SystemZ_CP	= 974,
992*9a0e4156SSadaf Ebrahimi    SystemZ_CPDT	= 975,
993*9a0e4156SSadaf Ebrahimi    SystemZ_CPSDRdd	= 976,
994*9a0e4156SSadaf Ebrahimi    SystemZ_CPSDRds	= 977,
995*9a0e4156SSadaf Ebrahimi    SystemZ_CPSDRsd	= 978,
996*9a0e4156SSadaf Ebrahimi    SystemZ_CPSDRss	= 979,
997*9a0e4156SSadaf Ebrahimi    SystemZ_CPXT	= 980,
998*9a0e4156SSadaf Ebrahimi    SystemZ_CPYA	= 981,
999*9a0e4156SSadaf Ebrahimi    SystemZ_CR	= 982,
1000*9a0e4156SSadaf Ebrahimi    SystemZ_CRB	= 983,
1001*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsm	= 984,
1002*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmE	= 985,
1003*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmH	= 986,
1004*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmHE	= 987,
1005*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmL	= 988,
1006*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmLE	= 989,
1007*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmLH	= 990,
1008*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNE	= 991,
1009*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNH	= 992,
1010*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNHE	= 993,
1011*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNL	= 994,
1012*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNLE	= 995,
1013*9a0e4156SSadaf Ebrahimi    SystemZ_CRBAsmNLH	= 996,
1014*9a0e4156SSadaf Ebrahimi    SystemZ_CRDTE	= 997,
1015*9a0e4156SSadaf Ebrahimi    SystemZ_CRDTEOpt	= 998,
1016*9a0e4156SSadaf Ebrahimi    SystemZ_CRJ	= 999,
1017*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsm	= 1000,
1018*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmE	= 1001,
1019*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmH	= 1002,
1020*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmHE	= 1003,
1021*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmL	= 1004,
1022*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmLE	= 1005,
1023*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmLH	= 1006,
1024*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNE	= 1007,
1025*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNH	= 1008,
1026*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNHE	= 1009,
1027*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNL	= 1010,
1028*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNLE	= 1011,
1029*9a0e4156SSadaf Ebrahimi    SystemZ_CRJAsmNLH	= 1012,
1030*9a0e4156SSadaf Ebrahimi    SystemZ_CRL	= 1013,
1031*9a0e4156SSadaf Ebrahimi    SystemZ_CRT	= 1014,
1032*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsm	= 1015,
1033*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmE	= 1016,
1034*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmH	= 1017,
1035*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmHE	= 1018,
1036*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmL	= 1019,
1037*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmLE	= 1020,
1038*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmLH	= 1021,
1039*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNE	= 1022,
1040*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNH	= 1023,
1041*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNHE	= 1024,
1042*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNL	= 1025,
1043*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNLE	= 1026,
1044*9a0e4156SSadaf Ebrahimi    SystemZ_CRTAsmNLH	= 1027,
1045*9a0e4156SSadaf Ebrahimi    SystemZ_CS	= 1028,
1046*9a0e4156SSadaf Ebrahimi    SystemZ_CSCH	= 1029,
1047*9a0e4156SSadaf Ebrahimi    SystemZ_CSDTR	= 1030,
1048*9a0e4156SSadaf Ebrahimi    SystemZ_CSG	= 1031,
1049*9a0e4156SSadaf Ebrahimi    SystemZ_CSP	= 1032,
1050*9a0e4156SSadaf Ebrahimi    SystemZ_CSPG	= 1033,
1051*9a0e4156SSadaf Ebrahimi    SystemZ_CSST	= 1034,
1052*9a0e4156SSadaf Ebrahimi    SystemZ_CSXTR	= 1035,
1053*9a0e4156SSadaf Ebrahimi    SystemZ_CSY	= 1036,
1054*9a0e4156SSadaf Ebrahimi    SystemZ_CU12	= 1037,
1055*9a0e4156SSadaf Ebrahimi    SystemZ_CU12Opt	= 1038,
1056*9a0e4156SSadaf Ebrahimi    SystemZ_CU14	= 1039,
1057*9a0e4156SSadaf Ebrahimi    SystemZ_CU14Opt	= 1040,
1058*9a0e4156SSadaf Ebrahimi    SystemZ_CU21	= 1041,
1059*9a0e4156SSadaf Ebrahimi    SystemZ_CU21Opt	= 1042,
1060*9a0e4156SSadaf Ebrahimi    SystemZ_CU24	= 1043,
1061*9a0e4156SSadaf Ebrahimi    SystemZ_CU24Opt	= 1044,
1062*9a0e4156SSadaf Ebrahimi    SystemZ_CU41	= 1045,
1063*9a0e4156SSadaf Ebrahimi    SystemZ_CU42	= 1046,
1064*9a0e4156SSadaf Ebrahimi    SystemZ_CUDTR	= 1047,
1065*9a0e4156SSadaf Ebrahimi    SystemZ_CUSE	= 1048,
1066*9a0e4156SSadaf Ebrahimi    SystemZ_CUTFU	= 1049,
1067*9a0e4156SSadaf Ebrahimi    SystemZ_CUTFUOpt	= 1050,
1068*9a0e4156SSadaf Ebrahimi    SystemZ_CUUTF	= 1051,
1069*9a0e4156SSadaf Ebrahimi    SystemZ_CUUTFOpt	= 1052,
1070*9a0e4156SSadaf Ebrahimi    SystemZ_CUXTR	= 1053,
1071*9a0e4156SSadaf Ebrahimi    SystemZ_CVB	= 1054,
1072*9a0e4156SSadaf Ebrahimi    SystemZ_CVBG	= 1055,
1073*9a0e4156SSadaf Ebrahimi    SystemZ_CVBY	= 1056,
1074*9a0e4156SSadaf Ebrahimi    SystemZ_CVD	= 1057,
1075*9a0e4156SSadaf Ebrahimi    SystemZ_CVDG	= 1058,
1076*9a0e4156SSadaf Ebrahimi    SystemZ_CVDY	= 1059,
1077*9a0e4156SSadaf Ebrahimi    SystemZ_CXBR	= 1060,
1078*9a0e4156SSadaf Ebrahimi    SystemZ_CXFBR	= 1061,
1079*9a0e4156SSadaf Ebrahimi    SystemZ_CXFBRA	= 1062,
1080*9a0e4156SSadaf Ebrahimi    SystemZ_CXFR	= 1063,
1081*9a0e4156SSadaf Ebrahimi    SystemZ_CXFTR	= 1064,
1082*9a0e4156SSadaf Ebrahimi    SystemZ_CXGBR	= 1065,
1083*9a0e4156SSadaf Ebrahimi    SystemZ_CXGBRA	= 1066,
1084*9a0e4156SSadaf Ebrahimi    SystemZ_CXGR	= 1067,
1085*9a0e4156SSadaf Ebrahimi    SystemZ_CXGTR	= 1068,
1086*9a0e4156SSadaf Ebrahimi    SystemZ_CXGTRA	= 1069,
1087*9a0e4156SSadaf Ebrahimi    SystemZ_CXLFBR	= 1070,
1088*9a0e4156SSadaf Ebrahimi    SystemZ_CXLFTR	= 1071,
1089*9a0e4156SSadaf Ebrahimi    SystemZ_CXLGBR	= 1072,
1090*9a0e4156SSadaf Ebrahimi    SystemZ_CXLGTR	= 1073,
1091*9a0e4156SSadaf Ebrahimi    SystemZ_CXPT	= 1074,
1092*9a0e4156SSadaf Ebrahimi    SystemZ_CXR	= 1075,
1093*9a0e4156SSadaf Ebrahimi    SystemZ_CXSTR	= 1076,
1094*9a0e4156SSadaf Ebrahimi    SystemZ_CXTR	= 1077,
1095*9a0e4156SSadaf Ebrahimi    SystemZ_CXUTR	= 1078,
1096*9a0e4156SSadaf Ebrahimi    SystemZ_CXZT	= 1079,
1097*9a0e4156SSadaf Ebrahimi    SystemZ_CY	= 1080,
1098*9a0e4156SSadaf Ebrahimi    SystemZ_CZDT	= 1081,
1099*9a0e4156SSadaf Ebrahimi    SystemZ_CZXT	= 1082,
1100*9a0e4156SSadaf Ebrahimi    SystemZ_D	= 1083,
1101*9a0e4156SSadaf Ebrahimi    SystemZ_DD	= 1084,
1102*9a0e4156SSadaf Ebrahimi    SystemZ_DDB	= 1085,
1103*9a0e4156SSadaf Ebrahimi    SystemZ_DDBR	= 1086,
1104*9a0e4156SSadaf Ebrahimi    SystemZ_DDR	= 1087,
1105*9a0e4156SSadaf Ebrahimi    SystemZ_DDTR	= 1088,
1106*9a0e4156SSadaf Ebrahimi    SystemZ_DDTRA	= 1089,
1107*9a0e4156SSadaf Ebrahimi    SystemZ_DE	= 1090,
1108*9a0e4156SSadaf Ebrahimi    SystemZ_DEB	= 1091,
1109*9a0e4156SSadaf Ebrahimi    SystemZ_DEBR	= 1092,
1110*9a0e4156SSadaf Ebrahimi    SystemZ_DER	= 1093,
1111*9a0e4156SSadaf Ebrahimi    SystemZ_DIAG	= 1094,
1112*9a0e4156SSadaf Ebrahimi    SystemZ_DIDBR	= 1095,
1113*9a0e4156SSadaf Ebrahimi    SystemZ_DIEBR	= 1096,
1114*9a0e4156SSadaf Ebrahimi    SystemZ_DL	= 1097,
1115*9a0e4156SSadaf Ebrahimi    SystemZ_DLG	= 1098,
1116*9a0e4156SSadaf Ebrahimi    SystemZ_DLGR	= 1099,
1117*9a0e4156SSadaf Ebrahimi    SystemZ_DLR	= 1100,
1118*9a0e4156SSadaf Ebrahimi    SystemZ_DP	= 1101,
1119*9a0e4156SSadaf Ebrahimi    SystemZ_DR	= 1102,
1120*9a0e4156SSadaf Ebrahimi    SystemZ_DSG	= 1103,
1121*9a0e4156SSadaf Ebrahimi    SystemZ_DSGF	= 1104,
1122*9a0e4156SSadaf Ebrahimi    SystemZ_DSGFR	= 1105,
1123*9a0e4156SSadaf Ebrahimi    SystemZ_DSGR	= 1106,
1124*9a0e4156SSadaf Ebrahimi    SystemZ_DXBR	= 1107,
1125*9a0e4156SSadaf Ebrahimi    SystemZ_DXR	= 1108,
1126*9a0e4156SSadaf Ebrahimi    SystemZ_DXTR	= 1109,
1127*9a0e4156SSadaf Ebrahimi    SystemZ_DXTRA	= 1110,
1128*9a0e4156SSadaf Ebrahimi    SystemZ_EAR	= 1111,
1129*9a0e4156SSadaf Ebrahimi    SystemZ_ECAG	= 1112,
1130*9a0e4156SSadaf Ebrahimi    SystemZ_ECCTR	= 1113,
1131*9a0e4156SSadaf Ebrahimi    SystemZ_ECPGA	= 1114,
1132*9a0e4156SSadaf Ebrahimi    SystemZ_ECTG	= 1115,
1133*9a0e4156SSadaf Ebrahimi    SystemZ_ED	= 1116,
1134*9a0e4156SSadaf Ebrahimi    SystemZ_EDMK	= 1117,
1135*9a0e4156SSadaf Ebrahimi    SystemZ_EEDTR	= 1118,
1136*9a0e4156SSadaf Ebrahimi    SystemZ_EEXTR	= 1119,
1137*9a0e4156SSadaf Ebrahimi    SystemZ_EFPC	= 1120,
1138*9a0e4156SSadaf Ebrahimi    SystemZ_EPAIR	= 1121,
1139*9a0e4156SSadaf Ebrahimi    SystemZ_EPAR	= 1122,
1140*9a0e4156SSadaf Ebrahimi    SystemZ_EPCTR	= 1123,
1141*9a0e4156SSadaf Ebrahimi    SystemZ_EPSW	= 1124,
1142*9a0e4156SSadaf Ebrahimi    SystemZ_EREG	= 1125,
1143*9a0e4156SSadaf Ebrahimi    SystemZ_EREGG	= 1126,
1144*9a0e4156SSadaf Ebrahimi    SystemZ_ESAIR	= 1127,
1145*9a0e4156SSadaf Ebrahimi    SystemZ_ESAR	= 1128,
1146*9a0e4156SSadaf Ebrahimi    SystemZ_ESDTR	= 1129,
1147*9a0e4156SSadaf Ebrahimi    SystemZ_ESEA	= 1130,
1148*9a0e4156SSadaf Ebrahimi    SystemZ_ESTA	= 1131,
1149*9a0e4156SSadaf Ebrahimi    SystemZ_ESXTR	= 1132,
1150*9a0e4156SSadaf Ebrahimi    SystemZ_ETND	= 1133,
1151*9a0e4156SSadaf Ebrahimi    SystemZ_EX	= 1134,
1152*9a0e4156SSadaf Ebrahimi    SystemZ_EXRL	= 1135,
1153*9a0e4156SSadaf Ebrahimi    SystemZ_FIDBR	= 1136,
1154*9a0e4156SSadaf Ebrahimi    SystemZ_FIDBRA	= 1137,
1155*9a0e4156SSadaf Ebrahimi    SystemZ_FIDR	= 1138,
1156*9a0e4156SSadaf Ebrahimi    SystemZ_FIDTR	= 1139,
1157*9a0e4156SSadaf Ebrahimi    SystemZ_FIEBR	= 1140,
1158*9a0e4156SSadaf Ebrahimi    SystemZ_FIEBRA	= 1141,
1159*9a0e4156SSadaf Ebrahimi    SystemZ_FIER	= 1142,
1160*9a0e4156SSadaf Ebrahimi    SystemZ_FIXBR	= 1143,
1161*9a0e4156SSadaf Ebrahimi    SystemZ_FIXBRA	= 1144,
1162*9a0e4156SSadaf Ebrahimi    SystemZ_FIXR	= 1145,
1163*9a0e4156SSadaf Ebrahimi    SystemZ_FIXTR	= 1146,
1164*9a0e4156SSadaf Ebrahimi    SystemZ_FLOGR	= 1147,
1165*9a0e4156SSadaf Ebrahimi    SystemZ_HDR	= 1148,
1166*9a0e4156SSadaf Ebrahimi    SystemZ_HER	= 1149,
1167*9a0e4156SSadaf Ebrahimi    SystemZ_HSCH	= 1150,
1168*9a0e4156SSadaf Ebrahimi    SystemZ_IAC	= 1151,
1169*9a0e4156SSadaf Ebrahimi    SystemZ_IC	= 1152,
1170*9a0e4156SSadaf Ebrahimi    SystemZ_IC32	= 1153,
1171*9a0e4156SSadaf Ebrahimi    SystemZ_IC32Y	= 1154,
1172*9a0e4156SSadaf Ebrahimi    SystemZ_ICM	= 1155,
1173*9a0e4156SSadaf Ebrahimi    SystemZ_ICMH	= 1156,
1174*9a0e4156SSadaf Ebrahimi    SystemZ_ICMY	= 1157,
1175*9a0e4156SSadaf Ebrahimi    SystemZ_ICY	= 1158,
1176*9a0e4156SSadaf Ebrahimi    SystemZ_IDTE	= 1159,
1177*9a0e4156SSadaf Ebrahimi    SystemZ_IDTEOpt	= 1160,
1178*9a0e4156SSadaf Ebrahimi    SystemZ_IEDTR	= 1161,
1179*9a0e4156SSadaf Ebrahimi    SystemZ_IEXTR	= 1162,
1180*9a0e4156SSadaf Ebrahimi    SystemZ_IIHF	= 1163,
1181*9a0e4156SSadaf Ebrahimi    SystemZ_IIHH	= 1164,
1182*9a0e4156SSadaf Ebrahimi    SystemZ_IIHL	= 1165,
1183*9a0e4156SSadaf Ebrahimi    SystemZ_IILF	= 1166,
1184*9a0e4156SSadaf Ebrahimi    SystemZ_IILH	= 1167,
1185*9a0e4156SSadaf Ebrahimi    SystemZ_IILL	= 1168,
1186*9a0e4156SSadaf Ebrahimi    SystemZ_IPK	= 1169,
1187*9a0e4156SSadaf Ebrahimi    SystemZ_IPM	= 1170,
1188*9a0e4156SSadaf Ebrahimi    SystemZ_IPTE	= 1171,
1189*9a0e4156SSadaf Ebrahimi    SystemZ_IPTEOpt	= 1172,
1190*9a0e4156SSadaf Ebrahimi    SystemZ_IPTEOptOpt	= 1173,
1191*9a0e4156SSadaf Ebrahimi    SystemZ_IRBM	= 1174,
1192*9a0e4156SSadaf Ebrahimi    SystemZ_ISKE	= 1175,
1193*9a0e4156SSadaf Ebrahimi    SystemZ_IVSK	= 1176,
1194*9a0e4156SSadaf Ebrahimi    SystemZ_InsnE	= 1177,
1195*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRI	= 1178,
1196*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRIE	= 1179,
1197*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRIL	= 1180,
1198*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRILU	= 1181,
1199*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRIS	= 1182,
1200*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRR	= 1183,
1201*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRRE	= 1184,
1202*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRRF	= 1185,
1203*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRRS	= 1186,
1204*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRS	= 1187,
1205*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRSE	= 1188,
1206*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRSI	= 1189,
1207*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRSY	= 1190,
1208*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRX	= 1191,
1209*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRXE	= 1192,
1210*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRXF	= 1193,
1211*9a0e4156SSadaf Ebrahimi    SystemZ_InsnRXY	= 1194,
1212*9a0e4156SSadaf Ebrahimi    SystemZ_InsnS	= 1195,
1213*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSI	= 1196,
1214*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSIL	= 1197,
1215*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSIY	= 1198,
1216*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSS	= 1199,
1217*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSSE	= 1200,
1218*9a0e4156SSadaf Ebrahimi    SystemZ_InsnSSF	= 1201,
1219*9a0e4156SSadaf Ebrahimi    SystemZ_J	= 1202,
1220*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmE	= 1203,
1221*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmH	= 1204,
1222*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmHE	= 1205,
1223*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmL	= 1206,
1224*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmLE	= 1207,
1225*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmLH	= 1208,
1226*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmM	= 1209,
1227*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNE	= 1210,
1228*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNH	= 1211,
1229*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNHE	= 1212,
1230*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNL	= 1213,
1231*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNLE	= 1214,
1232*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNLH	= 1215,
1233*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNM	= 1216,
1234*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNO	= 1217,
1235*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNP	= 1218,
1236*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmNZ	= 1219,
1237*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmO	= 1220,
1238*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmP	= 1221,
1239*9a0e4156SSadaf Ebrahimi    SystemZ_JAsmZ	= 1222,
1240*9a0e4156SSadaf Ebrahimi    SystemZ_JG	= 1223,
1241*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmE	= 1224,
1242*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmH	= 1225,
1243*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmHE	= 1226,
1244*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmL	= 1227,
1245*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmLE	= 1228,
1246*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmLH	= 1229,
1247*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmM	= 1230,
1248*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNE	= 1231,
1249*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNH	= 1232,
1250*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNHE	= 1233,
1251*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNL	= 1234,
1252*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNLE	= 1235,
1253*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNLH	= 1236,
1254*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNM	= 1237,
1255*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNO	= 1238,
1256*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNP	= 1239,
1257*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmNZ	= 1240,
1258*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmO	= 1241,
1259*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmP	= 1242,
1260*9a0e4156SSadaf Ebrahimi    SystemZ_JGAsmZ	= 1243,
1261*9a0e4156SSadaf Ebrahimi    SystemZ_KDB	= 1244,
1262*9a0e4156SSadaf Ebrahimi    SystemZ_KDBR	= 1245,
1263*9a0e4156SSadaf Ebrahimi    SystemZ_KDTR	= 1246,
1264*9a0e4156SSadaf Ebrahimi    SystemZ_KEB	= 1247,
1265*9a0e4156SSadaf Ebrahimi    SystemZ_KEBR	= 1248,
1266*9a0e4156SSadaf Ebrahimi    SystemZ_KIMD	= 1249,
1267*9a0e4156SSadaf Ebrahimi    SystemZ_KLMD	= 1250,
1268*9a0e4156SSadaf Ebrahimi    SystemZ_KM	= 1251,
1269*9a0e4156SSadaf Ebrahimi    SystemZ_KMA	= 1252,
1270*9a0e4156SSadaf Ebrahimi    SystemZ_KMAC	= 1253,
1271*9a0e4156SSadaf Ebrahimi    SystemZ_KMC	= 1254,
1272*9a0e4156SSadaf Ebrahimi    SystemZ_KMCTR	= 1255,
1273*9a0e4156SSadaf Ebrahimi    SystemZ_KMF	= 1256,
1274*9a0e4156SSadaf Ebrahimi    SystemZ_KMO	= 1257,
1275*9a0e4156SSadaf Ebrahimi    SystemZ_KXBR	= 1258,
1276*9a0e4156SSadaf Ebrahimi    SystemZ_KXTR	= 1259,
1277*9a0e4156SSadaf Ebrahimi    SystemZ_L	= 1260,
1278*9a0e4156SSadaf Ebrahimi    SystemZ_LA	= 1261,
1279*9a0e4156SSadaf Ebrahimi    SystemZ_LAA	= 1262,
1280*9a0e4156SSadaf Ebrahimi    SystemZ_LAAG	= 1263,
1281*9a0e4156SSadaf Ebrahimi    SystemZ_LAAL	= 1264,
1282*9a0e4156SSadaf Ebrahimi    SystemZ_LAALG	= 1265,
1283*9a0e4156SSadaf Ebrahimi    SystemZ_LAE	= 1266,
1284*9a0e4156SSadaf Ebrahimi    SystemZ_LAEY	= 1267,
1285*9a0e4156SSadaf Ebrahimi    SystemZ_LAM	= 1268,
1286*9a0e4156SSadaf Ebrahimi    SystemZ_LAMY	= 1269,
1287*9a0e4156SSadaf Ebrahimi    SystemZ_LAN	= 1270,
1288*9a0e4156SSadaf Ebrahimi    SystemZ_LANG	= 1271,
1289*9a0e4156SSadaf Ebrahimi    SystemZ_LAO	= 1272,
1290*9a0e4156SSadaf Ebrahimi    SystemZ_LAOG	= 1273,
1291*9a0e4156SSadaf Ebrahimi    SystemZ_LARL	= 1274,
1292*9a0e4156SSadaf Ebrahimi    SystemZ_LASP	= 1275,
1293*9a0e4156SSadaf Ebrahimi    SystemZ_LAT	= 1276,
1294*9a0e4156SSadaf Ebrahimi    SystemZ_LAX	= 1277,
1295*9a0e4156SSadaf Ebrahimi    SystemZ_LAXG	= 1278,
1296*9a0e4156SSadaf Ebrahimi    SystemZ_LAY	= 1279,
1297*9a0e4156SSadaf Ebrahimi    SystemZ_LB	= 1280,
1298*9a0e4156SSadaf Ebrahimi    SystemZ_LBH	= 1281,
1299*9a0e4156SSadaf Ebrahimi    SystemZ_LBR	= 1282,
1300*9a0e4156SSadaf Ebrahimi    SystemZ_LCBB	= 1283,
1301*9a0e4156SSadaf Ebrahimi    SystemZ_LCCTL	= 1284,
1302*9a0e4156SSadaf Ebrahimi    SystemZ_LCDBR	= 1285,
1303*9a0e4156SSadaf Ebrahimi    SystemZ_LCDFR	= 1286,
1304*9a0e4156SSadaf Ebrahimi    SystemZ_LCDFR_32	= 1287,
1305*9a0e4156SSadaf Ebrahimi    SystemZ_LCDR	= 1288,
1306*9a0e4156SSadaf Ebrahimi    SystemZ_LCEBR	= 1289,
1307*9a0e4156SSadaf Ebrahimi    SystemZ_LCER	= 1290,
1308*9a0e4156SSadaf Ebrahimi    SystemZ_LCGFR	= 1291,
1309*9a0e4156SSadaf Ebrahimi    SystemZ_LCGR	= 1292,
1310*9a0e4156SSadaf Ebrahimi    SystemZ_LCR	= 1293,
1311*9a0e4156SSadaf Ebrahimi    SystemZ_LCTL	= 1294,
1312*9a0e4156SSadaf Ebrahimi    SystemZ_LCTLG	= 1295,
1313*9a0e4156SSadaf Ebrahimi    SystemZ_LCXBR	= 1296,
1314*9a0e4156SSadaf Ebrahimi    SystemZ_LCXR	= 1297,
1315*9a0e4156SSadaf Ebrahimi    SystemZ_LD	= 1298,
1316*9a0e4156SSadaf Ebrahimi    SystemZ_LDE	= 1299,
1317*9a0e4156SSadaf Ebrahimi    SystemZ_LDE32	= 1300,
1318*9a0e4156SSadaf Ebrahimi    SystemZ_LDEB	= 1301,
1319*9a0e4156SSadaf Ebrahimi    SystemZ_LDEBR	= 1302,
1320*9a0e4156SSadaf Ebrahimi    SystemZ_LDER	= 1303,
1321*9a0e4156SSadaf Ebrahimi    SystemZ_LDETR	= 1304,
1322*9a0e4156SSadaf Ebrahimi    SystemZ_LDGR	= 1305,
1323*9a0e4156SSadaf Ebrahimi    SystemZ_LDR	= 1306,
1324*9a0e4156SSadaf Ebrahimi    SystemZ_LDR32	= 1307,
1325*9a0e4156SSadaf Ebrahimi    SystemZ_LDXBR	= 1308,
1326*9a0e4156SSadaf Ebrahimi    SystemZ_LDXBRA	= 1309,
1327*9a0e4156SSadaf Ebrahimi    SystemZ_LDXR	= 1310,
1328*9a0e4156SSadaf Ebrahimi    SystemZ_LDXTR	= 1311,
1329*9a0e4156SSadaf Ebrahimi    SystemZ_LDY	= 1312,
1330*9a0e4156SSadaf Ebrahimi    SystemZ_LE	= 1313,
1331*9a0e4156SSadaf Ebrahimi    SystemZ_LEDBR	= 1314,
1332*9a0e4156SSadaf Ebrahimi    SystemZ_LEDBRA	= 1315,
1333*9a0e4156SSadaf Ebrahimi    SystemZ_LEDR	= 1316,
1334*9a0e4156SSadaf Ebrahimi    SystemZ_LEDTR	= 1317,
1335*9a0e4156SSadaf Ebrahimi    SystemZ_LER	= 1318,
1336*9a0e4156SSadaf Ebrahimi    SystemZ_LEXBR	= 1319,
1337*9a0e4156SSadaf Ebrahimi    SystemZ_LEXBRA	= 1320,
1338*9a0e4156SSadaf Ebrahimi    SystemZ_LEXR	= 1321,
1339*9a0e4156SSadaf Ebrahimi    SystemZ_LEY	= 1322,
1340*9a0e4156SSadaf Ebrahimi    SystemZ_LFAS	= 1323,
1341*9a0e4156SSadaf Ebrahimi    SystemZ_LFH	= 1324,
1342*9a0e4156SSadaf Ebrahimi    SystemZ_LFHAT	= 1325,
1343*9a0e4156SSadaf Ebrahimi    SystemZ_LFPC	= 1326,
1344*9a0e4156SSadaf Ebrahimi    SystemZ_LG	= 1327,
1345*9a0e4156SSadaf Ebrahimi    SystemZ_LGAT	= 1328,
1346*9a0e4156SSadaf Ebrahimi    SystemZ_LGB	= 1329,
1347*9a0e4156SSadaf Ebrahimi    SystemZ_LGBR	= 1330,
1348*9a0e4156SSadaf Ebrahimi    SystemZ_LGDR	= 1331,
1349*9a0e4156SSadaf Ebrahimi    SystemZ_LGF	= 1332,
1350*9a0e4156SSadaf Ebrahimi    SystemZ_LGFI	= 1333,
1351*9a0e4156SSadaf Ebrahimi    SystemZ_LGFR	= 1334,
1352*9a0e4156SSadaf Ebrahimi    SystemZ_LGFRL	= 1335,
1353*9a0e4156SSadaf Ebrahimi    SystemZ_LGG	= 1336,
1354*9a0e4156SSadaf Ebrahimi    SystemZ_LGH	= 1337,
1355*9a0e4156SSadaf Ebrahimi    SystemZ_LGHI	= 1338,
1356*9a0e4156SSadaf Ebrahimi    SystemZ_LGHR	= 1339,
1357*9a0e4156SSadaf Ebrahimi    SystemZ_LGHRL	= 1340,
1358*9a0e4156SSadaf Ebrahimi    SystemZ_LGR	= 1341,
1359*9a0e4156SSadaf Ebrahimi    SystemZ_LGRL	= 1342,
1360*9a0e4156SSadaf Ebrahimi    SystemZ_LGSC	= 1343,
1361*9a0e4156SSadaf Ebrahimi    SystemZ_LH	= 1344,
1362*9a0e4156SSadaf Ebrahimi    SystemZ_LHH	= 1345,
1363*9a0e4156SSadaf Ebrahimi    SystemZ_LHI	= 1346,
1364*9a0e4156SSadaf Ebrahimi    SystemZ_LHR	= 1347,
1365*9a0e4156SSadaf Ebrahimi    SystemZ_LHRL	= 1348,
1366*9a0e4156SSadaf Ebrahimi    SystemZ_LHY	= 1349,
1367*9a0e4156SSadaf Ebrahimi    SystemZ_LLC	= 1350,
1368*9a0e4156SSadaf Ebrahimi    SystemZ_LLCH	= 1351,
1369*9a0e4156SSadaf Ebrahimi    SystemZ_LLCR	= 1352,
1370*9a0e4156SSadaf Ebrahimi    SystemZ_LLGC	= 1353,
1371*9a0e4156SSadaf Ebrahimi    SystemZ_LLGCR	= 1354,
1372*9a0e4156SSadaf Ebrahimi    SystemZ_LLGF	= 1355,
1373*9a0e4156SSadaf Ebrahimi    SystemZ_LLGFAT	= 1356,
1374*9a0e4156SSadaf Ebrahimi    SystemZ_LLGFR	= 1357,
1375*9a0e4156SSadaf Ebrahimi    SystemZ_LLGFRL	= 1358,
1376*9a0e4156SSadaf Ebrahimi    SystemZ_LLGFSG	= 1359,
1377*9a0e4156SSadaf Ebrahimi    SystemZ_LLGH	= 1360,
1378*9a0e4156SSadaf Ebrahimi    SystemZ_LLGHR	= 1361,
1379*9a0e4156SSadaf Ebrahimi    SystemZ_LLGHRL	= 1362,
1380*9a0e4156SSadaf Ebrahimi    SystemZ_LLGT	= 1363,
1381*9a0e4156SSadaf Ebrahimi    SystemZ_LLGTAT	= 1364,
1382*9a0e4156SSadaf Ebrahimi    SystemZ_LLGTR	= 1365,
1383*9a0e4156SSadaf Ebrahimi    SystemZ_LLH	= 1366,
1384*9a0e4156SSadaf Ebrahimi    SystemZ_LLHH	= 1367,
1385*9a0e4156SSadaf Ebrahimi    SystemZ_LLHR	= 1368,
1386*9a0e4156SSadaf Ebrahimi    SystemZ_LLHRL	= 1369,
1387*9a0e4156SSadaf Ebrahimi    SystemZ_LLIHF	= 1370,
1388*9a0e4156SSadaf Ebrahimi    SystemZ_LLIHH	= 1371,
1389*9a0e4156SSadaf Ebrahimi    SystemZ_LLIHL	= 1372,
1390*9a0e4156SSadaf Ebrahimi    SystemZ_LLILF	= 1373,
1391*9a0e4156SSadaf Ebrahimi    SystemZ_LLILH	= 1374,
1392*9a0e4156SSadaf Ebrahimi    SystemZ_LLILL	= 1375,
1393*9a0e4156SSadaf Ebrahimi    SystemZ_LLZRGF	= 1376,
1394*9a0e4156SSadaf Ebrahimi    SystemZ_LM	= 1377,
1395*9a0e4156SSadaf Ebrahimi    SystemZ_LMD	= 1378,
1396*9a0e4156SSadaf Ebrahimi    SystemZ_LMG	= 1379,
1397*9a0e4156SSadaf Ebrahimi    SystemZ_LMH	= 1380,
1398*9a0e4156SSadaf Ebrahimi    SystemZ_LMY	= 1381,
1399*9a0e4156SSadaf Ebrahimi    SystemZ_LNDBR	= 1382,
1400*9a0e4156SSadaf Ebrahimi    SystemZ_LNDFR	= 1383,
1401*9a0e4156SSadaf Ebrahimi    SystemZ_LNDFR_32	= 1384,
1402*9a0e4156SSadaf Ebrahimi    SystemZ_LNDR	= 1385,
1403*9a0e4156SSadaf Ebrahimi    SystemZ_LNEBR	= 1386,
1404*9a0e4156SSadaf Ebrahimi    SystemZ_LNER	= 1387,
1405*9a0e4156SSadaf Ebrahimi    SystemZ_LNGFR	= 1388,
1406*9a0e4156SSadaf Ebrahimi    SystemZ_LNGR	= 1389,
1407*9a0e4156SSadaf Ebrahimi    SystemZ_LNR	= 1390,
1408*9a0e4156SSadaf Ebrahimi    SystemZ_LNXBR	= 1391,
1409*9a0e4156SSadaf Ebrahimi    SystemZ_LNXR	= 1392,
1410*9a0e4156SSadaf Ebrahimi    SystemZ_LOC	= 1393,
1411*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsm	= 1394,
1412*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmE	= 1395,
1413*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmH	= 1396,
1414*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmHE	= 1397,
1415*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmL	= 1398,
1416*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmLE	= 1399,
1417*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmLH	= 1400,
1418*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmM	= 1401,
1419*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNE	= 1402,
1420*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNH	= 1403,
1421*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNHE	= 1404,
1422*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNL	= 1405,
1423*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNLE	= 1406,
1424*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNLH	= 1407,
1425*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNM	= 1408,
1426*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNO	= 1409,
1427*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNP	= 1410,
1428*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmNZ	= 1411,
1429*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmO	= 1412,
1430*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmP	= 1413,
1431*9a0e4156SSadaf Ebrahimi    SystemZ_LOCAsmZ	= 1414,
1432*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFH	= 1415,
1433*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsm	= 1416,
1434*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmE	= 1417,
1435*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmH	= 1418,
1436*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmHE	= 1419,
1437*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmL	= 1420,
1438*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmLE	= 1421,
1439*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmLH	= 1422,
1440*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmM	= 1423,
1441*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNE	= 1424,
1442*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNH	= 1425,
1443*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNHE	= 1426,
1444*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNL	= 1427,
1445*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNLE	= 1428,
1446*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNLH	= 1429,
1447*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNM	= 1430,
1448*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNO	= 1431,
1449*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNP	= 1432,
1450*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmNZ	= 1433,
1451*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmO	= 1434,
1452*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmP	= 1435,
1453*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHAsmZ	= 1436,
1454*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHR	= 1437,
1455*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsm	= 1438,
1456*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmE	= 1439,
1457*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmH	= 1440,
1458*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmHE	= 1441,
1459*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmL	= 1442,
1460*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmLE	= 1443,
1461*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmLH	= 1444,
1462*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmM	= 1445,
1463*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNE	= 1446,
1464*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNH	= 1447,
1465*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNHE	= 1448,
1466*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNL	= 1449,
1467*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNLE	= 1450,
1468*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNLH	= 1451,
1469*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNM	= 1452,
1470*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNO	= 1453,
1471*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNP	= 1454,
1472*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmNZ	= 1455,
1473*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmO	= 1456,
1474*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmP	= 1457,
1475*9a0e4156SSadaf Ebrahimi    SystemZ_LOCFHRAsmZ	= 1458,
1476*9a0e4156SSadaf Ebrahimi    SystemZ_LOCG	= 1459,
1477*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsm	= 1460,
1478*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmE	= 1461,
1479*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmH	= 1462,
1480*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmHE	= 1463,
1481*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmL	= 1464,
1482*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmLE	= 1465,
1483*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmLH	= 1466,
1484*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmM	= 1467,
1485*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNE	= 1468,
1486*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNH	= 1469,
1487*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNHE	= 1470,
1488*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNL	= 1471,
1489*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNLE	= 1472,
1490*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNLH	= 1473,
1491*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNM	= 1474,
1492*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNO	= 1475,
1493*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNP	= 1476,
1494*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmNZ	= 1477,
1495*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmO	= 1478,
1496*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmP	= 1479,
1497*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGAsmZ	= 1480,
1498*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHI	= 1481,
1499*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsm	= 1482,
1500*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmE	= 1483,
1501*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmH	= 1484,
1502*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmHE	= 1485,
1503*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmL	= 1486,
1504*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmLE	= 1487,
1505*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmLH	= 1488,
1506*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmM	= 1489,
1507*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNE	= 1490,
1508*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNH	= 1491,
1509*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNHE	= 1492,
1510*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNL	= 1493,
1511*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNLE	= 1494,
1512*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNLH	= 1495,
1513*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNM	= 1496,
1514*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNO	= 1497,
1515*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNP	= 1498,
1516*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmNZ	= 1499,
1517*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmO	= 1500,
1518*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmP	= 1501,
1519*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGHIAsmZ	= 1502,
1520*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGR	= 1503,
1521*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsm	= 1504,
1522*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmE	= 1505,
1523*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmH	= 1506,
1524*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmHE	= 1507,
1525*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmL	= 1508,
1526*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmLE	= 1509,
1527*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmLH	= 1510,
1528*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmM	= 1511,
1529*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNE	= 1512,
1530*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNH	= 1513,
1531*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNHE	= 1514,
1532*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNL	= 1515,
1533*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNLE	= 1516,
1534*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNLH	= 1517,
1535*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNM	= 1518,
1536*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNO	= 1519,
1537*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNP	= 1520,
1538*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmNZ	= 1521,
1539*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmO	= 1522,
1540*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmP	= 1523,
1541*9a0e4156SSadaf Ebrahimi    SystemZ_LOCGRAsmZ	= 1524,
1542*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHI	= 1525,
1543*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsm	= 1526,
1544*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmE	= 1527,
1545*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmH	= 1528,
1546*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmHE	= 1529,
1547*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmL	= 1530,
1548*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmLE	= 1531,
1549*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmLH	= 1532,
1550*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmM	= 1533,
1551*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNE	= 1534,
1552*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNH	= 1535,
1553*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNHE	= 1536,
1554*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNL	= 1537,
1555*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNLE	= 1538,
1556*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNLH	= 1539,
1557*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNM	= 1540,
1558*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNO	= 1541,
1559*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNP	= 1542,
1560*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmNZ	= 1543,
1561*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmO	= 1544,
1562*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmP	= 1545,
1563*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHHIAsmZ	= 1546,
1564*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHI	= 1547,
1565*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsm	= 1548,
1566*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmE	= 1549,
1567*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmH	= 1550,
1568*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmHE	= 1551,
1569*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmL	= 1552,
1570*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmLE	= 1553,
1571*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmLH	= 1554,
1572*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmM	= 1555,
1573*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNE	= 1556,
1574*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNH	= 1557,
1575*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNHE	= 1558,
1576*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNL	= 1559,
1577*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNLE	= 1560,
1578*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNLH	= 1561,
1579*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNM	= 1562,
1580*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNO	= 1563,
1581*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNP	= 1564,
1582*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmNZ	= 1565,
1583*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmO	= 1566,
1584*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmP	= 1567,
1585*9a0e4156SSadaf Ebrahimi    SystemZ_LOCHIAsmZ	= 1568,
1586*9a0e4156SSadaf Ebrahimi    SystemZ_LOCR	= 1569,
1587*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsm	= 1570,
1588*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmE	= 1571,
1589*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmH	= 1572,
1590*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmHE	= 1573,
1591*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmL	= 1574,
1592*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmLE	= 1575,
1593*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmLH	= 1576,
1594*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmM	= 1577,
1595*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNE	= 1578,
1596*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNH	= 1579,
1597*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNHE	= 1580,
1598*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNL	= 1581,
1599*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNLE	= 1582,
1600*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNLH	= 1583,
1601*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNM	= 1584,
1602*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNO	= 1585,
1603*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNP	= 1586,
1604*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmNZ	= 1587,
1605*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmO	= 1588,
1606*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmP	= 1589,
1607*9a0e4156SSadaf Ebrahimi    SystemZ_LOCRAsmZ	= 1590,
1608*9a0e4156SSadaf Ebrahimi    SystemZ_LPCTL	= 1591,
1609*9a0e4156SSadaf Ebrahimi    SystemZ_LPD	= 1592,
1610*9a0e4156SSadaf Ebrahimi    SystemZ_LPDBR	= 1593,
1611*9a0e4156SSadaf Ebrahimi    SystemZ_LPDFR	= 1594,
1612*9a0e4156SSadaf Ebrahimi    SystemZ_LPDFR_32	= 1595,
1613*9a0e4156SSadaf Ebrahimi    SystemZ_LPDG	= 1596,
1614*9a0e4156SSadaf Ebrahimi    SystemZ_LPDR	= 1597,
1615*9a0e4156SSadaf Ebrahimi    SystemZ_LPEBR	= 1598,
1616*9a0e4156SSadaf Ebrahimi    SystemZ_LPER	= 1599,
1617*9a0e4156SSadaf Ebrahimi    SystemZ_LPGFR	= 1600,
1618*9a0e4156SSadaf Ebrahimi    SystemZ_LPGR	= 1601,
1619*9a0e4156SSadaf Ebrahimi    SystemZ_LPP	= 1602,
1620*9a0e4156SSadaf Ebrahimi    SystemZ_LPQ	= 1603,
1621*9a0e4156SSadaf Ebrahimi    SystemZ_LPR	= 1604,
1622*9a0e4156SSadaf Ebrahimi    SystemZ_LPSW	= 1605,
1623*9a0e4156SSadaf Ebrahimi    SystemZ_LPSWE	= 1606,
1624*9a0e4156SSadaf Ebrahimi    SystemZ_LPTEA	= 1607,
1625*9a0e4156SSadaf Ebrahimi    SystemZ_LPXBR	= 1608,
1626*9a0e4156SSadaf Ebrahimi    SystemZ_LPXR	= 1609,
1627*9a0e4156SSadaf Ebrahimi    SystemZ_LR	= 1610,
1628*9a0e4156SSadaf Ebrahimi    SystemZ_LRA	= 1611,
1629*9a0e4156SSadaf Ebrahimi    SystemZ_LRAG	= 1612,
1630*9a0e4156SSadaf Ebrahimi    SystemZ_LRAY	= 1613,
1631*9a0e4156SSadaf Ebrahimi    SystemZ_LRDR	= 1614,
1632*9a0e4156SSadaf Ebrahimi    SystemZ_LRER	= 1615,
1633*9a0e4156SSadaf Ebrahimi    SystemZ_LRL	= 1616,
1634*9a0e4156SSadaf Ebrahimi    SystemZ_LRV	= 1617,
1635*9a0e4156SSadaf Ebrahimi    SystemZ_LRVG	= 1618,
1636*9a0e4156SSadaf Ebrahimi    SystemZ_LRVGR	= 1619,
1637*9a0e4156SSadaf Ebrahimi    SystemZ_LRVH	= 1620,
1638*9a0e4156SSadaf Ebrahimi    SystemZ_LRVR	= 1621,
1639*9a0e4156SSadaf Ebrahimi    SystemZ_LSCTL	= 1622,
1640*9a0e4156SSadaf Ebrahimi    SystemZ_LT	= 1623,
1641*9a0e4156SSadaf Ebrahimi    SystemZ_LTDBR	= 1624,
1642*9a0e4156SSadaf Ebrahimi    SystemZ_LTDBRCompare	= 1625,
1643*9a0e4156SSadaf Ebrahimi    SystemZ_LTDR	= 1626,
1644*9a0e4156SSadaf Ebrahimi    SystemZ_LTDTR	= 1627,
1645*9a0e4156SSadaf Ebrahimi    SystemZ_LTEBR	= 1628,
1646*9a0e4156SSadaf Ebrahimi    SystemZ_LTEBRCompare	= 1629,
1647*9a0e4156SSadaf Ebrahimi    SystemZ_LTER	= 1630,
1648*9a0e4156SSadaf Ebrahimi    SystemZ_LTG	= 1631,
1649*9a0e4156SSadaf Ebrahimi    SystemZ_LTGF	= 1632,
1650*9a0e4156SSadaf Ebrahimi    SystemZ_LTGFR	= 1633,
1651*9a0e4156SSadaf Ebrahimi    SystemZ_LTGR	= 1634,
1652*9a0e4156SSadaf Ebrahimi    SystemZ_LTR	= 1635,
1653*9a0e4156SSadaf Ebrahimi    SystemZ_LTXBR	= 1636,
1654*9a0e4156SSadaf Ebrahimi    SystemZ_LTXBRCompare	= 1637,
1655*9a0e4156SSadaf Ebrahimi    SystemZ_LTXR	= 1638,
1656*9a0e4156SSadaf Ebrahimi    SystemZ_LTXTR	= 1639,
1657*9a0e4156SSadaf Ebrahimi    SystemZ_LURA	= 1640,
1658*9a0e4156SSadaf Ebrahimi    SystemZ_LURAG	= 1641,
1659*9a0e4156SSadaf Ebrahimi    SystemZ_LXD	= 1642,
1660*9a0e4156SSadaf Ebrahimi    SystemZ_LXDB	= 1643,
1661*9a0e4156SSadaf Ebrahimi    SystemZ_LXDBR	= 1644,
1662*9a0e4156SSadaf Ebrahimi    SystemZ_LXDR	= 1645,
1663*9a0e4156SSadaf Ebrahimi    SystemZ_LXDTR	= 1646,
1664*9a0e4156SSadaf Ebrahimi    SystemZ_LXE	= 1647,
1665*9a0e4156SSadaf Ebrahimi    SystemZ_LXEB	= 1648,
1666*9a0e4156SSadaf Ebrahimi    SystemZ_LXEBR	= 1649,
1667*9a0e4156SSadaf Ebrahimi    SystemZ_LXER	= 1650,
1668*9a0e4156SSadaf Ebrahimi    SystemZ_LXR	= 1651,
1669*9a0e4156SSadaf Ebrahimi    SystemZ_LY	= 1652,
1670*9a0e4156SSadaf Ebrahimi    SystemZ_LZDR	= 1653,
1671*9a0e4156SSadaf Ebrahimi    SystemZ_LZER	= 1654,
1672*9a0e4156SSadaf Ebrahimi    SystemZ_LZRF	= 1655,
1673*9a0e4156SSadaf Ebrahimi    SystemZ_LZRG	= 1656,
1674*9a0e4156SSadaf Ebrahimi    SystemZ_LZXR	= 1657,
1675*9a0e4156SSadaf Ebrahimi    SystemZ_M	= 1658,
1676*9a0e4156SSadaf Ebrahimi    SystemZ_MAD	= 1659,
1677*9a0e4156SSadaf Ebrahimi    SystemZ_MADB	= 1660,
1678*9a0e4156SSadaf Ebrahimi    SystemZ_MADBR	= 1661,
1679*9a0e4156SSadaf Ebrahimi    SystemZ_MADR	= 1662,
1680*9a0e4156SSadaf Ebrahimi    SystemZ_MAE	= 1663,
1681*9a0e4156SSadaf Ebrahimi    SystemZ_MAEB	= 1664,
1682*9a0e4156SSadaf Ebrahimi    SystemZ_MAEBR	= 1665,
1683*9a0e4156SSadaf Ebrahimi    SystemZ_MAER	= 1666,
1684*9a0e4156SSadaf Ebrahimi    SystemZ_MAY	= 1667,
1685*9a0e4156SSadaf Ebrahimi    SystemZ_MAYH	= 1668,
1686*9a0e4156SSadaf Ebrahimi    SystemZ_MAYHR	= 1669,
1687*9a0e4156SSadaf Ebrahimi    SystemZ_MAYL	= 1670,
1688*9a0e4156SSadaf Ebrahimi    SystemZ_MAYLR	= 1671,
1689*9a0e4156SSadaf Ebrahimi    SystemZ_MAYR	= 1672,
1690*9a0e4156SSadaf Ebrahimi    SystemZ_MC	= 1673,
1691*9a0e4156SSadaf Ebrahimi    SystemZ_MD	= 1674,
1692*9a0e4156SSadaf Ebrahimi    SystemZ_MDB	= 1675,
1693*9a0e4156SSadaf Ebrahimi    SystemZ_MDBR	= 1676,
1694*9a0e4156SSadaf Ebrahimi    SystemZ_MDE	= 1677,
1695*9a0e4156SSadaf Ebrahimi    SystemZ_MDEB	= 1678,
1696*9a0e4156SSadaf Ebrahimi    SystemZ_MDEBR	= 1679,
1697*9a0e4156SSadaf Ebrahimi    SystemZ_MDER	= 1680,
1698*9a0e4156SSadaf Ebrahimi    SystemZ_MDR	= 1681,
1699*9a0e4156SSadaf Ebrahimi    SystemZ_MDTR	= 1682,
1700*9a0e4156SSadaf Ebrahimi    SystemZ_MDTRA	= 1683,
1701*9a0e4156SSadaf Ebrahimi    SystemZ_ME	= 1684,
1702*9a0e4156SSadaf Ebrahimi    SystemZ_MEE	= 1685,
1703*9a0e4156SSadaf Ebrahimi    SystemZ_MEEB	= 1686,
1704*9a0e4156SSadaf Ebrahimi    SystemZ_MEEBR	= 1687,
1705*9a0e4156SSadaf Ebrahimi    SystemZ_MEER	= 1688,
1706*9a0e4156SSadaf Ebrahimi    SystemZ_MER	= 1689,
1707*9a0e4156SSadaf Ebrahimi    SystemZ_MFY	= 1690,
1708*9a0e4156SSadaf Ebrahimi    SystemZ_MG	= 1691,
1709*9a0e4156SSadaf Ebrahimi    SystemZ_MGH	= 1692,
1710*9a0e4156SSadaf Ebrahimi    SystemZ_MGHI	= 1693,
1711*9a0e4156SSadaf Ebrahimi    SystemZ_MGRK	= 1694,
1712*9a0e4156SSadaf Ebrahimi    SystemZ_MH	= 1695,
1713*9a0e4156SSadaf Ebrahimi    SystemZ_MHI	= 1696,
1714*9a0e4156SSadaf Ebrahimi    SystemZ_MHY	= 1697,
1715*9a0e4156SSadaf Ebrahimi    SystemZ_ML	= 1698,
1716*9a0e4156SSadaf Ebrahimi    SystemZ_MLG	= 1699,
1717*9a0e4156SSadaf Ebrahimi    SystemZ_MLGR	= 1700,
1718*9a0e4156SSadaf Ebrahimi    SystemZ_MLR	= 1701,
1719*9a0e4156SSadaf Ebrahimi    SystemZ_MP	= 1702,
1720*9a0e4156SSadaf Ebrahimi    SystemZ_MR	= 1703,
1721*9a0e4156SSadaf Ebrahimi    SystemZ_MS	= 1704,
1722*9a0e4156SSadaf Ebrahimi    SystemZ_MSC	= 1705,
1723*9a0e4156SSadaf Ebrahimi    SystemZ_MSCH	= 1706,
1724*9a0e4156SSadaf Ebrahimi    SystemZ_MSD	= 1707,
1725*9a0e4156SSadaf Ebrahimi    SystemZ_MSDB	= 1708,
1726*9a0e4156SSadaf Ebrahimi    SystemZ_MSDBR	= 1709,
1727*9a0e4156SSadaf Ebrahimi    SystemZ_MSDR	= 1710,
1728*9a0e4156SSadaf Ebrahimi    SystemZ_MSE	= 1711,
1729*9a0e4156SSadaf Ebrahimi    SystemZ_MSEB	= 1712,
1730*9a0e4156SSadaf Ebrahimi    SystemZ_MSEBR	= 1713,
1731*9a0e4156SSadaf Ebrahimi    SystemZ_MSER	= 1714,
1732*9a0e4156SSadaf Ebrahimi    SystemZ_MSFI	= 1715,
1733*9a0e4156SSadaf Ebrahimi    SystemZ_MSG	= 1716,
1734*9a0e4156SSadaf Ebrahimi    SystemZ_MSGC	= 1717,
1735*9a0e4156SSadaf Ebrahimi    SystemZ_MSGF	= 1718,
1736*9a0e4156SSadaf Ebrahimi    SystemZ_MSGFI	= 1719,
1737*9a0e4156SSadaf Ebrahimi    SystemZ_MSGFR	= 1720,
1738*9a0e4156SSadaf Ebrahimi    SystemZ_MSGR	= 1721,
1739*9a0e4156SSadaf Ebrahimi    SystemZ_MSGRKC	= 1722,
1740*9a0e4156SSadaf Ebrahimi    SystemZ_MSR	= 1723,
1741*9a0e4156SSadaf Ebrahimi    SystemZ_MSRKC	= 1724,
1742*9a0e4156SSadaf Ebrahimi    SystemZ_MSTA	= 1725,
1743*9a0e4156SSadaf Ebrahimi    SystemZ_MSY	= 1726,
1744*9a0e4156SSadaf Ebrahimi    SystemZ_MVC	= 1727,
1745*9a0e4156SSadaf Ebrahimi    SystemZ_MVCDK	= 1728,
1746*9a0e4156SSadaf Ebrahimi    SystemZ_MVCIN	= 1729,
1747*9a0e4156SSadaf Ebrahimi    SystemZ_MVCK	= 1730,
1748*9a0e4156SSadaf Ebrahimi    SystemZ_MVCL	= 1731,
1749*9a0e4156SSadaf Ebrahimi    SystemZ_MVCLE	= 1732,
1750*9a0e4156SSadaf Ebrahimi    SystemZ_MVCLU	= 1733,
1751*9a0e4156SSadaf Ebrahimi    SystemZ_MVCOS	= 1734,
1752*9a0e4156SSadaf Ebrahimi    SystemZ_MVCP	= 1735,
1753*9a0e4156SSadaf Ebrahimi    SystemZ_MVCS	= 1736,
1754*9a0e4156SSadaf Ebrahimi    SystemZ_MVCSK	= 1737,
1755*9a0e4156SSadaf Ebrahimi    SystemZ_MVGHI	= 1738,
1756*9a0e4156SSadaf Ebrahimi    SystemZ_MVHHI	= 1739,
1757*9a0e4156SSadaf Ebrahimi    SystemZ_MVHI	= 1740,
1758*9a0e4156SSadaf Ebrahimi    SystemZ_MVI	= 1741,
1759*9a0e4156SSadaf Ebrahimi    SystemZ_MVIY	= 1742,
1760*9a0e4156SSadaf Ebrahimi    SystemZ_MVN	= 1743,
1761*9a0e4156SSadaf Ebrahimi    SystemZ_MVO	= 1744,
1762*9a0e4156SSadaf Ebrahimi    SystemZ_MVPG	= 1745,
1763*9a0e4156SSadaf Ebrahimi    SystemZ_MVST	= 1746,
1764*9a0e4156SSadaf Ebrahimi    SystemZ_MVZ	= 1747,
1765*9a0e4156SSadaf Ebrahimi    SystemZ_MXBR	= 1748,
1766*9a0e4156SSadaf Ebrahimi    SystemZ_MXD	= 1749,
1767*9a0e4156SSadaf Ebrahimi    SystemZ_MXDB	= 1750,
1768*9a0e4156SSadaf Ebrahimi    SystemZ_MXDBR	= 1751,
1769*9a0e4156SSadaf Ebrahimi    SystemZ_MXDR	= 1752,
1770*9a0e4156SSadaf Ebrahimi    SystemZ_MXR	= 1753,
1771*9a0e4156SSadaf Ebrahimi    SystemZ_MXTR	= 1754,
1772*9a0e4156SSadaf Ebrahimi    SystemZ_MXTRA	= 1755,
1773*9a0e4156SSadaf Ebrahimi    SystemZ_MY	= 1756,
1774*9a0e4156SSadaf Ebrahimi    SystemZ_MYH	= 1757,
1775*9a0e4156SSadaf Ebrahimi    SystemZ_MYHR	= 1758,
1776*9a0e4156SSadaf Ebrahimi    SystemZ_MYL	= 1759,
1777*9a0e4156SSadaf Ebrahimi    SystemZ_MYLR	= 1760,
1778*9a0e4156SSadaf Ebrahimi    SystemZ_MYR	= 1761,
1779*9a0e4156SSadaf Ebrahimi    SystemZ_N	= 1762,
1780*9a0e4156SSadaf Ebrahimi    SystemZ_NC	= 1763,
1781*9a0e4156SSadaf Ebrahimi    SystemZ_NG	= 1764,
1782*9a0e4156SSadaf Ebrahimi    SystemZ_NGR	= 1765,
1783*9a0e4156SSadaf Ebrahimi    SystemZ_NGRK	= 1766,
1784*9a0e4156SSadaf Ebrahimi    SystemZ_NI	= 1767,
1785*9a0e4156SSadaf Ebrahimi    SystemZ_NIAI	= 1768,
1786*9a0e4156SSadaf Ebrahimi    SystemZ_NIHF	= 1769,
1787*9a0e4156SSadaf Ebrahimi    SystemZ_NIHH	= 1770,
1788*9a0e4156SSadaf Ebrahimi    SystemZ_NIHL	= 1771,
1789*9a0e4156SSadaf Ebrahimi    SystemZ_NILF	= 1772,
1790*9a0e4156SSadaf Ebrahimi    SystemZ_NILH	= 1773,
1791*9a0e4156SSadaf Ebrahimi    SystemZ_NILL	= 1774,
1792*9a0e4156SSadaf Ebrahimi    SystemZ_NIY	= 1775,
1793*9a0e4156SSadaf Ebrahimi    SystemZ_NR	= 1776,
1794*9a0e4156SSadaf Ebrahimi    SystemZ_NRK	= 1777,
1795*9a0e4156SSadaf Ebrahimi    SystemZ_NTSTG	= 1778,
1796*9a0e4156SSadaf Ebrahimi    SystemZ_NY	= 1779,
1797*9a0e4156SSadaf Ebrahimi    SystemZ_O	= 1780,
1798*9a0e4156SSadaf Ebrahimi    SystemZ_OC	= 1781,
1799*9a0e4156SSadaf Ebrahimi    SystemZ_OG	= 1782,
1800*9a0e4156SSadaf Ebrahimi    SystemZ_OGR	= 1783,
1801*9a0e4156SSadaf Ebrahimi    SystemZ_OGRK	= 1784,
1802*9a0e4156SSadaf Ebrahimi    SystemZ_OI	= 1785,
1803*9a0e4156SSadaf Ebrahimi    SystemZ_OIHF	= 1786,
1804*9a0e4156SSadaf Ebrahimi    SystemZ_OIHH	= 1787,
1805*9a0e4156SSadaf Ebrahimi    SystemZ_OIHL	= 1788,
1806*9a0e4156SSadaf Ebrahimi    SystemZ_OILF	= 1789,
1807*9a0e4156SSadaf Ebrahimi    SystemZ_OILH	= 1790,
1808*9a0e4156SSadaf Ebrahimi    SystemZ_OILL	= 1791,
1809*9a0e4156SSadaf Ebrahimi    SystemZ_OIY	= 1792,
1810*9a0e4156SSadaf Ebrahimi    SystemZ_OR	= 1793,
1811*9a0e4156SSadaf Ebrahimi    SystemZ_ORK	= 1794,
1812*9a0e4156SSadaf Ebrahimi    SystemZ_OY	= 1795,
1813*9a0e4156SSadaf Ebrahimi    SystemZ_PACK	= 1796,
1814*9a0e4156SSadaf Ebrahimi    SystemZ_PALB	= 1797,
1815*9a0e4156SSadaf Ebrahimi    SystemZ_PC	= 1798,
1816*9a0e4156SSadaf Ebrahimi    SystemZ_PCC	= 1799,
1817*9a0e4156SSadaf Ebrahimi    SystemZ_PCKMO	= 1800,
1818*9a0e4156SSadaf Ebrahimi    SystemZ_PFD	= 1801,
1819*9a0e4156SSadaf Ebrahimi    SystemZ_PFDRL	= 1802,
1820*9a0e4156SSadaf Ebrahimi    SystemZ_PFMF	= 1803,
1821*9a0e4156SSadaf Ebrahimi    SystemZ_PFPO	= 1804,
1822*9a0e4156SSadaf Ebrahimi    SystemZ_PGIN	= 1805,
1823*9a0e4156SSadaf Ebrahimi    SystemZ_PGOUT	= 1806,
1824*9a0e4156SSadaf Ebrahimi    SystemZ_PKA	= 1807,
1825*9a0e4156SSadaf Ebrahimi    SystemZ_PKU	= 1808,
1826*9a0e4156SSadaf Ebrahimi    SystemZ_PLO	= 1809,
1827*9a0e4156SSadaf Ebrahimi    SystemZ_POPCNT	= 1810,
1828*9a0e4156SSadaf Ebrahimi    SystemZ_PPA	= 1811,
1829*9a0e4156SSadaf Ebrahimi    SystemZ_PPNO	= 1812,
1830*9a0e4156SSadaf Ebrahimi    SystemZ_PR	= 1813,
1831*9a0e4156SSadaf Ebrahimi    SystemZ_PRNO	= 1814,
1832*9a0e4156SSadaf Ebrahimi    SystemZ_PT	= 1815,
1833*9a0e4156SSadaf Ebrahimi    SystemZ_PTF	= 1816,
1834*9a0e4156SSadaf Ebrahimi    SystemZ_PTFF	= 1817,
1835*9a0e4156SSadaf Ebrahimi    SystemZ_PTI	= 1818,
1836*9a0e4156SSadaf Ebrahimi    SystemZ_PTLB	= 1819,
1837*9a0e4156SSadaf Ebrahimi    SystemZ_QADTR	= 1820,
1838*9a0e4156SSadaf Ebrahimi    SystemZ_QAXTR	= 1821,
1839*9a0e4156SSadaf Ebrahimi    SystemZ_QCTRI	= 1822,
1840*9a0e4156SSadaf Ebrahimi    SystemZ_QSI	= 1823,
1841*9a0e4156SSadaf Ebrahimi    SystemZ_RCHP	= 1824,
1842*9a0e4156SSadaf Ebrahimi    SystemZ_RISBG	= 1825,
1843*9a0e4156SSadaf Ebrahimi    SystemZ_RISBG32	= 1826,
1844*9a0e4156SSadaf Ebrahimi    SystemZ_RISBGN	= 1827,
1845*9a0e4156SSadaf Ebrahimi    SystemZ_RISBHG	= 1828,
1846*9a0e4156SSadaf Ebrahimi    SystemZ_RISBLG	= 1829,
1847*9a0e4156SSadaf Ebrahimi    SystemZ_RLL	= 1830,
1848*9a0e4156SSadaf Ebrahimi    SystemZ_RLLG	= 1831,
1849*9a0e4156SSadaf Ebrahimi    SystemZ_RNSBG	= 1832,
1850*9a0e4156SSadaf Ebrahimi    SystemZ_ROSBG	= 1833,
1851*9a0e4156SSadaf Ebrahimi    SystemZ_RP	= 1834,
1852*9a0e4156SSadaf Ebrahimi    SystemZ_RRBE	= 1835,
1853*9a0e4156SSadaf Ebrahimi    SystemZ_RRBM	= 1836,
1854*9a0e4156SSadaf Ebrahimi    SystemZ_RRDTR	= 1837,
1855*9a0e4156SSadaf Ebrahimi    SystemZ_RRXTR	= 1838,
1856*9a0e4156SSadaf Ebrahimi    SystemZ_RSCH	= 1839,
1857*9a0e4156SSadaf Ebrahimi    SystemZ_RXSBG	= 1840,
1858*9a0e4156SSadaf Ebrahimi    SystemZ_S	= 1841,
1859*9a0e4156SSadaf Ebrahimi    SystemZ_SAC	= 1842,
1860*9a0e4156SSadaf Ebrahimi    SystemZ_SACF	= 1843,
1861*9a0e4156SSadaf Ebrahimi    SystemZ_SAL	= 1844,
1862*9a0e4156SSadaf Ebrahimi    SystemZ_SAM24	= 1845,
1863*9a0e4156SSadaf Ebrahimi    SystemZ_SAM31	= 1846,
1864*9a0e4156SSadaf Ebrahimi    SystemZ_SAM64	= 1847,
1865*9a0e4156SSadaf Ebrahimi    SystemZ_SAR	= 1848,
1866*9a0e4156SSadaf Ebrahimi    SystemZ_SCCTR	= 1849,
1867*9a0e4156SSadaf Ebrahimi    SystemZ_SCHM	= 1850,
1868*9a0e4156SSadaf Ebrahimi    SystemZ_SCK	= 1851,
1869*9a0e4156SSadaf Ebrahimi    SystemZ_SCKC	= 1852,
1870*9a0e4156SSadaf Ebrahimi    SystemZ_SCKPF	= 1853,
1871*9a0e4156SSadaf Ebrahimi    SystemZ_SD	= 1854,
1872*9a0e4156SSadaf Ebrahimi    SystemZ_SDB	= 1855,
1873*9a0e4156SSadaf Ebrahimi    SystemZ_SDBR	= 1856,
1874*9a0e4156SSadaf Ebrahimi    SystemZ_SDR	= 1857,
1875*9a0e4156SSadaf Ebrahimi    SystemZ_SDTR	= 1858,
1876*9a0e4156SSadaf Ebrahimi    SystemZ_SDTRA	= 1859,
1877*9a0e4156SSadaf Ebrahimi    SystemZ_SE	= 1860,
1878*9a0e4156SSadaf Ebrahimi    SystemZ_SEB	= 1861,
1879*9a0e4156SSadaf Ebrahimi    SystemZ_SEBR	= 1862,
1880*9a0e4156SSadaf Ebrahimi    SystemZ_SER	= 1863,
1881*9a0e4156SSadaf Ebrahimi    SystemZ_SFASR	= 1864,
1882*9a0e4156SSadaf Ebrahimi    SystemZ_SFPC	= 1865,
1883*9a0e4156SSadaf Ebrahimi    SystemZ_SG	= 1866,
1884*9a0e4156SSadaf Ebrahimi    SystemZ_SGF	= 1867,
1885*9a0e4156SSadaf Ebrahimi    SystemZ_SGFR	= 1868,
1886*9a0e4156SSadaf Ebrahimi    SystemZ_SGH	= 1869,
1887*9a0e4156SSadaf Ebrahimi    SystemZ_SGR	= 1870,
1888*9a0e4156SSadaf Ebrahimi    SystemZ_SGRK	= 1871,
1889*9a0e4156SSadaf Ebrahimi    SystemZ_SH	= 1872,
1890*9a0e4156SSadaf Ebrahimi    SystemZ_SHHHR	= 1873,
1891*9a0e4156SSadaf Ebrahimi    SystemZ_SHHLR	= 1874,
1892*9a0e4156SSadaf Ebrahimi    SystemZ_SHY	= 1875,
1893*9a0e4156SSadaf Ebrahimi    SystemZ_SIE	= 1876,
1894*9a0e4156SSadaf Ebrahimi    SystemZ_SIGA	= 1877,
1895*9a0e4156SSadaf Ebrahimi    SystemZ_SIGP	= 1878,
1896*9a0e4156SSadaf Ebrahimi    SystemZ_SL	= 1879,
1897*9a0e4156SSadaf Ebrahimi    SystemZ_SLA	= 1880,
1898*9a0e4156SSadaf Ebrahimi    SystemZ_SLAG	= 1881,
1899*9a0e4156SSadaf Ebrahimi    SystemZ_SLAK	= 1882,
1900*9a0e4156SSadaf Ebrahimi    SystemZ_SLB	= 1883,
1901*9a0e4156SSadaf Ebrahimi    SystemZ_SLBG	= 1884,
1902*9a0e4156SSadaf Ebrahimi    SystemZ_SLBGR	= 1885,
1903*9a0e4156SSadaf Ebrahimi    SystemZ_SLBR	= 1886,
1904*9a0e4156SSadaf Ebrahimi    SystemZ_SLDA	= 1887,
1905*9a0e4156SSadaf Ebrahimi    SystemZ_SLDL	= 1888,
1906*9a0e4156SSadaf Ebrahimi    SystemZ_SLDT	= 1889,
1907*9a0e4156SSadaf Ebrahimi    SystemZ_SLFI	= 1890,
1908*9a0e4156SSadaf Ebrahimi    SystemZ_SLG	= 1891,
1909*9a0e4156SSadaf Ebrahimi    SystemZ_SLGF	= 1892,
1910*9a0e4156SSadaf Ebrahimi    SystemZ_SLGFI	= 1893,
1911*9a0e4156SSadaf Ebrahimi    SystemZ_SLGFR	= 1894,
1912*9a0e4156SSadaf Ebrahimi    SystemZ_SLGR	= 1895,
1913*9a0e4156SSadaf Ebrahimi    SystemZ_SLGRK	= 1896,
1914*9a0e4156SSadaf Ebrahimi    SystemZ_SLHHHR	= 1897,
1915*9a0e4156SSadaf Ebrahimi    SystemZ_SLHHLR	= 1898,
1916*9a0e4156SSadaf Ebrahimi    SystemZ_SLL	= 1899,
1917*9a0e4156SSadaf Ebrahimi    SystemZ_SLLG	= 1900,
1918*9a0e4156SSadaf Ebrahimi    SystemZ_SLLK	= 1901,
1919*9a0e4156SSadaf Ebrahimi    SystemZ_SLR	= 1902,
1920*9a0e4156SSadaf Ebrahimi    SystemZ_SLRK	= 1903,
1921*9a0e4156SSadaf Ebrahimi    SystemZ_SLXT	= 1904,
1922*9a0e4156SSadaf Ebrahimi    SystemZ_SLY	= 1905,
1923*9a0e4156SSadaf Ebrahimi    SystemZ_SP	= 1906,
1924*9a0e4156SSadaf Ebrahimi    SystemZ_SPCTR	= 1907,
1925*9a0e4156SSadaf Ebrahimi    SystemZ_SPKA	= 1908,
1926*9a0e4156SSadaf Ebrahimi    SystemZ_SPM	= 1909,
1927*9a0e4156SSadaf Ebrahimi    SystemZ_SPT	= 1910,
1928*9a0e4156SSadaf Ebrahimi    SystemZ_SPX	= 1911,
1929*9a0e4156SSadaf Ebrahimi    SystemZ_SQD	= 1912,
1930*9a0e4156SSadaf Ebrahimi    SystemZ_SQDB	= 1913,
1931*9a0e4156SSadaf Ebrahimi    SystemZ_SQDBR	= 1914,
1932*9a0e4156SSadaf Ebrahimi    SystemZ_SQDR	= 1915,
1933*9a0e4156SSadaf Ebrahimi    SystemZ_SQE	= 1916,
1934*9a0e4156SSadaf Ebrahimi    SystemZ_SQEB	= 1917,
1935*9a0e4156SSadaf Ebrahimi    SystemZ_SQEBR	= 1918,
1936*9a0e4156SSadaf Ebrahimi    SystemZ_SQER	= 1919,
1937*9a0e4156SSadaf Ebrahimi    SystemZ_SQXBR	= 1920,
1938*9a0e4156SSadaf Ebrahimi    SystemZ_SQXR	= 1921,
1939*9a0e4156SSadaf Ebrahimi    SystemZ_SR	= 1922,
1940*9a0e4156SSadaf Ebrahimi    SystemZ_SRA	= 1923,
1941*9a0e4156SSadaf Ebrahimi    SystemZ_SRAG	= 1924,
1942*9a0e4156SSadaf Ebrahimi    SystemZ_SRAK	= 1925,
1943*9a0e4156SSadaf Ebrahimi    SystemZ_SRDA	= 1926,
1944*9a0e4156SSadaf Ebrahimi    SystemZ_SRDL	= 1927,
1945*9a0e4156SSadaf Ebrahimi    SystemZ_SRDT	= 1928,
1946*9a0e4156SSadaf Ebrahimi    SystemZ_SRK	= 1929,
1947*9a0e4156SSadaf Ebrahimi    SystemZ_SRL	= 1930,
1948*9a0e4156SSadaf Ebrahimi    SystemZ_SRLG	= 1931,
1949*9a0e4156SSadaf Ebrahimi    SystemZ_SRLK	= 1932,
1950*9a0e4156SSadaf Ebrahimi    SystemZ_SRNM	= 1933,
1951*9a0e4156SSadaf Ebrahimi    SystemZ_SRNMB	= 1934,
1952*9a0e4156SSadaf Ebrahimi    SystemZ_SRNMT	= 1935,
1953*9a0e4156SSadaf Ebrahimi    SystemZ_SRP	= 1936,
1954*9a0e4156SSadaf Ebrahimi    SystemZ_SRST	= 1937,
1955*9a0e4156SSadaf Ebrahimi    SystemZ_SRSTU	= 1938,
1956*9a0e4156SSadaf Ebrahimi    SystemZ_SRXT	= 1939,
1957*9a0e4156SSadaf Ebrahimi    SystemZ_SSAIR	= 1940,
1958*9a0e4156SSadaf Ebrahimi    SystemZ_SSAR	= 1941,
1959*9a0e4156SSadaf Ebrahimi    SystemZ_SSCH	= 1942,
1960*9a0e4156SSadaf Ebrahimi    SystemZ_SSKE	= 1943,
1961*9a0e4156SSadaf Ebrahimi    SystemZ_SSKEOpt	= 1944,
1962*9a0e4156SSadaf Ebrahimi    SystemZ_SSM	= 1945,
1963*9a0e4156SSadaf Ebrahimi    SystemZ_ST	= 1946,
1964*9a0e4156SSadaf Ebrahimi    SystemZ_STAM	= 1947,
1965*9a0e4156SSadaf Ebrahimi    SystemZ_STAMY	= 1948,
1966*9a0e4156SSadaf Ebrahimi    SystemZ_STAP	= 1949,
1967*9a0e4156SSadaf Ebrahimi    SystemZ_STC	= 1950,
1968*9a0e4156SSadaf Ebrahimi    SystemZ_STCH	= 1951,
1969*9a0e4156SSadaf Ebrahimi    SystemZ_STCK	= 1952,
1970*9a0e4156SSadaf Ebrahimi    SystemZ_STCKC	= 1953,
1971*9a0e4156SSadaf Ebrahimi    SystemZ_STCKE	= 1954,
1972*9a0e4156SSadaf Ebrahimi    SystemZ_STCKF	= 1955,
1973*9a0e4156SSadaf Ebrahimi    SystemZ_STCM	= 1956,
1974*9a0e4156SSadaf Ebrahimi    SystemZ_STCMH	= 1957,
1975*9a0e4156SSadaf Ebrahimi    SystemZ_STCMY	= 1958,
1976*9a0e4156SSadaf Ebrahimi    SystemZ_STCPS	= 1959,
1977*9a0e4156SSadaf Ebrahimi    SystemZ_STCRW	= 1960,
1978*9a0e4156SSadaf Ebrahimi    SystemZ_STCTG	= 1961,
1979*9a0e4156SSadaf Ebrahimi    SystemZ_STCTL	= 1962,
1980*9a0e4156SSadaf Ebrahimi    SystemZ_STCY	= 1963,
1981*9a0e4156SSadaf Ebrahimi    SystemZ_STD	= 1964,
1982*9a0e4156SSadaf Ebrahimi    SystemZ_STDY	= 1965,
1983*9a0e4156SSadaf Ebrahimi    SystemZ_STE	= 1966,
1984*9a0e4156SSadaf Ebrahimi    SystemZ_STEY	= 1967,
1985*9a0e4156SSadaf Ebrahimi    SystemZ_STFH	= 1968,
1986*9a0e4156SSadaf Ebrahimi    SystemZ_STFL	= 1969,
1987*9a0e4156SSadaf Ebrahimi    SystemZ_STFLE	= 1970,
1988*9a0e4156SSadaf Ebrahimi    SystemZ_STFPC	= 1971,
1989*9a0e4156SSadaf Ebrahimi    SystemZ_STG	= 1972,
1990*9a0e4156SSadaf Ebrahimi    SystemZ_STGRL	= 1973,
1991*9a0e4156SSadaf Ebrahimi    SystemZ_STGSC	= 1974,
1992*9a0e4156SSadaf Ebrahimi    SystemZ_STH	= 1975,
1993*9a0e4156SSadaf Ebrahimi    SystemZ_STHH	= 1976,
1994*9a0e4156SSadaf Ebrahimi    SystemZ_STHRL	= 1977,
1995*9a0e4156SSadaf Ebrahimi    SystemZ_STHY	= 1978,
1996*9a0e4156SSadaf Ebrahimi    SystemZ_STIDP	= 1979,
1997*9a0e4156SSadaf Ebrahimi    SystemZ_STM	= 1980,
1998*9a0e4156SSadaf Ebrahimi    SystemZ_STMG	= 1981,
1999*9a0e4156SSadaf Ebrahimi    SystemZ_STMH	= 1982,
2000*9a0e4156SSadaf Ebrahimi    SystemZ_STMY	= 1983,
2001*9a0e4156SSadaf Ebrahimi    SystemZ_STNSM	= 1984,
2002*9a0e4156SSadaf Ebrahimi    SystemZ_STOC	= 1985,
2003*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsm	= 1986,
2004*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmE	= 1987,
2005*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmH	= 1988,
2006*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmHE	= 1989,
2007*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmL	= 1990,
2008*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmLE	= 1991,
2009*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmLH	= 1992,
2010*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmM	= 1993,
2011*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNE	= 1994,
2012*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNH	= 1995,
2013*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNHE	= 1996,
2014*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNL	= 1997,
2015*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNLE	= 1998,
2016*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNLH	= 1999,
2017*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNM	= 2000,
2018*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNO	= 2001,
2019*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNP	= 2002,
2020*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmNZ	= 2003,
2021*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmO	= 2004,
2022*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmP	= 2005,
2023*9a0e4156SSadaf Ebrahimi    SystemZ_STOCAsmZ	= 2006,
2024*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFH	= 2007,
2025*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsm	= 2008,
2026*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmE	= 2009,
2027*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmH	= 2010,
2028*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmHE	= 2011,
2029*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmL	= 2012,
2030*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmLE	= 2013,
2031*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmLH	= 2014,
2032*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmM	= 2015,
2033*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNE	= 2016,
2034*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNH	= 2017,
2035*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNHE	= 2018,
2036*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNL	= 2019,
2037*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNLE	= 2020,
2038*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNLH	= 2021,
2039*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNM	= 2022,
2040*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNO	= 2023,
2041*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNP	= 2024,
2042*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmNZ	= 2025,
2043*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmO	= 2026,
2044*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmP	= 2027,
2045*9a0e4156SSadaf Ebrahimi    SystemZ_STOCFHAsmZ	= 2028,
2046*9a0e4156SSadaf Ebrahimi    SystemZ_STOCG	= 2029,
2047*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsm	= 2030,
2048*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmE	= 2031,
2049*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmH	= 2032,
2050*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmHE	= 2033,
2051*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmL	= 2034,
2052*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmLE	= 2035,
2053*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmLH	= 2036,
2054*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmM	= 2037,
2055*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNE	= 2038,
2056*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNH	= 2039,
2057*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNHE	= 2040,
2058*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNL	= 2041,
2059*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNLE	= 2042,
2060*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNLH	= 2043,
2061*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNM	= 2044,
2062*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNO	= 2045,
2063*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNP	= 2046,
2064*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmNZ	= 2047,
2065*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmO	= 2048,
2066*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmP	= 2049,
2067*9a0e4156SSadaf Ebrahimi    SystemZ_STOCGAsmZ	= 2050,
2068*9a0e4156SSadaf Ebrahimi    SystemZ_STOSM	= 2051,
2069*9a0e4156SSadaf Ebrahimi    SystemZ_STPQ	= 2052,
2070*9a0e4156SSadaf Ebrahimi    SystemZ_STPT	= 2053,
2071*9a0e4156SSadaf Ebrahimi    SystemZ_STPX	= 2054,
2072*9a0e4156SSadaf Ebrahimi    SystemZ_STRAG	= 2055,
2073*9a0e4156SSadaf Ebrahimi    SystemZ_STRL	= 2056,
2074*9a0e4156SSadaf Ebrahimi    SystemZ_STRV	= 2057,
2075*9a0e4156SSadaf Ebrahimi    SystemZ_STRVG	= 2058,
2076*9a0e4156SSadaf Ebrahimi    SystemZ_STRVH	= 2059,
2077*9a0e4156SSadaf Ebrahimi    SystemZ_STSCH	= 2060,
2078*9a0e4156SSadaf Ebrahimi    SystemZ_STSI	= 2061,
2079*9a0e4156SSadaf Ebrahimi    SystemZ_STURA	= 2062,
2080*9a0e4156SSadaf Ebrahimi    SystemZ_STURG	= 2063,
2081*9a0e4156SSadaf Ebrahimi    SystemZ_STY	= 2064,
2082*9a0e4156SSadaf Ebrahimi    SystemZ_SU	= 2065,
2083*9a0e4156SSadaf Ebrahimi    SystemZ_SUR	= 2066,
2084*9a0e4156SSadaf Ebrahimi    SystemZ_SVC	= 2067,
2085*9a0e4156SSadaf Ebrahimi    SystemZ_SW	= 2068,
2086*9a0e4156SSadaf Ebrahimi    SystemZ_SWR	= 2069,
2087*9a0e4156SSadaf Ebrahimi    SystemZ_SXBR	= 2070,
2088*9a0e4156SSadaf Ebrahimi    SystemZ_SXR	= 2071,
2089*9a0e4156SSadaf Ebrahimi    SystemZ_SXTR	= 2072,
2090*9a0e4156SSadaf Ebrahimi    SystemZ_SXTRA	= 2073,
2091*9a0e4156SSadaf Ebrahimi    SystemZ_SY	= 2074,
2092*9a0e4156SSadaf Ebrahimi    SystemZ_TABORT	= 2075,
2093*9a0e4156SSadaf Ebrahimi    SystemZ_TAM	= 2076,
2094*9a0e4156SSadaf Ebrahimi    SystemZ_TAR	= 2077,
2095*9a0e4156SSadaf Ebrahimi    SystemZ_TB	= 2078,
2096*9a0e4156SSadaf Ebrahimi    SystemZ_TBDR	= 2079,
2097*9a0e4156SSadaf Ebrahimi    SystemZ_TBEDR	= 2080,
2098*9a0e4156SSadaf Ebrahimi    SystemZ_TBEGIN	= 2081,
2099*9a0e4156SSadaf Ebrahimi    SystemZ_TBEGINC	= 2082,
2100*9a0e4156SSadaf Ebrahimi    SystemZ_TCDB	= 2083,
2101*9a0e4156SSadaf Ebrahimi    SystemZ_TCEB	= 2084,
2102*9a0e4156SSadaf Ebrahimi    SystemZ_TCXB	= 2085,
2103*9a0e4156SSadaf Ebrahimi    SystemZ_TDCDT	= 2086,
2104*9a0e4156SSadaf Ebrahimi    SystemZ_TDCET	= 2087,
2105*9a0e4156SSadaf Ebrahimi    SystemZ_TDCXT	= 2088,
2106*9a0e4156SSadaf Ebrahimi    SystemZ_TDGDT	= 2089,
2107*9a0e4156SSadaf Ebrahimi    SystemZ_TDGET	= 2090,
2108*9a0e4156SSadaf Ebrahimi    SystemZ_TDGXT	= 2091,
2109*9a0e4156SSadaf Ebrahimi    SystemZ_TEND	= 2092,
2110*9a0e4156SSadaf Ebrahimi    SystemZ_THDER	= 2093,
2111*9a0e4156SSadaf Ebrahimi    SystemZ_THDR	= 2094,
2112*9a0e4156SSadaf Ebrahimi    SystemZ_TM	= 2095,
2113*9a0e4156SSadaf Ebrahimi    SystemZ_TMHH	= 2096,
2114*9a0e4156SSadaf Ebrahimi    SystemZ_TMHL	= 2097,
2115*9a0e4156SSadaf Ebrahimi    SystemZ_TMLH	= 2098,
2116*9a0e4156SSadaf Ebrahimi    SystemZ_TMLL	= 2099,
2117*9a0e4156SSadaf Ebrahimi    SystemZ_TMY	= 2100,
2118*9a0e4156SSadaf Ebrahimi    SystemZ_TP	= 2101,
2119*9a0e4156SSadaf Ebrahimi    SystemZ_TPI	= 2102,
2120*9a0e4156SSadaf Ebrahimi    SystemZ_TPROT	= 2103,
2121*9a0e4156SSadaf Ebrahimi    SystemZ_TR	= 2104,
2122*9a0e4156SSadaf Ebrahimi    SystemZ_TRACE	= 2105,
2123*9a0e4156SSadaf Ebrahimi    SystemZ_TRACG	= 2106,
2124*9a0e4156SSadaf Ebrahimi    SystemZ_TRAP2	= 2107,
2125*9a0e4156SSadaf Ebrahimi    SystemZ_TRAP4	= 2108,
2126*9a0e4156SSadaf Ebrahimi    SystemZ_TRE	= 2109,
2127*9a0e4156SSadaf Ebrahimi    SystemZ_TROO	= 2110,
2128*9a0e4156SSadaf Ebrahimi    SystemZ_TROOOpt	= 2111,
2129*9a0e4156SSadaf Ebrahimi    SystemZ_TROT	= 2112,
2130*9a0e4156SSadaf Ebrahimi    SystemZ_TROTOpt	= 2113,
2131*9a0e4156SSadaf Ebrahimi    SystemZ_TRT	= 2114,
2132*9a0e4156SSadaf Ebrahimi    SystemZ_TRTE	= 2115,
2133*9a0e4156SSadaf Ebrahimi    SystemZ_TRTEOpt	= 2116,
2134*9a0e4156SSadaf Ebrahimi    SystemZ_TRTO	= 2117,
2135*9a0e4156SSadaf Ebrahimi    SystemZ_TRTOOpt	= 2118,
2136*9a0e4156SSadaf Ebrahimi    SystemZ_TRTR	= 2119,
2137*9a0e4156SSadaf Ebrahimi    SystemZ_TRTRE	= 2120,
2138*9a0e4156SSadaf Ebrahimi    SystemZ_TRTREOpt	= 2121,
2139*9a0e4156SSadaf Ebrahimi    SystemZ_TRTT	= 2122,
2140*9a0e4156SSadaf Ebrahimi    SystemZ_TRTTOpt	= 2123,
2141*9a0e4156SSadaf Ebrahimi    SystemZ_TS	= 2124,
2142*9a0e4156SSadaf Ebrahimi    SystemZ_TSCH	= 2125,
2143*9a0e4156SSadaf Ebrahimi    SystemZ_UNPK	= 2126,
2144*9a0e4156SSadaf Ebrahimi    SystemZ_UNPKA	= 2127,
2145*9a0e4156SSadaf Ebrahimi    SystemZ_UNPKU	= 2128,
2146*9a0e4156SSadaf Ebrahimi    SystemZ_UPT	= 2129,
2147*9a0e4156SSadaf Ebrahimi    SystemZ_VA	= 2130,
2148*9a0e4156SSadaf Ebrahimi    SystemZ_VAB	= 2131,
2149*9a0e4156SSadaf Ebrahimi    SystemZ_VAC	= 2132,
2150*9a0e4156SSadaf Ebrahimi    SystemZ_VACC	= 2133,
2151*9a0e4156SSadaf Ebrahimi    SystemZ_VACCB	= 2134,
2152*9a0e4156SSadaf Ebrahimi    SystemZ_VACCC	= 2135,
2153*9a0e4156SSadaf Ebrahimi    SystemZ_VACCCQ	= 2136,
2154*9a0e4156SSadaf Ebrahimi    SystemZ_VACCF	= 2137,
2155*9a0e4156SSadaf Ebrahimi    SystemZ_VACCG	= 2138,
2156*9a0e4156SSadaf Ebrahimi    SystemZ_VACCH	= 2139,
2157*9a0e4156SSadaf Ebrahimi    SystemZ_VACCQ	= 2140,
2158*9a0e4156SSadaf Ebrahimi    SystemZ_VACQ	= 2141,
2159*9a0e4156SSadaf Ebrahimi    SystemZ_VAF	= 2142,
2160*9a0e4156SSadaf Ebrahimi    SystemZ_VAG	= 2143,
2161*9a0e4156SSadaf Ebrahimi    SystemZ_VAH	= 2144,
2162*9a0e4156SSadaf Ebrahimi    SystemZ_VAP	= 2145,
2163*9a0e4156SSadaf Ebrahimi    SystemZ_VAQ	= 2146,
2164*9a0e4156SSadaf Ebrahimi    SystemZ_VAVG	= 2147,
2165*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGB	= 2148,
2166*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGF	= 2149,
2167*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGG	= 2150,
2168*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGH	= 2151,
2169*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGL	= 2152,
2170*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGLB	= 2153,
2171*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGLF	= 2154,
2172*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGLG	= 2155,
2173*9a0e4156SSadaf Ebrahimi    SystemZ_VAVGLH	= 2156,
2174*9a0e4156SSadaf Ebrahimi    SystemZ_VBPERM	= 2157,
2175*9a0e4156SSadaf Ebrahimi    SystemZ_VCDG	= 2158,
2176*9a0e4156SSadaf Ebrahimi    SystemZ_VCDGB	= 2159,
2177*9a0e4156SSadaf Ebrahimi    SystemZ_VCDLG	= 2160,
2178*9a0e4156SSadaf Ebrahimi    SystemZ_VCDLGB	= 2161,
2179*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQ	= 2162,
2180*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQB	= 2163,
2181*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQBS	= 2164,
2182*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQF	= 2165,
2183*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQFS	= 2166,
2184*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQG	= 2167,
2185*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQGS	= 2168,
2186*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQH	= 2169,
2187*9a0e4156SSadaf Ebrahimi    SystemZ_VCEQHS	= 2170,
2188*9a0e4156SSadaf Ebrahimi    SystemZ_VCGD	= 2171,
2189*9a0e4156SSadaf Ebrahimi    SystemZ_VCGDB	= 2172,
2190*9a0e4156SSadaf Ebrahimi    SystemZ_VCH	= 2173,
2191*9a0e4156SSadaf Ebrahimi    SystemZ_VCHB	= 2174,
2192*9a0e4156SSadaf Ebrahimi    SystemZ_VCHBS	= 2175,
2193*9a0e4156SSadaf Ebrahimi    SystemZ_VCHF	= 2176,
2194*9a0e4156SSadaf Ebrahimi    SystemZ_VCHFS	= 2177,
2195*9a0e4156SSadaf Ebrahimi    SystemZ_VCHG	= 2178,
2196*9a0e4156SSadaf Ebrahimi    SystemZ_VCHGS	= 2179,
2197*9a0e4156SSadaf Ebrahimi    SystemZ_VCHH	= 2180,
2198*9a0e4156SSadaf Ebrahimi    SystemZ_VCHHS	= 2181,
2199*9a0e4156SSadaf Ebrahimi    SystemZ_VCHL	= 2182,
2200*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLB	= 2183,
2201*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLBS	= 2184,
2202*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLF	= 2185,
2203*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLFS	= 2186,
2204*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLG	= 2187,
2205*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLGS	= 2188,
2206*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLH	= 2189,
2207*9a0e4156SSadaf Ebrahimi    SystemZ_VCHLHS	= 2190,
2208*9a0e4156SSadaf Ebrahimi    SystemZ_VCKSM	= 2191,
2209*9a0e4156SSadaf Ebrahimi    SystemZ_VCLGD	= 2192,
2210*9a0e4156SSadaf Ebrahimi    SystemZ_VCLGDB	= 2193,
2211*9a0e4156SSadaf Ebrahimi    SystemZ_VCLZ	= 2194,
2212*9a0e4156SSadaf Ebrahimi    SystemZ_VCLZB	= 2195,
2213*9a0e4156SSadaf Ebrahimi    SystemZ_VCLZF	= 2196,
2214*9a0e4156SSadaf Ebrahimi    SystemZ_VCLZG	= 2197,
2215*9a0e4156SSadaf Ebrahimi    SystemZ_VCLZH	= 2198,
2216*9a0e4156SSadaf Ebrahimi    SystemZ_VCP	= 2199,
2217*9a0e4156SSadaf Ebrahimi    SystemZ_VCTZ	= 2200,
2218*9a0e4156SSadaf Ebrahimi    SystemZ_VCTZB	= 2201,
2219*9a0e4156SSadaf Ebrahimi    SystemZ_VCTZF	= 2202,
2220*9a0e4156SSadaf Ebrahimi    SystemZ_VCTZG	= 2203,
2221*9a0e4156SSadaf Ebrahimi    SystemZ_VCTZH	= 2204,
2222*9a0e4156SSadaf Ebrahimi    SystemZ_VCVB	= 2205,
2223*9a0e4156SSadaf Ebrahimi    SystemZ_VCVBG	= 2206,
2224*9a0e4156SSadaf Ebrahimi    SystemZ_VCVD	= 2207,
2225*9a0e4156SSadaf Ebrahimi    SystemZ_VCVDG	= 2208,
2226*9a0e4156SSadaf Ebrahimi    SystemZ_VDP	= 2209,
2227*9a0e4156SSadaf Ebrahimi    SystemZ_VEC	= 2210,
2228*9a0e4156SSadaf Ebrahimi    SystemZ_VECB	= 2211,
2229*9a0e4156SSadaf Ebrahimi    SystemZ_VECF	= 2212,
2230*9a0e4156SSadaf Ebrahimi    SystemZ_VECG	= 2213,
2231*9a0e4156SSadaf Ebrahimi    SystemZ_VECH	= 2214,
2232*9a0e4156SSadaf Ebrahimi    SystemZ_VECL	= 2215,
2233*9a0e4156SSadaf Ebrahimi    SystemZ_VECLB	= 2216,
2234*9a0e4156SSadaf Ebrahimi    SystemZ_VECLF	= 2217,
2235*9a0e4156SSadaf Ebrahimi    SystemZ_VECLG	= 2218,
2236*9a0e4156SSadaf Ebrahimi    SystemZ_VECLH	= 2219,
2237*9a0e4156SSadaf Ebrahimi    SystemZ_VERIM	= 2220,
2238*9a0e4156SSadaf Ebrahimi    SystemZ_VERIMB	= 2221,
2239*9a0e4156SSadaf Ebrahimi    SystemZ_VERIMF	= 2222,
2240*9a0e4156SSadaf Ebrahimi    SystemZ_VERIMG	= 2223,
2241*9a0e4156SSadaf Ebrahimi    SystemZ_VERIMH	= 2224,
2242*9a0e4156SSadaf Ebrahimi    SystemZ_VERLL	= 2225,
2243*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLB	= 2226,
2244*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLF	= 2227,
2245*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLG	= 2228,
2246*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLH	= 2229,
2247*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLV	= 2230,
2248*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLVB	= 2231,
2249*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLVF	= 2232,
2250*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLVG	= 2233,
2251*9a0e4156SSadaf Ebrahimi    SystemZ_VERLLVH	= 2234,
2252*9a0e4156SSadaf Ebrahimi    SystemZ_VESL	= 2235,
2253*9a0e4156SSadaf Ebrahimi    SystemZ_VESLB	= 2236,
2254*9a0e4156SSadaf Ebrahimi    SystemZ_VESLF	= 2237,
2255*9a0e4156SSadaf Ebrahimi    SystemZ_VESLG	= 2238,
2256*9a0e4156SSadaf Ebrahimi    SystemZ_VESLH	= 2239,
2257*9a0e4156SSadaf Ebrahimi    SystemZ_VESLV	= 2240,
2258*9a0e4156SSadaf Ebrahimi    SystemZ_VESLVB	= 2241,
2259*9a0e4156SSadaf Ebrahimi    SystemZ_VESLVF	= 2242,
2260*9a0e4156SSadaf Ebrahimi    SystemZ_VESLVG	= 2243,
2261*9a0e4156SSadaf Ebrahimi    SystemZ_VESLVH	= 2244,
2262*9a0e4156SSadaf Ebrahimi    SystemZ_VESRA	= 2245,
2263*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAB	= 2246,
2264*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAF	= 2247,
2265*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAG	= 2248,
2266*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAH	= 2249,
2267*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAV	= 2250,
2268*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAVB	= 2251,
2269*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAVF	= 2252,
2270*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAVG	= 2253,
2271*9a0e4156SSadaf Ebrahimi    SystemZ_VESRAVH	= 2254,
2272*9a0e4156SSadaf Ebrahimi    SystemZ_VESRL	= 2255,
2273*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLB	= 2256,
2274*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLF	= 2257,
2275*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLG	= 2258,
2276*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLH	= 2259,
2277*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLV	= 2260,
2278*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLVB	= 2261,
2279*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLVF	= 2262,
2280*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLVG	= 2263,
2281*9a0e4156SSadaf Ebrahimi    SystemZ_VESRLVH	= 2264,
2282*9a0e4156SSadaf Ebrahimi    SystemZ_VFA	= 2265,
2283*9a0e4156SSadaf Ebrahimi    SystemZ_VFADB	= 2266,
2284*9a0e4156SSadaf Ebrahimi    SystemZ_VFAE	= 2267,
2285*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEB	= 2268,
2286*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEBS	= 2269,
2287*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEF	= 2270,
2288*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEFS	= 2271,
2289*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEH	= 2272,
2290*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEHS	= 2273,
2291*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZB	= 2274,
2292*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZBS	= 2275,
2293*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZF	= 2276,
2294*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZFS	= 2277,
2295*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZH	= 2278,
2296*9a0e4156SSadaf Ebrahimi    SystemZ_VFAEZHS	= 2279,
2297*9a0e4156SSadaf Ebrahimi    SystemZ_VFASB	= 2280,
2298*9a0e4156SSadaf Ebrahimi    SystemZ_VFCE	= 2281,
2299*9a0e4156SSadaf Ebrahimi    SystemZ_VFCEDB	= 2282,
2300*9a0e4156SSadaf Ebrahimi    SystemZ_VFCEDBS	= 2283,
2301*9a0e4156SSadaf Ebrahimi    SystemZ_VFCESB	= 2284,
2302*9a0e4156SSadaf Ebrahimi    SystemZ_VFCESBS	= 2285,
2303*9a0e4156SSadaf Ebrahimi    SystemZ_VFCH	= 2286,
2304*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHDB	= 2287,
2305*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHDBS	= 2288,
2306*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHE	= 2289,
2307*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHEDB	= 2290,
2308*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHEDBS	= 2291,
2309*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHESB	= 2292,
2310*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHESBS	= 2293,
2311*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHSB	= 2294,
2312*9a0e4156SSadaf Ebrahimi    SystemZ_VFCHSBS	= 2295,
2313*9a0e4156SSadaf Ebrahimi    SystemZ_VFD	= 2296,
2314*9a0e4156SSadaf Ebrahimi    SystemZ_VFDDB	= 2297,
2315*9a0e4156SSadaf Ebrahimi    SystemZ_VFDSB	= 2298,
2316*9a0e4156SSadaf Ebrahimi    SystemZ_VFEE	= 2299,
2317*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEB	= 2300,
2318*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEBS	= 2301,
2319*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEF	= 2302,
2320*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEFS	= 2303,
2321*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEH	= 2304,
2322*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEHS	= 2305,
2323*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZB	= 2306,
2324*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZBS	= 2307,
2325*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZF	= 2308,
2326*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZFS	= 2309,
2327*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZH	= 2310,
2328*9a0e4156SSadaf Ebrahimi    SystemZ_VFEEZHS	= 2311,
2329*9a0e4156SSadaf Ebrahimi    SystemZ_VFENE	= 2312,
2330*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEB	= 2313,
2331*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEBS	= 2314,
2332*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEF	= 2315,
2333*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEFS	= 2316,
2334*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEH	= 2317,
2335*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEHS	= 2318,
2336*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZB	= 2319,
2337*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZBS	= 2320,
2338*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZF	= 2321,
2339*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZFS	= 2322,
2340*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZH	= 2323,
2341*9a0e4156SSadaf Ebrahimi    SystemZ_VFENEZHS	= 2324,
2342*9a0e4156SSadaf Ebrahimi    SystemZ_VFI	= 2325,
2343*9a0e4156SSadaf Ebrahimi    SystemZ_VFIDB	= 2326,
2344*9a0e4156SSadaf Ebrahimi    SystemZ_VFISB	= 2327,
2345*9a0e4156SSadaf Ebrahimi    SystemZ_VFKEDB	= 2328,
2346*9a0e4156SSadaf Ebrahimi    SystemZ_VFKEDBS	= 2329,
2347*9a0e4156SSadaf Ebrahimi    SystemZ_VFKESB	= 2330,
2348*9a0e4156SSadaf Ebrahimi    SystemZ_VFKESBS	= 2331,
2349*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHDB	= 2332,
2350*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHDBS	= 2333,
2351*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHEDB	= 2334,
2352*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHEDBS	= 2335,
2353*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHESB	= 2336,
2354*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHESBS	= 2337,
2355*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHSB	= 2338,
2356*9a0e4156SSadaf Ebrahimi    SystemZ_VFKHSBS	= 2339,
2357*9a0e4156SSadaf Ebrahimi    SystemZ_VFLCDB	= 2340,
2358*9a0e4156SSadaf Ebrahimi    SystemZ_VFLCSB	= 2341,
2359*9a0e4156SSadaf Ebrahimi    SystemZ_VFLL	= 2342,
2360*9a0e4156SSadaf Ebrahimi    SystemZ_VFLLS	= 2343,
2361*9a0e4156SSadaf Ebrahimi    SystemZ_VFLNDB	= 2344,
2362*9a0e4156SSadaf Ebrahimi    SystemZ_VFLNSB	= 2345,
2363*9a0e4156SSadaf Ebrahimi    SystemZ_VFLPDB	= 2346,
2364*9a0e4156SSadaf Ebrahimi    SystemZ_VFLPSB	= 2347,
2365*9a0e4156SSadaf Ebrahimi    SystemZ_VFLR	= 2348,
2366*9a0e4156SSadaf Ebrahimi    SystemZ_VFLRD	= 2349,
2367*9a0e4156SSadaf Ebrahimi    SystemZ_VFM	= 2350,
2368*9a0e4156SSadaf Ebrahimi    SystemZ_VFMA	= 2351,
2369*9a0e4156SSadaf Ebrahimi    SystemZ_VFMADB	= 2352,
2370*9a0e4156SSadaf Ebrahimi    SystemZ_VFMASB	= 2353,
2371*9a0e4156SSadaf Ebrahimi    SystemZ_VFMAX	= 2354,
2372*9a0e4156SSadaf Ebrahimi    SystemZ_VFMAXDB	= 2355,
2373*9a0e4156SSadaf Ebrahimi    SystemZ_VFMAXSB	= 2356,
2374*9a0e4156SSadaf Ebrahimi    SystemZ_VFMDB	= 2357,
2375*9a0e4156SSadaf Ebrahimi    SystemZ_VFMIN	= 2358,
2376*9a0e4156SSadaf Ebrahimi    SystemZ_VFMINDB	= 2359,
2377*9a0e4156SSadaf Ebrahimi    SystemZ_VFMINSB	= 2360,
2378*9a0e4156SSadaf Ebrahimi    SystemZ_VFMS	= 2361,
2379*9a0e4156SSadaf Ebrahimi    SystemZ_VFMSB	= 2362,
2380*9a0e4156SSadaf Ebrahimi    SystemZ_VFMSDB	= 2363,
2381*9a0e4156SSadaf Ebrahimi    SystemZ_VFMSSB	= 2364,
2382*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMA	= 2365,
2383*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMADB	= 2366,
2384*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMASB	= 2367,
2385*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMS	= 2368,
2386*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMSDB	= 2369,
2387*9a0e4156SSadaf Ebrahimi    SystemZ_VFNMSSB	= 2370,
2388*9a0e4156SSadaf Ebrahimi    SystemZ_VFPSO	= 2371,
2389*9a0e4156SSadaf Ebrahimi    SystemZ_VFPSODB	= 2372,
2390*9a0e4156SSadaf Ebrahimi    SystemZ_VFPSOSB	= 2373,
2391*9a0e4156SSadaf Ebrahimi    SystemZ_VFS	= 2374,
2392*9a0e4156SSadaf Ebrahimi    SystemZ_VFSDB	= 2375,
2393*9a0e4156SSadaf Ebrahimi    SystemZ_VFSQ	= 2376,
2394*9a0e4156SSadaf Ebrahimi    SystemZ_VFSQDB	= 2377,
2395*9a0e4156SSadaf Ebrahimi    SystemZ_VFSQSB	= 2378,
2396*9a0e4156SSadaf Ebrahimi    SystemZ_VFSSB	= 2379,
2397*9a0e4156SSadaf Ebrahimi    SystemZ_VFTCI	= 2380,
2398*9a0e4156SSadaf Ebrahimi    SystemZ_VFTCIDB	= 2381,
2399*9a0e4156SSadaf Ebrahimi    SystemZ_VFTCISB	= 2382,
2400*9a0e4156SSadaf Ebrahimi    SystemZ_VGBM	= 2383,
2401*9a0e4156SSadaf Ebrahimi    SystemZ_VGEF	= 2384,
2402*9a0e4156SSadaf Ebrahimi    SystemZ_VGEG	= 2385,
2403*9a0e4156SSadaf Ebrahimi    SystemZ_VGFM	= 2386,
2404*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMA	= 2387,
2405*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMAB	= 2388,
2406*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMAF	= 2389,
2407*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMAG	= 2390,
2408*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMAH	= 2391,
2409*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMB	= 2392,
2410*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMF	= 2393,
2411*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMG	= 2394,
2412*9a0e4156SSadaf Ebrahimi    SystemZ_VGFMH	= 2395,
2413*9a0e4156SSadaf Ebrahimi    SystemZ_VGM	= 2396,
2414*9a0e4156SSadaf Ebrahimi    SystemZ_VGMB	= 2397,
2415*9a0e4156SSadaf Ebrahimi    SystemZ_VGMF	= 2398,
2416*9a0e4156SSadaf Ebrahimi    SystemZ_VGMG	= 2399,
2417*9a0e4156SSadaf Ebrahimi    SystemZ_VGMH	= 2400,
2418*9a0e4156SSadaf Ebrahimi    SystemZ_VISTR	= 2401,
2419*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRB	= 2402,
2420*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRBS	= 2403,
2421*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRF	= 2404,
2422*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRFS	= 2405,
2423*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRH	= 2406,
2424*9a0e4156SSadaf Ebrahimi    SystemZ_VISTRHS	= 2407,
2425*9a0e4156SSadaf Ebrahimi    SystemZ_VL	= 2408,
2426*9a0e4156SSadaf Ebrahimi    SystemZ_VLBB	= 2409,
2427*9a0e4156SSadaf Ebrahimi    SystemZ_VLC	= 2410,
2428*9a0e4156SSadaf Ebrahimi    SystemZ_VLCB	= 2411,
2429*9a0e4156SSadaf Ebrahimi    SystemZ_VLCF	= 2412,
2430*9a0e4156SSadaf Ebrahimi    SystemZ_VLCG	= 2413,
2431*9a0e4156SSadaf Ebrahimi    SystemZ_VLCH	= 2414,
2432*9a0e4156SSadaf Ebrahimi    SystemZ_VLDE	= 2415,
2433*9a0e4156SSadaf Ebrahimi    SystemZ_VLDEB	= 2416,
2434*9a0e4156SSadaf Ebrahimi    SystemZ_VLEB	= 2417,
2435*9a0e4156SSadaf Ebrahimi    SystemZ_VLED	= 2418,
2436*9a0e4156SSadaf Ebrahimi    SystemZ_VLEDB	= 2419,
2437*9a0e4156SSadaf Ebrahimi    SystemZ_VLEF	= 2420,
2438*9a0e4156SSadaf Ebrahimi    SystemZ_VLEG	= 2421,
2439*9a0e4156SSadaf Ebrahimi    SystemZ_VLEH	= 2422,
2440*9a0e4156SSadaf Ebrahimi    SystemZ_VLEIB	= 2423,
2441*9a0e4156SSadaf Ebrahimi    SystemZ_VLEIF	= 2424,
2442*9a0e4156SSadaf Ebrahimi    SystemZ_VLEIG	= 2425,
2443*9a0e4156SSadaf Ebrahimi    SystemZ_VLEIH	= 2426,
2444*9a0e4156SSadaf Ebrahimi    SystemZ_VLGV	= 2427,
2445*9a0e4156SSadaf Ebrahimi    SystemZ_VLGVB	= 2428,
2446*9a0e4156SSadaf Ebrahimi    SystemZ_VLGVF	= 2429,
2447*9a0e4156SSadaf Ebrahimi    SystemZ_VLGVG	= 2430,
2448*9a0e4156SSadaf Ebrahimi    SystemZ_VLGVH	= 2431,
2449*9a0e4156SSadaf Ebrahimi    SystemZ_VLIP	= 2432,
2450*9a0e4156SSadaf Ebrahimi    SystemZ_VLL	= 2433,
2451*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZ	= 2434,
2452*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZB	= 2435,
2453*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZF	= 2436,
2454*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZG	= 2437,
2455*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZH	= 2438,
2456*9a0e4156SSadaf Ebrahimi    SystemZ_VLLEZLF	= 2439,
2457*9a0e4156SSadaf Ebrahimi    SystemZ_VLM	= 2440,
2458*9a0e4156SSadaf Ebrahimi    SystemZ_VLP	= 2441,
2459*9a0e4156SSadaf Ebrahimi    SystemZ_VLPB	= 2442,
2460*9a0e4156SSadaf Ebrahimi    SystemZ_VLPF	= 2443,
2461*9a0e4156SSadaf Ebrahimi    SystemZ_VLPG	= 2444,
2462*9a0e4156SSadaf Ebrahimi    SystemZ_VLPH	= 2445,
2463*9a0e4156SSadaf Ebrahimi    SystemZ_VLR	= 2446,
2464*9a0e4156SSadaf Ebrahimi    SystemZ_VLREP	= 2447,
2465*9a0e4156SSadaf Ebrahimi    SystemZ_VLREPB	= 2448,
2466*9a0e4156SSadaf Ebrahimi    SystemZ_VLREPF	= 2449,
2467*9a0e4156SSadaf Ebrahimi    SystemZ_VLREPG	= 2450,
2468*9a0e4156SSadaf Ebrahimi    SystemZ_VLREPH	= 2451,
2469*9a0e4156SSadaf Ebrahimi    SystemZ_VLRL	= 2452,
2470*9a0e4156SSadaf Ebrahimi    SystemZ_VLRLR	= 2453,
2471*9a0e4156SSadaf Ebrahimi    SystemZ_VLVG	= 2454,
2472*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGB	= 2455,
2473*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGF	= 2456,
2474*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGG	= 2457,
2475*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGH	= 2458,
2476*9a0e4156SSadaf Ebrahimi    SystemZ_VLVGP	= 2459,
2477*9a0e4156SSadaf Ebrahimi    SystemZ_VMAE	= 2460,
2478*9a0e4156SSadaf Ebrahimi    SystemZ_VMAEB	= 2461,
2479*9a0e4156SSadaf Ebrahimi    SystemZ_VMAEF	= 2462,
2480*9a0e4156SSadaf Ebrahimi    SystemZ_VMAEH	= 2463,
2481*9a0e4156SSadaf Ebrahimi    SystemZ_VMAH	= 2464,
2482*9a0e4156SSadaf Ebrahimi    SystemZ_VMAHB	= 2465,
2483*9a0e4156SSadaf Ebrahimi    SystemZ_VMAHF	= 2466,
2484*9a0e4156SSadaf Ebrahimi    SystemZ_VMAHH	= 2467,
2485*9a0e4156SSadaf Ebrahimi    SystemZ_VMAL	= 2468,
2486*9a0e4156SSadaf Ebrahimi    SystemZ_VMALB	= 2469,
2487*9a0e4156SSadaf Ebrahimi    SystemZ_VMALE	= 2470,
2488*9a0e4156SSadaf Ebrahimi    SystemZ_VMALEB	= 2471,
2489*9a0e4156SSadaf Ebrahimi    SystemZ_VMALEF	= 2472,
2490*9a0e4156SSadaf Ebrahimi    SystemZ_VMALEH	= 2473,
2491*9a0e4156SSadaf Ebrahimi    SystemZ_VMALF	= 2474,
2492*9a0e4156SSadaf Ebrahimi    SystemZ_VMALH	= 2475,
2493*9a0e4156SSadaf Ebrahimi    SystemZ_VMALHB	= 2476,
2494*9a0e4156SSadaf Ebrahimi    SystemZ_VMALHF	= 2477,
2495*9a0e4156SSadaf Ebrahimi    SystemZ_VMALHH	= 2478,
2496*9a0e4156SSadaf Ebrahimi    SystemZ_VMALHW	= 2479,
2497*9a0e4156SSadaf Ebrahimi    SystemZ_VMALO	= 2480,
2498*9a0e4156SSadaf Ebrahimi    SystemZ_VMALOB	= 2481,
2499*9a0e4156SSadaf Ebrahimi    SystemZ_VMALOF	= 2482,
2500*9a0e4156SSadaf Ebrahimi    SystemZ_VMALOH	= 2483,
2501*9a0e4156SSadaf Ebrahimi    SystemZ_VMAO	= 2484,
2502*9a0e4156SSadaf Ebrahimi    SystemZ_VMAOB	= 2485,
2503*9a0e4156SSadaf Ebrahimi    SystemZ_VMAOF	= 2486,
2504*9a0e4156SSadaf Ebrahimi    SystemZ_VMAOH	= 2487,
2505*9a0e4156SSadaf Ebrahimi    SystemZ_VME	= 2488,
2506*9a0e4156SSadaf Ebrahimi    SystemZ_VMEB	= 2489,
2507*9a0e4156SSadaf Ebrahimi    SystemZ_VMEF	= 2490,
2508*9a0e4156SSadaf Ebrahimi    SystemZ_VMEH	= 2491,
2509*9a0e4156SSadaf Ebrahimi    SystemZ_VMH	= 2492,
2510*9a0e4156SSadaf Ebrahimi    SystemZ_VMHB	= 2493,
2511*9a0e4156SSadaf Ebrahimi    SystemZ_VMHF	= 2494,
2512*9a0e4156SSadaf Ebrahimi    SystemZ_VMHH	= 2495,
2513*9a0e4156SSadaf Ebrahimi    SystemZ_VML	= 2496,
2514*9a0e4156SSadaf Ebrahimi    SystemZ_VMLB	= 2497,
2515*9a0e4156SSadaf Ebrahimi    SystemZ_VMLE	= 2498,
2516*9a0e4156SSadaf Ebrahimi    SystemZ_VMLEB	= 2499,
2517*9a0e4156SSadaf Ebrahimi    SystemZ_VMLEF	= 2500,
2518*9a0e4156SSadaf Ebrahimi    SystemZ_VMLEH	= 2501,
2519*9a0e4156SSadaf Ebrahimi    SystemZ_VMLF	= 2502,
2520*9a0e4156SSadaf Ebrahimi    SystemZ_VMLH	= 2503,
2521*9a0e4156SSadaf Ebrahimi    SystemZ_VMLHB	= 2504,
2522*9a0e4156SSadaf Ebrahimi    SystemZ_VMLHF	= 2505,
2523*9a0e4156SSadaf Ebrahimi    SystemZ_VMLHH	= 2506,
2524*9a0e4156SSadaf Ebrahimi    SystemZ_VMLHW	= 2507,
2525*9a0e4156SSadaf Ebrahimi    SystemZ_VMLO	= 2508,
2526*9a0e4156SSadaf Ebrahimi    SystemZ_VMLOB	= 2509,
2527*9a0e4156SSadaf Ebrahimi    SystemZ_VMLOF	= 2510,
2528*9a0e4156SSadaf Ebrahimi    SystemZ_VMLOH	= 2511,
2529*9a0e4156SSadaf Ebrahimi    SystemZ_VMN	= 2512,
2530*9a0e4156SSadaf Ebrahimi    SystemZ_VMNB	= 2513,
2531*9a0e4156SSadaf Ebrahimi    SystemZ_VMNF	= 2514,
2532*9a0e4156SSadaf Ebrahimi    SystemZ_VMNG	= 2515,
2533*9a0e4156SSadaf Ebrahimi    SystemZ_VMNH	= 2516,
2534*9a0e4156SSadaf Ebrahimi    SystemZ_VMNL	= 2517,
2535*9a0e4156SSadaf Ebrahimi    SystemZ_VMNLB	= 2518,
2536*9a0e4156SSadaf Ebrahimi    SystemZ_VMNLF	= 2519,
2537*9a0e4156SSadaf Ebrahimi    SystemZ_VMNLG	= 2520,
2538*9a0e4156SSadaf Ebrahimi    SystemZ_VMNLH	= 2521,
2539*9a0e4156SSadaf Ebrahimi    SystemZ_VMO	= 2522,
2540*9a0e4156SSadaf Ebrahimi    SystemZ_VMOB	= 2523,
2541*9a0e4156SSadaf Ebrahimi    SystemZ_VMOF	= 2524,
2542*9a0e4156SSadaf Ebrahimi    SystemZ_VMOH	= 2525,
2543*9a0e4156SSadaf Ebrahimi    SystemZ_VMP	= 2526,
2544*9a0e4156SSadaf Ebrahimi    SystemZ_VMRH	= 2527,
2545*9a0e4156SSadaf Ebrahimi    SystemZ_VMRHB	= 2528,
2546*9a0e4156SSadaf Ebrahimi    SystemZ_VMRHF	= 2529,
2547*9a0e4156SSadaf Ebrahimi    SystemZ_VMRHG	= 2530,
2548*9a0e4156SSadaf Ebrahimi    SystemZ_VMRHH	= 2531,
2549*9a0e4156SSadaf Ebrahimi    SystemZ_VMRL	= 2532,
2550*9a0e4156SSadaf Ebrahimi    SystemZ_VMRLB	= 2533,
2551*9a0e4156SSadaf Ebrahimi    SystemZ_VMRLF	= 2534,
2552*9a0e4156SSadaf Ebrahimi    SystemZ_VMRLG	= 2535,
2553*9a0e4156SSadaf Ebrahimi    SystemZ_VMRLH	= 2536,
2554*9a0e4156SSadaf Ebrahimi    SystemZ_VMSL	= 2537,
2555*9a0e4156SSadaf Ebrahimi    SystemZ_VMSLG	= 2538,
2556*9a0e4156SSadaf Ebrahimi    SystemZ_VMSP	= 2539,
2557*9a0e4156SSadaf Ebrahimi    SystemZ_VMX	= 2540,
2558*9a0e4156SSadaf Ebrahimi    SystemZ_VMXB	= 2541,
2559*9a0e4156SSadaf Ebrahimi    SystemZ_VMXF	= 2542,
2560*9a0e4156SSadaf Ebrahimi    SystemZ_VMXG	= 2543,
2561*9a0e4156SSadaf Ebrahimi    SystemZ_VMXH	= 2544,
2562*9a0e4156SSadaf Ebrahimi    SystemZ_VMXL	= 2545,
2563*9a0e4156SSadaf Ebrahimi    SystemZ_VMXLB	= 2546,
2564*9a0e4156SSadaf Ebrahimi    SystemZ_VMXLF	= 2547,
2565*9a0e4156SSadaf Ebrahimi    SystemZ_VMXLG	= 2548,
2566*9a0e4156SSadaf Ebrahimi    SystemZ_VMXLH	= 2549,
2567*9a0e4156SSadaf Ebrahimi    SystemZ_VN	= 2550,
2568*9a0e4156SSadaf Ebrahimi    SystemZ_VNC	= 2551,
2569*9a0e4156SSadaf Ebrahimi    SystemZ_VNN	= 2552,
2570*9a0e4156SSadaf Ebrahimi    SystemZ_VNO	= 2553,
2571*9a0e4156SSadaf Ebrahimi    SystemZ_VNX	= 2554,
2572*9a0e4156SSadaf Ebrahimi    SystemZ_VO	= 2555,
2573*9a0e4156SSadaf Ebrahimi    SystemZ_VOC	= 2556,
2574*9a0e4156SSadaf Ebrahimi    SystemZ_VONE	= 2557,
2575*9a0e4156SSadaf Ebrahimi    SystemZ_VPDI	= 2558,
2576*9a0e4156SSadaf Ebrahimi    SystemZ_VPERM	= 2559,
2577*9a0e4156SSadaf Ebrahimi    SystemZ_VPK	= 2560,
2578*9a0e4156SSadaf Ebrahimi    SystemZ_VPKF	= 2561,
2579*9a0e4156SSadaf Ebrahimi    SystemZ_VPKG	= 2562,
2580*9a0e4156SSadaf Ebrahimi    SystemZ_VPKH	= 2563,
2581*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLS	= 2564,
2582*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSF	= 2565,
2583*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSFS	= 2566,
2584*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSG	= 2567,
2585*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSGS	= 2568,
2586*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSH	= 2569,
2587*9a0e4156SSadaf Ebrahimi    SystemZ_VPKLSHS	= 2570,
2588*9a0e4156SSadaf Ebrahimi    SystemZ_VPKS	= 2571,
2589*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSF	= 2572,
2590*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSFS	= 2573,
2591*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSG	= 2574,
2592*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSGS	= 2575,
2593*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSH	= 2576,
2594*9a0e4156SSadaf Ebrahimi    SystemZ_VPKSHS	= 2577,
2595*9a0e4156SSadaf Ebrahimi    SystemZ_VPKZ	= 2578,
2596*9a0e4156SSadaf Ebrahimi    SystemZ_VPOPCT	= 2579,
2597*9a0e4156SSadaf Ebrahimi    SystemZ_VPOPCTB	= 2580,
2598*9a0e4156SSadaf Ebrahimi    SystemZ_VPOPCTF	= 2581,
2599*9a0e4156SSadaf Ebrahimi    SystemZ_VPOPCTG	= 2582,
2600*9a0e4156SSadaf Ebrahimi    SystemZ_VPOPCTH	= 2583,
2601*9a0e4156SSadaf Ebrahimi    SystemZ_VPSOP	= 2584,
2602*9a0e4156SSadaf Ebrahimi    SystemZ_VREP	= 2585,
2603*9a0e4156SSadaf Ebrahimi    SystemZ_VREPB	= 2586,
2604*9a0e4156SSadaf Ebrahimi    SystemZ_VREPF	= 2587,
2605*9a0e4156SSadaf Ebrahimi    SystemZ_VREPG	= 2588,
2606*9a0e4156SSadaf Ebrahimi    SystemZ_VREPH	= 2589,
2607*9a0e4156SSadaf Ebrahimi    SystemZ_VREPI	= 2590,
2608*9a0e4156SSadaf Ebrahimi    SystemZ_VREPIB	= 2591,
2609*9a0e4156SSadaf Ebrahimi    SystemZ_VREPIF	= 2592,
2610*9a0e4156SSadaf Ebrahimi    SystemZ_VREPIG	= 2593,
2611*9a0e4156SSadaf Ebrahimi    SystemZ_VREPIH	= 2594,
2612*9a0e4156SSadaf Ebrahimi    SystemZ_VRP	= 2595,
2613*9a0e4156SSadaf Ebrahimi    SystemZ_VS	= 2596,
2614*9a0e4156SSadaf Ebrahimi    SystemZ_VSB	= 2597,
2615*9a0e4156SSadaf Ebrahimi    SystemZ_VSBCBI	= 2598,
2616*9a0e4156SSadaf Ebrahimi    SystemZ_VSBCBIQ	= 2599,
2617*9a0e4156SSadaf Ebrahimi    SystemZ_VSBI	= 2600,
2618*9a0e4156SSadaf Ebrahimi    SystemZ_VSBIQ	= 2601,
2619*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBI	= 2602,
2620*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBIB	= 2603,
2621*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBIF	= 2604,
2622*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBIG	= 2605,
2623*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBIH	= 2606,
2624*9a0e4156SSadaf Ebrahimi    SystemZ_VSCBIQ	= 2607,
2625*9a0e4156SSadaf Ebrahimi    SystemZ_VSCEF	= 2608,
2626*9a0e4156SSadaf Ebrahimi    SystemZ_VSCEG	= 2609,
2627*9a0e4156SSadaf Ebrahimi    SystemZ_VSDP	= 2610,
2628*9a0e4156SSadaf Ebrahimi    SystemZ_VSEG	= 2611,
2629*9a0e4156SSadaf Ebrahimi    SystemZ_VSEGB	= 2612,
2630*9a0e4156SSadaf Ebrahimi    SystemZ_VSEGF	= 2613,
2631*9a0e4156SSadaf Ebrahimi    SystemZ_VSEGH	= 2614,
2632*9a0e4156SSadaf Ebrahimi    SystemZ_VSEL	= 2615,
2633*9a0e4156SSadaf Ebrahimi    SystemZ_VSF	= 2616,
2634*9a0e4156SSadaf Ebrahimi    SystemZ_VSG	= 2617,
2635*9a0e4156SSadaf Ebrahimi    SystemZ_VSH	= 2618,
2636*9a0e4156SSadaf Ebrahimi    SystemZ_VSL	= 2619,
2637*9a0e4156SSadaf Ebrahimi    SystemZ_VSLB	= 2620,
2638*9a0e4156SSadaf Ebrahimi    SystemZ_VSLDB	= 2621,
2639*9a0e4156SSadaf Ebrahimi    SystemZ_VSP	= 2622,
2640*9a0e4156SSadaf Ebrahimi    SystemZ_VSQ	= 2623,
2641*9a0e4156SSadaf Ebrahimi    SystemZ_VSRA	= 2624,
2642*9a0e4156SSadaf Ebrahimi    SystemZ_VSRAB	= 2625,
2643*9a0e4156SSadaf Ebrahimi    SystemZ_VSRL	= 2626,
2644*9a0e4156SSadaf Ebrahimi    SystemZ_VSRLB	= 2627,
2645*9a0e4156SSadaf Ebrahimi    SystemZ_VSRP	= 2628,
2646*9a0e4156SSadaf Ebrahimi    SystemZ_VST	= 2629,
2647*9a0e4156SSadaf Ebrahimi    SystemZ_VSTEB	= 2630,
2648*9a0e4156SSadaf Ebrahimi    SystemZ_VSTEF	= 2631,
2649*9a0e4156SSadaf Ebrahimi    SystemZ_VSTEG	= 2632,
2650*9a0e4156SSadaf Ebrahimi    SystemZ_VSTEH	= 2633,
2651*9a0e4156SSadaf Ebrahimi    SystemZ_VSTL	= 2634,
2652*9a0e4156SSadaf Ebrahimi    SystemZ_VSTM	= 2635,
2653*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRC	= 2636,
2654*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCB	= 2637,
2655*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCBS	= 2638,
2656*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCF	= 2639,
2657*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCFS	= 2640,
2658*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCH	= 2641,
2659*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCHS	= 2642,
2660*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZB	= 2643,
2661*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZBS	= 2644,
2662*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZF	= 2645,
2663*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZFS	= 2646,
2664*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZH	= 2647,
2665*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRCZHS	= 2648,
2666*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRL	= 2649,
2667*9a0e4156SSadaf Ebrahimi    SystemZ_VSTRLR	= 2650,
2668*9a0e4156SSadaf Ebrahimi    SystemZ_VSUM	= 2651,
2669*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMB	= 2652,
2670*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMG	= 2653,
2671*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMGF	= 2654,
2672*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMGH	= 2655,
2673*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMH	= 2656,
2674*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMQ	= 2657,
2675*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMQF	= 2658,
2676*9a0e4156SSadaf Ebrahimi    SystemZ_VSUMQG	= 2659,
2677*9a0e4156SSadaf Ebrahimi    SystemZ_VTM	= 2660,
2678*9a0e4156SSadaf Ebrahimi    SystemZ_VTP	= 2661,
2679*9a0e4156SSadaf Ebrahimi    SystemZ_VUPH	= 2662,
2680*9a0e4156SSadaf Ebrahimi    SystemZ_VUPHB	= 2663,
2681*9a0e4156SSadaf Ebrahimi    SystemZ_VUPHF	= 2664,
2682*9a0e4156SSadaf Ebrahimi    SystemZ_VUPHH	= 2665,
2683*9a0e4156SSadaf Ebrahimi    SystemZ_VUPKZ	= 2666,
2684*9a0e4156SSadaf Ebrahimi    SystemZ_VUPL	= 2667,
2685*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLB	= 2668,
2686*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLF	= 2669,
2687*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLH	= 2670,
2688*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLHB	= 2671,
2689*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLHF	= 2672,
2690*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLHH	= 2673,
2691*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLHW	= 2674,
2692*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLL	= 2675,
2693*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLLB	= 2676,
2694*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLLF	= 2677,
2695*9a0e4156SSadaf Ebrahimi    SystemZ_VUPLLH	= 2678,
2696*9a0e4156SSadaf Ebrahimi    SystemZ_VX	= 2679,
2697*9a0e4156SSadaf Ebrahimi    SystemZ_VZERO	= 2680,
2698*9a0e4156SSadaf Ebrahimi    SystemZ_WCDGB	= 2681,
2699*9a0e4156SSadaf Ebrahimi    SystemZ_WCDLGB	= 2682,
2700*9a0e4156SSadaf Ebrahimi    SystemZ_WCGDB	= 2683,
2701*9a0e4156SSadaf Ebrahimi    SystemZ_WCLGDB	= 2684,
2702*9a0e4156SSadaf Ebrahimi    SystemZ_WFADB	= 2685,
2703*9a0e4156SSadaf Ebrahimi    SystemZ_WFASB	= 2686,
2704*9a0e4156SSadaf Ebrahimi    SystemZ_WFAXB	= 2687,
2705*9a0e4156SSadaf Ebrahimi    SystemZ_WFC	= 2688,
2706*9a0e4156SSadaf Ebrahimi    SystemZ_WFCDB	= 2689,
2707*9a0e4156SSadaf Ebrahimi    SystemZ_WFCEDB	= 2690,
2708*9a0e4156SSadaf Ebrahimi    SystemZ_WFCEDBS	= 2691,
2709*9a0e4156SSadaf Ebrahimi    SystemZ_WFCESB	= 2692,
2710*9a0e4156SSadaf Ebrahimi    SystemZ_WFCESBS	= 2693,
2711*9a0e4156SSadaf Ebrahimi    SystemZ_WFCEXB	= 2694,
2712*9a0e4156SSadaf Ebrahimi    SystemZ_WFCEXBS	= 2695,
2713*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHDB	= 2696,
2714*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHDBS	= 2697,
2715*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHEDB	= 2698,
2716*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHEDBS	= 2699,
2717*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHESB	= 2700,
2718*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHESBS	= 2701,
2719*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHEXB	= 2702,
2720*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHEXBS	= 2703,
2721*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHSB	= 2704,
2722*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHSBS	= 2705,
2723*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHXB	= 2706,
2724*9a0e4156SSadaf Ebrahimi    SystemZ_WFCHXBS	= 2707,
2725*9a0e4156SSadaf Ebrahimi    SystemZ_WFCSB	= 2708,
2726*9a0e4156SSadaf Ebrahimi    SystemZ_WFCXB	= 2709,
2727*9a0e4156SSadaf Ebrahimi    SystemZ_WFDDB	= 2710,
2728*9a0e4156SSadaf Ebrahimi    SystemZ_WFDSB	= 2711,
2729*9a0e4156SSadaf Ebrahimi    SystemZ_WFDXB	= 2712,
2730*9a0e4156SSadaf Ebrahimi    SystemZ_WFIDB	= 2713,
2731*9a0e4156SSadaf Ebrahimi    SystemZ_WFISB	= 2714,
2732*9a0e4156SSadaf Ebrahimi    SystemZ_WFIXB	= 2715,
2733*9a0e4156SSadaf Ebrahimi    SystemZ_WFK	= 2716,
2734*9a0e4156SSadaf Ebrahimi    SystemZ_WFKDB	= 2717,
2735*9a0e4156SSadaf Ebrahimi    SystemZ_WFKEDB	= 2718,
2736*9a0e4156SSadaf Ebrahimi    SystemZ_WFKEDBS	= 2719,
2737*9a0e4156SSadaf Ebrahimi    SystemZ_WFKESB	= 2720,
2738*9a0e4156SSadaf Ebrahimi    SystemZ_WFKESBS	= 2721,
2739*9a0e4156SSadaf Ebrahimi    SystemZ_WFKEXB	= 2722,
2740*9a0e4156SSadaf Ebrahimi    SystemZ_WFKEXBS	= 2723,
2741*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHDB	= 2724,
2742*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHDBS	= 2725,
2743*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHEDB	= 2726,
2744*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHEDBS	= 2727,
2745*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHESB	= 2728,
2746*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHESBS	= 2729,
2747*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHEXB	= 2730,
2748*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHEXBS	= 2731,
2749*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHSB	= 2732,
2750*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHSBS	= 2733,
2751*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHXB	= 2734,
2752*9a0e4156SSadaf Ebrahimi    SystemZ_WFKHXBS	= 2735,
2753*9a0e4156SSadaf Ebrahimi    SystemZ_WFKSB	= 2736,
2754*9a0e4156SSadaf Ebrahimi    SystemZ_WFKXB	= 2737,
2755*9a0e4156SSadaf Ebrahimi    SystemZ_WFLCDB	= 2738,
2756*9a0e4156SSadaf Ebrahimi    SystemZ_WFLCSB	= 2739,
2757*9a0e4156SSadaf Ebrahimi    SystemZ_WFLCXB	= 2740,
2758*9a0e4156SSadaf Ebrahimi    SystemZ_WFLLD	= 2741,
2759*9a0e4156SSadaf Ebrahimi    SystemZ_WFLLS	= 2742,
2760*9a0e4156SSadaf Ebrahimi    SystemZ_WFLNDB	= 2743,
2761*9a0e4156SSadaf Ebrahimi    SystemZ_WFLNSB	= 2744,
2762*9a0e4156SSadaf Ebrahimi    SystemZ_WFLNXB	= 2745,
2763*9a0e4156SSadaf Ebrahimi    SystemZ_WFLPDB	= 2746,
2764*9a0e4156SSadaf Ebrahimi    SystemZ_WFLPSB	= 2747,
2765*9a0e4156SSadaf Ebrahimi    SystemZ_WFLPXB	= 2748,
2766*9a0e4156SSadaf Ebrahimi    SystemZ_WFLRD	= 2749,
2767*9a0e4156SSadaf Ebrahimi    SystemZ_WFLRX	= 2750,
2768*9a0e4156SSadaf Ebrahimi    SystemZ_WFMADB	= 2751,
2769*9a0e4156SSadaf Ebrahimi    SystemZ_WFMASB	= 2752,
2770*9a0e4156SSadaf Ebrahimi    SystemZ_WFMAXB	= 2753,
2771*9a0e4156SSadaf Ebrahimi    SystemZ_WFMAXDB	= 2754,
2772*9a0e4156SSadaf Ebrahimi    SystemZ_WFMAXSB	= 2755,
2773*9a0e4156SSadaf Ebrahimi    SystemZ_WFMAXXB	= 2756,
2774*9a0e4156SSadaf Ebrahimi    SystemZ_WFMDB	= 2757,
2775*9a0e4156SSadaf Ebrahimi    SystemZ_WFMINDB	= 2758,
2776*9a0e4156SSadaf Ebrahimi    SystemZ_WFMINSB	= 2759,
2777*9a0e4156SSadaf Ebrahimi    SystemZ_WFMINXB	= 2760,
2778*9a0e4156SSadaf Ebrahimi    SystemZ_WFMSB	= 2761,
2779*9a0e4156SSadaf Ebrahimi    SystemZ_WFMSDB	= 2762,
2780*9a0e4156SSadaf Ebrahimi    SystemZ_WFMSSB	= 2763,
2781*9a0e4156SSadaf Ebrahimi    SystemZ_WFMSXB	= 2764,
2782*9a0e4156SSadaf Ebrahimi    SystemZ_WFMXB	= 2765,
2783*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMADB	= 2766,
2784*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMASB	= 2767,
2785*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMAXB	= 2768,
2786*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMSDB	= 2769,
2787*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMSSB	= 2770,
2788*9a0e4156SSadaf Ebrahimi    SystemZ_WFNMSXB	= 2771,
2789*9a0e4156SSadaf Ebrahimi    SystemZ_WFPSODB	= 2772,
2790*9a0e4156SSadaf Ebrahimi    SystemZ_WFPSOSB	= 2773,
2791*9a0e4156SSadaf Ebrahimi    SystemZ_WFPSOXB	= 2774,
2792*9a0e4156SSadaf Ebrahimi    SystemZ_WFSDB	= 2775,
2793*9a0e4156SSadaf Ebrahimi    SystemZ_WFSQDB	= 2776,
2794*9a0e4156SSadaf Ebrahimi    SystemZ_WFSQSB	= 2777,
2795*9a0e4156SSadaf Ebrahimi    SystemZ_WFSQXB	= 2778,
2796*9a0e4156SSadaf Ebrahimi    SystemZ_WFSSB	= 2779,
2797*9a0e4156SSadaf Ebrahimi    SystemZ_WFSXB	= 2780,
2798*9a0e4156SSadaf Ebrahimi    SystemZ_WFTCIDB	= 2781,
2799*9a0e4156SSadaf Ebrahimi    SystemZ_WFTCISB	= 2782,
2800*9a0e4156SSadaf Ebrahimi    SystemZ_WFTCIXB	= 2783,
2801*9a0e4156SSadaf Ebrahimi    SystemZ_WLDEB	= 2784,
2802*9a0e4156SSadaf Ebrahimi    SystemZ_WLEDB	= 2785,
2803*9a0e4156SSadaf Ebrahimi    SystemZ_X	= 2786,
2804*9a0e4156SSadaf Ebrahimi    SystemZ_XC	= 2787,
2805*9a0e4156SSadaf Ebrahimi    SystemZ_XG	= 2788,
2806*9a0e4156SSadaf Ebrahimi    SystemZ_XGR	= 2789,
2807*9a0e4156SSadaf Ebrahimi    SystemZ_XGRK	= 2790,
2808*9a0e4156SSadaf Ebrahimi    SystemZ_XI	= 2791,
2809*9a0e4156SSadaf Ebrahimi    SystemZ_XIHF	= 2792,
2810*9a0e4156SSadaf Ebrahimi    SystemZ_XILF	= 2793,
2811*9a0e4156SSadaf Ebrahimi    SystemZ_XIY	= 2794,
2812*9a0e4156SSadaf Ebrahimi    SystemZ_XR	= 2795,
2813*9a0e4156SSadaf Ebrahimi    SystemZ_XRK	= 2796,
2814*9a0e4156SSadaf Ebrahimi    SystemZ_XSCH	= 2797,
2815*9a0e4156SSadaf Ebrahimi    SystemZ_XY	= 2798,
2816*9a0e4156SSadaf Ebrahimi    SystemZ_ZAP	= 2799,
2817*9a0e4156SSadaf Ebrahimi    SystemZ_INSTRUCTION_LIST_END = 2800
2818*9a0e4156SSadaf Ebrahimi  };
2819*9a0e4156SSadaf Ebrahimi
2820*9a0e4156SSadaf Ebrahimi#endif // GET_INSTRINFO_ENUM
2821