Subversion Repositories Kolibri OS

Rev

Rev 1189 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
157 heavyiron 1
 
2
; Copyright (c) 1999-2011, Tomasz Grysztar.
2287 heavyiron 3
; All rights reserved.
157 heavyiron 4
5
 
6
7
 
8
 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\'
9
10
 
11
 db 6,'define'
12
 dw define_symbolic_constant-directive_handler
1189 heavyiron 13
 db 7,'include'
157 heavyiron 14
 dw include_file-directive_handler
1189 heavyiron 15
 db 3,'irp'
157 heavyiron 16
 dw irp_directive-directive_handler
1189 heavyiron 17
 db 4,'irps'
157 heavyiron 18
 dw irps_directive-directive_handler
1189 heavyiron 19
 db 5,'macro'
157 heavyiron 20
 dw define_macro-directive_handler
1189 heavyiron 21
 db 5,'match'
157 heavyiron 22
 dw match_directive-directive_handler
1189 heavyiron 23
 db 5,'purge'
157 heavyiron 24
 dw purge_macro-directive_handler
1189 heavyiron 25
 db 4,'rept'
157 heavyiron 26
 dw rept_directive-directive_handler
1189 heavyiron 27
 db 7,'restore'
157 heavyiron 28
 dw restore_equ_constant-directive_handler
1189 heavyiron 29
 db 7,'restruc'
157 heavyiron 30
 dw purge_struc-directive_handler
1189 heavyiron 31
 db 5,'struc'
157 heavyiron 32
 dw define_struc-directive_handler
1189 heavyiron 33
 db 0
157 heavyiron 34
35
 
36
 db 6,'common'
37
 dw common_block-directive_handler
1189 heavyiron 38
 db 7,'forward'
157 heavyiron 39
 dw forward_block-directive_handler
1189 heavyiron 40
 db 5,'local'
157 heavyiron 41
 dw local_symbols-directive_handler
1189 heavyiron 42
 db 7,'reverse'
157 heavyiron 43
 dw reverse_block-directive_handler
1189 heavyiron 44
 db 0
157 heavyiron 45
46
 
47
 db 1,'+',80h
48
 db 1,'-',81h
49
 db 1,'*',90h
50
 db 1,'/',91h
51
 db 3,'mod',0A0h
52
 db 3,'and',0B0h
53
 db 2,'or',0B1h
54
 db 3,'xor',0B2h
55
 db 3,'shl',0C0h
56
 db 3,'shr',0C1h
57
 db 0
58
59
 
60
 db 1,'+',0
61
 db 1,'-',083h
62
 db 3,'not',0D0h
63
 db 3,'plt',0E1h
174 heavyiron 64
 db 3,'rva',0E0h
157 heavyiron 65
 db 0
66
67
 
68
 db 5,'align',8Ch
2287 heavyiron 69
 db 2,'as',86h
157 heavyiron 70
 db 2,'at',80h
71
 db 7,'defined',88h
72
 db 3,'dup',81h
73
 db 2,'eq',0F0h
74
 db 6,'eqtype',0F7h
75
 db 4,'from',82h
76
 db 2,'in',0F6h
77
 db 2,'on',84h
78
 db 3,'ptr',85h
79
 db 4,'used',89h
80
 db 0
81
82
 
83
 db 2,'bp',25h
84
 db 2,'bx',23h
85
 db 2,'di',27h
86
 db 3,'eax',40h
87
 db 3,'ebp',45h
88
 db 3,'ebx',43h
89
 db 3,'ecx',41h
90
 db 3,'edi',47h
91
 db 3,'edx',42h
92
 db 3,'eip',0F4h
176 heavyiron 93
 db 3,'esi',46h
157 heavyiron 94
 db 3,'esp',44h
95
 db 3,'r10',8Ah
96
 db 4,'r10d',4Ah
97
 db 3,'r11',8Bh
98
 db 4,'r11d',4Bh
99
 db 3,'r12',8Ch
100
 db 4,'r12d',4Ch
101
 db 3,'r13',8Dh
102
 db 4,'r13d',4Dh
103
 db 3,'r14',8Eh
104
 db 4,'r14d',4Eh
105
 db 3,'r15',8Fh
106
 db 4,'r15d',4Fh
107
 db 2,'r8',88h
108
 db 3,'r8d',48h
109
 db 2,'r9',89h
110
 db 3,'r9d',49h
111
 db 3,'rax',80h
112
 db 3,'rbp',85h
113
 db 3,'rbx',83h
114
 db 3,'rcx',81h
115
 db 3,'rdi',87h
116
 db 3,'rdx',82h
117
 db 3,'rip',0F8h
176 heavyiron 118
 db 3,'rsi',86h
157 heavyiron 119
 db 3,'rsp',84h
120
 db 2,'si',26h
121
 db 0
122
123
 
124
 db 4,'byte',1
125
 db 5,'dword',4
126
 db 5,'qword',8
127
 db 4,'word',2
128
 db 0
129
130
 
131
 dw symbols_2-symbols,(symbols_3-symbols_2)/(2+2)
132
 dw symbols_3-symbols,(symbols_4-symbols_3)/(3+2)
133
 dw symbols_4-symbols,(symbols_5-symbols_4)/(4+2)
134
 dw symbols_5-symbols,(symbols_6-symbols_5)/(5+2)
135
 dw symbols_6-symbols,(symbols_7-symbols_6)/(6+2)
136
 dw symbols_7-symbols,(symbols_8-symbols_7)/(7+2)
137
 dw symbols_8-symbols,(symbols_9-symbols_8)/(8+2)
138
 dw symbols_9-symbols,(symbols_10-symbols_9)/(9+2)
139
 dw symbols_10-symbols,(symbols_11-symbols_10)/(10+2)
140
 dw symbols_11-symbols,(symbols_end-symbols_11)/(11+2)
141
142
 
143
 db 'ah',10h,04h
144
 db 'al',10h,10h
145
 db 'ax',10h,20h
146
 db 'bh',10h,07h
147
 db 'bl',10h,13h
148
 db 'bp',10h,25h
149
 db 'bx',10h,23h
150
 db 'ch',10h,05h
151
 db 'cl',10h,11h
152
 db 'cs',10h,62h
153
 db 'cx',10h,21h
154
 db 'dh',10h,06h
155
 db 'di',10h,27h
156
 db 'dl',10h,12h
157
 db 'ds',10h,64h
158
 db 'dx',10h,22h
159
 db 'es',10h,61h
160
 db 'fs',10h,65h
161
 db 'gs',10h,66h
162
 db 'ms',1Ch,41h
2287 heavyiron 163
 db 'mz',18h,20h
157 heavyiron 164
 db 'nx',1Bh,83h
2287 heavyiron 165
 db 'pe',18h,30h
157 heavyiron 166
 db 'r8',10h,88h
167
 db 'r9',10h,89h
168
 db 'si',10h,26h
169
 db 'sp',10h,24h
170
 db 'ss',10h,63h
171
 db 'st',10h,0A0h
172
symbols_3:
173
 db 'bpl',10h,15h
174
 db 'cr0',10h,50h
175
 db 'cr1',10h,51h
176
 db 'cr2',10h,52h
177
 db 'cr3',10h,53h
178
 db 'cr4',10h,54h
179
 db 'cr5',10h,55h
180
 db 'cr6',10h,56h
181
 db 'cr7',10h,57h
182
 db 'cr8',10h,58h
183
 db 'cr9',10h,59h
184
 db 'dil',10h,17h
185
 db 'dll',1Bh,80h
186
 db 'dr0',10h,70h
187
 db 'dr1',10h,71h
188
 db 'dr2',10h,72h
189
 db 'dr3',10h,73h
190
 db 'dr4',10h,74h
191
 db 'dr5',10h,75h
192
 db 'dr6',10h,76h
193
 db 'dr7',10h,77h
194
 db 'dr8',10h,78h
195
 db 'dr9',10h,79h
196
 db 'eax',10h,40h
197
 db 'ebp',10h,45h
198
 db 'ebx',10h,43h
199
 db 'ecx',10h,41h
200
 db 'edi',10h,47h
201
 db 'edx',10h,42h
202
 db 'efi',1Bh,10
992 heavyiron 203
 db 'eip',10h,0F4h
204
 db 'elf',18h,50h
157 heavyiron 205
 db 'esi',10h,46h
206
 db 'esp',10h,44h
207
 db 'far',12h,3
208
 db 'gui',1Bh,2
209
 db 'mm0',10h,0B0h
210
 db 'mm1',10h,0B1h
211
 db 'mm2',10h,0B2h
212
 db 'mm3',10h,0B3h
213
 db 'mm4',10h,0B4h
214
 db 'mm5',10h,0B5h
215
 db 'mm6',10h,0B6h
216
 db 'mm7',10h,0B7h
217
 db 'r10',10h,8Ah
218
 db 'r11',10h,8Bh
219
 db 'r12',10h,8Ch
220
 db 'r13',10h,8Dh
221
 db 'r14',10h,8Eh
222
 db 'r15',10h,8Fh
223
 db 'r8b',10h,18h
224
 db 'r8d',10h,48h
225
 db 'r8l',10h,18h
226
 db 'r8w',10h,28h
227
 db 'r9b',10h,19h
228
 db 'r9d',10h,49h
229
 db 'r9l',10h,19h
230
 db 'r9w',10h,29h
231
 db 'rax',10h,80h
232
 db 'rbp',10h,85h
233
 db 'rbx',10h,83h
234
 db 'rcx',10h,81h
235
 db 'rdi',10h,87h
236
 db 'rdx',10h,82h
237
 db 'rip',10h,0F8h
992 heavyiron 238
 db 'rsi',10h,86h
157 heavyiron 239
 db 'rsp',10h,84h
240
 db 'sil',10h,16h
241
 db 'spl',10h,14h
242
 db 'st0',10h,0A0h
243
 db 'st1',10h,0A1h
244
 db 'st2',10h,0A2h
245
 db 'st3',10h,0A3h
246
 db 'st4',10h,0A4h
247
 db 'st5',10h,0A5h
248
 db 'st6',10h,0A6h
249
 db 'st7',10h,0A7h
250
 db 'tr0',10h,90h
251
 db 'tr1',10h,91h
252
 db 'tr2',10h,92h
253
 db 'tr3',10h,93h
254
 db 'tr4',10h,94h
255
 db 'tr5',10h,95h
256
 db 'tr6',10h,96h
257
 db 'tr7',10h,97h
258
 db 'wdm',1Bh,81h
259
symbols_4:
260
 db 'byte',11h,1
261
 db 'code',19h,5
262
 db 'coff',18h,40h
263
 db 'cr10',10h,5Ah
264
 db 'cr11',10h,5Bh
265
 db 'cr12',10h,5Ch
266
 db 'cr13',10h,5Dh
267
 db 'cr14',10h,5Eh
268
 db 'cr15',10h,5Fh
269
 db 'data',19h,6
270
 db 'dr10',10h,7Ah
271
 db 'dr11',10h,7Bh
272
 db 'dr12',10h,7Ch
273
 db 'dr13',10h,7Dh
274
 db 'dr14',10h,7Eh
275
 db 'dr15',10h,7Fh
276
 db 'ms64',1Ch,49h
2287 heavyiron 277
 db 'near',12h,2
157 heavyiron 278
 db 'note',1Eh,4
1189 heavyiron 279
 db 'pe64',18h,3Ch
2287 heavyiron 280
 db 'r10b',10h,1Ah
157 heavyiron 281
 db 'r10d',10h,4Ah
282
 db 'r10l',10h,1Ah
283
 db 'r10w',10h,2Ah
284
 db 'r11b',10h,1Bh
285
 db 'r11d',10h,4Bh
286
 db 'r11l',10h,1Bh
287
 db 'r11w',10h,2Bh
288
 db 'r12b',10h,1Ch
289
 db 'r12d',10h,4Ch
290
 db 'r12l',10h,1Ch
291
 db 'r12w',10h,2Ch
292
 db 'r13b',10h,1Dh
293
 db 'r13d',10h,4Dh
294
 db 'r13l',10h,1Dh
295
 db 'r13w',10h,2Dh
296
 db 'r14b',10h,1Eh
297
 db 'r14d',10h,4Eh
298
 db 'r14l',10h,1Eh
299
 db 'r14w',10h,2Eh
300
 db 'r15b',10h,1Fh
301
 db 'r15d',10h,4Fh
302
 db 'r15l',10h,1Fh
303
 db 'r15w',10h,2Fh
304
 db 'word',11h,2
305
 db 'xmm0',10h,0C0h
306
 db 'xmm1',10h,0C1h
307
 db 'xmm2',10h,0C2h
308
 db 'xmm3',10h,0C3h
309
 db 'xmm4',10h,0C4h
310
 db 'xmm5',10h,0C5h
311
 db 'xmm6',10h,0C6h
312
 db 'xmm7',10h,0C7h
313
 db 'xmm8',10h,0C8h
314
 db 'xmm9',10h,0C9h
315
 db 'ymm0',10h,0D0h
2287 heavyiron 316
 db 'ymm1',10h,0D1h
317
 db 'ymm2',10h,0D2h
318
 db 'ymm3',10h,0D3h
319
 db 'ymm4',10h,0D4h
320
 db 'ymm5',10h,0D5h
321
 db 'ymm6',10h,0D6h
322
 db 'ymm7',10h,0D7h
323
 db 'ymm8',10h,0D8h
324
 db 'ymm9',10h,0D9h
325
symbols_5:
157 heavyiron 326
 db 'dword',11h,4
327
 db 'elf64',18h,58h
328
 db 'fword',11h,6
329
 db 'large',1Bh,82h
2287 heavyiron 330
 db 'pword',11h,6
157 heavyiron 331
 db 'qword',11h,8
332
 db 'short',12h,1
333
 db 'tbyte',11h,0Ah
334
 db 'tword',11h,0Ah
335
 db 'use16',13h,16
336
 db 'use32',13h,32
337
 db 'use64',13h,64
338
 db 'xmm10',10h,0CAh
339
 db 'xmm11',10h,0CBh
340
 db 'xmm12',10h,0CCh
341
 db 'xmm13',10h,0CDh
342
 db 'xmm14',10h,0CEh
343
 db 'xmm15',10h,0CFh
344
 db 'xword',11h,16
2287 heavyiron 345
 db 'ymm10',10h,0DAh
346
 db 'ymm11',10h,0DBh
347
 db 'ymm12',10h,0DCh
348
 db 'ymm13',10h,0DDh
349
 db 'ymm14',10h,0DEh
350
 db 'ymm15',10h,0DFh
351
 db 'yword',11h,32
352
symbols_6:
157 heavyiron 353
 db 'binary',18h,10h
354
 db 'dqword',11h,16
355
 db 'export',1Ah,0
356
 db 'fixups',1Ah,5
357
 db 'import',1Ah,1
358
 db 'native',1Bh,1
359
 db 'qqword',11h,32
2287 heavyiron 360
 db 'static',1Dh,1
624 heavyiron 361
symbols_7:
157 heavyiron 362
 db 'console',1Bh,3
363
 db 'dynamic',1Eh,2
1189 heavyiron 364
 db 'efiboot',1Bh,11
992 heavyiron 365
symbols_8:
157 heavyiron 366
 db 'linkinfo',19h,9
367
 db 'readable',19h,30
368
 db 'resource',1Ah,2
369
 db 'writable',19h,31
370
symbols_9:
371
 db 'shareable',19h,28
372
 db 'writeable',19h,31
373
symbols_10:
374
 db 'efiruntime',1Bh,12
992 heavyiron 375
 db 'executable',19h,29
157 heavyiron 376
 db 'linkremove',19h,11
377
symbols_11:
378
 db 'discardable',19h,25
379
 db 'interpreter',1Eh,3
1189 heavyiron 380
 db 'notpageable',19h,27
157 heavyiron 381
symbols_end:
382
383
 
384
 dw instructions_2-instructions,(instructions_3-instructions_2)/(2+3)
385
 dw instructions_3-instructions,(instructions_4-instructions_3)/(3+3)
386
 dw instructions_4-instructions,(instructions_5-instructions_4)/(4+3)
387
 dw instructions_5-instructions,(instructions_6-instructions_5)/(5+3)
388
 dw instructions_6-instructions,(instructions_7-instructions_6)/(6+3)
389
 dw instructions_7-instructions,(instructions_8-instructions_7)/(7+3)
390
 dw instructions_8-instructions,(instructions_9-instructions_8)/(8+3)
391
 dw instructions_9-instructions,(instructions_10-instructions_9)/(9+3)
392
 dw instructions_10-instructions,(instructions_11-instructions_10)/(10+3)
393
 dw instructions_11-instructions,(instructions_12-instructions_11)/(11+3)
2287 heavyiron 394
 dw instructions_12-instructions,(instructions_13-instructions_12)/(12+3)
395
 dw instructions_13-instructions,(instructions_14-instructions_13)/(13+3)
396
 dw instructions_14-instructions,(instructions_15-instructions_14)/(14+3)
397
 dw instructions_15-instructions,(instructions_16-instructions_15)/(15+3)
398
 dw instructions_16-instructions,(instructions_end-instructions_16)/(16+3)
399
157 heavyiron 400
 
401
 db 'bt',4
402
 dw bt_instruction-instruction_handler
1189 heavyiron 403
 db 'if',0
157 heavyiron 404
 dw if_directive-instruction_handler
1189 heavyiron 405
 db 'in',0
157 heavyiron 406
 dw in_instruction-instruction_handler
1189 heavyiron 407
 db 'ja',77h
157 heavyiron 408
 dw conditional_jump-instruction_handler
1189 heavyiron 409
 db 'jb',72h
157 heavyiron 410
 dw conditional_jump-instruction_handler
1189 heavyiron 411
 db 'jc',72h
157 heavyiron 412
 dw conditional_jump-instruction_handler
1189 heavyiron 413
 db 'je',74h
157 heavyiron 414
 dw conditional_jump-instruction_handler
1189 heavyiron 415
 db 'jg',7Fh
157 heavyiron 416
 dw conditional_jump-instruction_handler
1189 heavyiron 417
 db 'jl',7Ch
157 heavyiron 418
 dw conditional_jump-instruction_handler
1189 heavyiron 419
 db 'jo',70h
157 heavyiron 420
 dw conditional_jump-instruction_handler
1189 heavyiron 421
 db 'jp',7Ah
157 heavyiron 422
 dw conditional_jump-instruction_handler
1189 heavyiron 423
 db 'js',78h
157 heavyiron 424
 dw conditional_jump-instruction_handler
1189 heavyiron 425
 db 'jz',74h
157 heavyiron 426
 dw conditional_jump-instruction_handler
1189 heavyiron 427
 db 'or',08h
157 heavyiron 428
 dw basic_instruction-instruction_handler
1189 heavyiron 429
instructions_3:
157 heavyiron 430
 db 'aaa',37h
431
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 432
 db 'aad',0D5h
157 heavyiron 433
 dw aa_instruction-instruction_handler
1189 heavyiron 434
 db 'aam',0D4h
157 heavyiron 435
 dw aa_instruction-instruction_handler
1189 heavyiron 436
 db 'aas',3Fh
157 heavyiron 437
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 438
 db 'adc',10h
157 heavyiron 439
 dw basic_instruction-instruction_handler
1189 heavyiron 440
 db 'add',00h
157 heavyiron 441
 dw basic_instruction-instruction_handler
1189 heavyiron 442
 db 'and',20h
157 heavyiron 443
 dw basic_instruction-instruction_handler
1189 heavyiron 444
 db 'bsf',0BCh
157 heavyiron 445
 dw bs_instruction-instruction_handler
1189 heavyiron 446
 db 'bsr',0BDh
157 heavyiron 447
 dw bs_instruction-instruction_handler
1189 heavyiron 448
 db 'btc',7
157 heavyiron 449
 dw bt_instruction-instruction_handler
1189 heavyiron 450
 db 'btr',6
157 heavyiron 451
 dw bt_instruction-instruction_handler
1189 heavyiron 452
 db 'bts',5
157 heavyiron 453
 dw bt_instruction-instruction_handler
1189 heavyiron 454
 db 'cbw',98h
157 heavyiron 455
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 456
 db 'cdq',99h
157 heavyiron 457
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 458
 db 'clc',0F8h
157 heavyiron 459
 dw simple_instruction-instruction_handler
1189 heavyiron 460
 db 'cld',0FCh
157 heavyiron 461
 dw simple_instruction-instruction_handler
1189 heavyiron 462
 db 'cli',0FAh
157 heavyiron 463
 dw simple_instruction-instruction_handler
1189 heavyiron 464
 db 'cmc',0F5h
157 heavyiron 465
 dw simple_instruction-instruction_handler
1189 heavyiron 466
 db 'cmp',38h
157 heavyiron 467
 dw basic_instruction-instruction_handler
1189 heavyiron 468
 db 'cqo',99h
157 heavyiron 469
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 470
 db 'cwd',99h
157 heavyiron 471
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 472
 db 'daa',27h
157 heavyiron 473
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 474
 db 'das',2Fh
157 heavyiron 475
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 476
 db 'dec',1
157 heavyiron 477
 dw inc_instruction-instruction_handler
1189 heavyiron 478
 db 'div',6
157 heavyiron 479
 dw single_operand_instruction-instruction_handler
1189 heavyiron 480
 db 'end',0
157 heavyiron 481
 dw end_directive-instruction_handler
1189 heavyiron 482
 db 'err',0
1039 heavyiron 483
 dw err_directive-instruction_handler
1189 heavyiron 484
 db 'fld',0
157 heavyiron 485
 dw fld_instruction-instruction_handler
1189 heavyiron 486
 db 'fst',2
157 heavyiron 487
 dw fld_instruction-instruction_handler
1189 heavyiron 488
 db 'hlt',0F4h
157 heavyiron 489
 dw simple_instruction-instruction_handler
1189 heavyiron 490
 db 'inc',0
157 heavyiron 491
 dw inc_instruction-instruction_handler
1189 heavyiron 492
 db 'ins',6Ch
157 heavyiron 493
 dw ins_instruction-instruction_handler
1189 heavyiron 494
 db 'int',0CDh
157 heavyiron 495
 dw int_instruction-instruction_handler
1189 heavyiron 496
 db 'jae',73h
157 heavyiron 497
 dw conditional_jump-instruction_handler
1189 heavyiron 498
 db 'jbe',76h
157 heavyiron 499
 dw conditional_jump-instruction_handler
1189 heavyiron 500
 db 'jge',7Dh
157 heavyiron 501
 dw conditional_jump-instruction_handler
1189 heavyiron 502
 db 'jle',7Eh
157 heavyiron 503
 dw conditional_jump-instruction_handler
1189 heavyiron 504
 db 'jmp',0
157 heavyiron 505
 dw jmp_instruction-instruction_handler
1189 heavyiron 506
 db 'jna',76h
157 heavyiron 507
 dw conditional_jump-instruction_handler
1189 heavyiron 508
 db 'jnb',73h
157 heavyiron 509
 dw conditional_jump-instruction_handler
1189 heavyiron 510
 db 'jnc',73h
157 heavyiron 511
 dw conditional_jump-instruction_handler
1189 heavyiron 512
 db 'jne',75h
157 heavyiron 513
 dw conditional_jump-instruction_handler
1189 heavyiron 514
 db 'jng',7Eh
157 heavyiron 515
 dw conditional_jump-instruction_handler
1189 heavyiron 516
 db 'jnl',7Dh
157 heavyiron 517
 dw conditional_jump-instruction_handler
1189 heavyiron 518
 db 'jno',71h
157 heavyiron 519
 dw conditional_jump-instruction_handler
1189 heavyiron 520
 db 'jnp',7Bh
157 heavyiron 521
 dw conditional_jump-instruction_handler
1189 heavyiron 522
 db 'jns',79h
157 heavyiron 523
 dw conditional_jump-instruction_handler
1189 heavyiron 524
 db 'jnz',75h
157 heavyiron 525
 dw conditional_jump-instruction_handler
1189 heavyiron 526
 db 'jpe',7Ah
157 heavyiron 527
 dw conditional_jump-instruction_handler
1189 heavyiron 528
 db 'jpo',7Bh
157 heavyiron 529
 dw conditional_jump-instruction_handler
1189 heavyiron 530
 db 'lar',2
157 heavyiron 531
 dw lar_instruction-instruction_handler
1189 heavyiron 532
 db 'lds',3
157 heavyiron 533
 dw ls_instruction-instruction_handler
1189 heavyiron 534
 db 'lea',0
157 heavyiron 535
 dw lea_instruction-instruction_handler
1189 heavyiron 536
 db 'les',0
157 heavyiron 537
 dw ls_instruction-instruction_handler
1189 heavyiron 538
 db 'lfs',4
157 heavyiron 539
 dw ls_instruction-instruction_handler
1189 heavyiron 540
 db 'lgs',5
157 heavyiron 541
 dw ls_instruction-instruction_handler
1189 heavyiron 542
 db 'lsl',3
157 heavyiron 543
 dw lar_instruction-instruction_handler
1189 heavyiron 544
 db 'lss',2
157 heavyiron 545
 dw ls_instruction-instruction_handler
1189 heavyiron 546
 db 'ltr',3
157 heavyiron 547
 dw pm_word_instruction-instruction_handler
1189 heavyiron 548
 db 'mov',0
157 heavyiron 549
 dw mov_instruction-instruction_handler
1189 heavyiron 550
 db 'mul',4
157 heavyiron 551
 dw single_operand_instruction-instruction_handler
1189 heavyiron 552
 db 'neg',3
157 heavyiron 553
 dw single_operand_instruction-instruction_handler
1189 heavyiron 554
 db 'nop',90h
176 heavyiron 555
 dw nop_instruction-instruction_handler
1189 heavyiron 556
 db 'not',2
157 heavyiron 557
 dw single_operand_instruction-instruction_handler
1189 heavyiron 558
 db 'org',0
157 heavyiron 559
 dw org_directive-instruction_handler
1189 heavyiron 560
 db 'out',0
157 heavyiron 561
 dw out_instruction-instruction_handler
1189 heavyiron 562
 db 'pop',0
157 heavyiron 563
 dw pop_instruction-instruction_handler
1189 heavyiron 564
 db 'por',0EBh
157 heavyiron 565
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 566
 db 'rcl',2
157 heavyiron 567
 dw sh_instruction-instruction_handler
1189 heavyiron 568
 db 'rcr',3
157 heavyiron 569
 dw sh_instruction-instruction_handler
1189 heavyiron 570
 db 'rep',0F3h
157 heavyiron 571
 dw prefix_instruction-instruction_handler
1189 heavyiron 572
 db 'ret',0C2h
157 heavyiron 573
 dw ret_instruction-instruction_handler
1189 heavyiron 574
 db 'rol',0
157 heavyiron 575
 dw sh_instruction-instruction_handler
1189 heavyiron 576
 db 'ror',1
157 heavyiron 577
 dw sh_instruction-instruction_handler
1189 heavyiron 578
 db 'rsm',0AAh
157 heavyiron 579
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 580
 db 'sal',4
157 heavyiron 581
 dw sh_instruction-instruction_handler
1189 heavyiron 582
 db 'sar',7
157 heavyiron 583
 dw sh_instruction-instruction_handler
1189 heavyiron 584
 db 'sbb',18h
157 heavyiron 585
 dw basic_instruction-instruction_handler
1189 heavyiron 586
 db 'shl',4
157 heavyiron 587
 dw sh_instruction-instruction_handler
1189 heavyiron 588
 db 'shr',5
157 heavyiron 589
 dw sh_instruction-instruction_handler
1189 heavyiron 590
 db 'stc',0F9h
157 heavyiron 591
 dw simple_instruction-instruction_handler
1189 heavyiron 592
 db 'std',0FDh
157 heavyiron 593
 dw simple_instruction-instruction_handler
1189 heavyiron 594
 db 'sti',0FBh
157 heavyiron 595
 dw simple_instruction-instruction_handler
1189 heavyiron 596
 db 'str',1
157 heavyiron 597
 dw pm_store_word_instruction-instruction_handler
1189 heavyiron 598
 db 'sub',28h
157 heavyiron 599
 dw basic_instruction-instruction_handler
1189 heavyiron 600
 db 'ud2',0Bh
157 heavyiron 601
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 602
 db 'xor',30h
157 heavyiron 603
 dw basic_instruction-instruction_handler
1189 heavyiron 604
instructions_4:
157 heavyiron 605
 db 'arpl',0
606
 dw arpl_instruction-instruction_handler
1189 heavyiron 607
 db 'call',0
157 heavyiron 608
 dw call_instruction-instruction_handler
1189 heavyiron 609
 db 'cdqe',98h
157 heavyiron 610
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 611
 db 'clgi',0DDh
157 heavyiron 612
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 613
 db 'clts',6
157 heavyiron 614
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 615
 db 'cmps',0A6h
157 heavyiron 616
 dw cmps_instruction-instruction_handler
1189 heavyiron 617
 db 'cwde',98h
157 heavyiron 618
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 619
 db 'data',0
157 heavyiron 620
 dw data_directive-instruction_handler
1189 heavyiron 621
 db 'dppd',41h
707 heavyiron 622
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 623
 db 'dpps',40h
707 heavyiron 624
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 625
 db 'else',0
157 heavyiron 626
 dw else_directive-instruction_handler
1189 heavyiron 627
 db 'emms',77h
157 heavyiron 628
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 629
 db 'fabs',100001b
157 heavyiron 630
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 631
 db 'fadd',0
157 heavyiron 632
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 633
 db 'fbld',4
157 heavyiron 634
 dw fbld_instruction-instruction_handler
1189 heavyiron 635
 db 'fchs',100000b
157 heavyiron 636
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 637
 db 'fcom',2
157 heavyiron 638
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 639
 db 'fcos',111111b
157 heavyiron 640
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 641
 db 'fdiv',6
157 heavyiron 642
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 643
 db 'feni',0E0h
157 heavyiron 644
 dw finit_instruction-instruction_handler
1189 heavyiron 645
 db 'fild',0
157 heavyiron 646
 dw fild_instruction-instruction_handler
1189 heavyiron 647
 db 'fist',2
157 heavyiron 648
 dw fild_instruction-instruction_handler
1189 heavyiron 649
 db 'fld1',101000b
157 heavyiron 650
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 651
 db 'fldz',101110b
157 heavyiron 652
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 653
 db 'fmul',1
157 heavyiron 654
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 655
 db 'fnop',010000b
157 heavyiron 656
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 657
 db 'fsin',111110b
157 heavyiron 658
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 659
 db 'fstp',3
157 heavyiron 660
 dw fld_instruction-instruction_handler
1189 heavyiron 661
 db 'fsub',4
157 heavyiron 662
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 663
 db 'ftst',100100b
157 heavyiron 664
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 665
 db 'fxam',100101b
157 heavyiron 666
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 667
 db 'fxch',0
157 heavyiron 668
 dw fxch_instruction-instruction_handler
1189 heavyiron 669
 db 'heap',0
157 heavyiron 670
 dw heap_directive-instruction_handler
1189 heavyiron 671
 db 'idiv',7
157 heavyiron 672
 dw single_operand_instruction-instruction_handler
1189 heavyiron 673
 db 'imul',0
157 heavyiron 674
 dw imul_instruction-instruction_handler
1189 heavyiron 675
 db 'insb',6Ch
157 heavyiron 676
 dw simple_instruction-instruction_handler
1189 heavyiron 677
 db 'insd',6Dh
157 heavyiron 678
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 679
 db 'insw',6Dh
157 heavyiron 680
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 681
 db 'int1',0F1h
157 heavyiron 682
 dw simple_instruction-instruction_handler
1189 heavyiron 683
 db 'int3',0CCh
157 heavyiron 684
 dw simple_instruction-instruction_handler
1189 heavyiron 685
 db 'into',0CEh
157 heavyiron 686
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 687
 db 'invd',8
157 heavyiron 688
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 689
 db 'iret',0CFh
157 heavyiron 690
 dw iret_instruction-instruction_handler
1189 heavyiron 691
 db 'jcxz',0E3h
157 heavyiron 692
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 693
 db 'jnae',72h
157 heavyiron 694
 dw conditional_jump-instruction_handler
1189 heavyiron 695
 db 'jnbe',77h
157 heavyiron 696
 dw conditional_jump-instruction_handler
1189 heavyiron 697
 db 'jnge',7Ch
157 heavyiron 698
 dw conditional_jump-instruction_handler
1189 heavyiron 699
 db 'jnle',7Fh
157 heavyiron 700
 dw conditional_jump-instruction_handler
1189 heavyiron 701
 db 'lahf',9Fh
157 heavyiron 702
 dw simple_instruction-instruction_handler
1189 heavyiron 703
 db 'lgdt',2
157 heavyiron 704
 dw lgdt_instruction-instruction_handler
1189 heavyiron 705
 db 'lidt',3
157 heavyiron 706
 dw lgdt_instruction-instruction_handler
1189 heavyiron 707
 db 'lldt',2
157 heavyiron 708
 dw pm_word_instruction-instruction_handler
1189 heavyiron 709
 db 'lmsw',16h
157 heavyiron 710
 dw pm_word_instruction-instruction_handler
1189 heavyiron 711
 db 'load',0
157 heavyiron 712
 dw load_directive-instruction_handler
1189 heavyiron 713
 db 'lock',0F0h
157 heavyiron 714
 dw prefix_instruction-instruction_handler
1189 heavyiron 715
 db 'lods',0ACh
157 heavyiron 716
 dw lods_instruction-instruction_handler
1189 heavyiron 717
 db 'loop',0E2h
157 heavyiron 718
 dw loop_instruction-instruction_handler
1189 heavyiron 719
 db 'movd',0
157 heavyiron 720
 dw movd_instruction-instruction_handler
1189 heavyiron 721
 db 'movq',0
157 heavyiron 722
 dw movq_instruction-instruction_handler
1189 heavyiron 723
 db 'movs',0A4h
157 heavyiron 724
 dw movs_instruction-instruction_handler
1189 heavyiron 725
 db 'orpd',56h
157 heavyiron 726
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 727
 db 'orps',56h
157 heavyiron 728
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 729
 db 'outs',6Eh
157 heavyiron 730
 dw outs_instruction-instruction_handler
1189 heavyiron 731
 db 'pand',0DBh
157 heavyiron 732
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 733
 db 'popa',61h
157 heavyiron 734
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 735
 db 'popd',4
157 heavyiron 736
 dw pop_instruction-instruction_handler
1189 heavyiron 737
 db 'popf',9Dh
157 heavyiron 738
 dw simple_instruction-instruction_handler
1189 heavyiron 739
 db 'popq',8
157 heavyiron 740
 dw pop_instruction-instruction_handler
1189 heavyiron 741
 db 'popw',2
157 heavyiron 742
 dw pop_instruction-instruction_handler
1189 heavyiron 743
 db 'push',0
157 heavyiron 744
 dw push_instruction-instruction_handler
1189 heavyiron 745
 db 'pxor',0EFh
157 heavyiron 746
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 747
 db 'repe',0F3h
157 heavyiron 748
 dw prefix_instruction-instruction_handler
1189 heavyiron 749
 db 'repz',0F3h
157 heavyiron 750
 dw prefix_instruction-instruction_handler
1189 heavyiron 751
 db 'retd',0C2h
157 heavyiron 752
 dw ret_instruction_32bit_except64-instruction_handler
1189 heavyiron 753
 db 'retf',0CAh
157 heavyiron 754
 dw retf_instruction-instruction_handler
1189 heavyiron 755
 db 'retn',0C2h
157 heavyiron 756
 dw ret_instruction-instruction_handler
1189 heavyiron 757
 db 'retq',0C2h
157 heavyiron 758
 dw ret_instruction_only64-instruction_handler
1189 heavyiron 759
 db 'retw',0C2h
157 heavyiron 760
 dw ret_instruction_16bit-instruction_handler
1189 heavyiron 761
 db 'sahf',9Eh
157 heavyiron 762
 dw simple_instruction-instruction_handler
1189 heavyiron 763
 db 'salc',0D6h
157 heavyiron 764
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 765
 db 'scas',0AEh
157 heavyiron 766
 dw stos_instruction-instruction_handler
1189 heavyiron 767
 db 'seta',97h
157 heavyiron 768
 dw set_instruction-instruction_handler
1189 heavyiron 769
 db 'setb',92h
157 heavyiron 770
 dw set_instruction-instruction_handler
1189 heavyiron 771
 db 'setc',92h
157 heavyiron 772
 dw set_instruction-instruction_handler
1189 heavyiron 773
 db 'sete',94h
157 heavyiron 774
 dw set_instruction-instruction_handler
1189 heavyiron 775
 db 'setg',9Fh
157 heavyiron 776
 dw set_instruction-instruction_handler
1189 heavyiron 777
 db 'setl',9Ch
157 heavyiron 778
 dw set_instruction-instruction_handler
1189 heavyiron 779
 db 'seto',90h
157 heavyiron 780
 dw set_instruction-instruction_handler
1189 heavyiron 781
 db 'setp',9Ah
157 heavyiron 782
 dw set_instruction-instruction_handler
1189 heavyiron 783
 db 'sets',98h
157 heavyiron 784
 dw set_instruction-instruction_handler
1189 heavyiron 785
 db 'setz',94h
157 heavyiron 786
 dw set_instruction-instruction_handler
1189 heavyiron 787
 db 'sgdt',0
157 heavyiron 788
 dw lgdt_instruction-instruction_handler
1189 heavyiron 789
 db 'shld',0A4h
157 heavyiron 790
 dw shd_instruction-instruction_handler
1189 heavyiron 791
 db 'shrd',0ACh
157 heavyiron 792
 dw shd_instruction-instruction_handler
1189 heavyiron 793
 db 'sidt',1
157 heavyiron 794
 dw lgdt_instruction-instruction_handler
1189 heavyiron 795
 db 'sldt',0
157 heavyiron 796
 dw pm_store_word_instruction-instruction_handler
1189 heavyiron 797
 db 'smsw',14h
157 heavyiron 798
 dw pm_store_word_instruction-instruction_handler
1189 heavyiron 799
 db 'stgi',0DCh
157 heavyiron 800
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 801
 db 'stos',0AAh
157 heavyiron 802
 dw stos_instruction-instruction_handler
1189 heavyiron 803
 db 'test',0
157 heavyiron 804
 dw test_instruction-instruction_handler
1189 heavyiron 805
 db 'verr',4
157 heavyiron 806
 dw pm_word_instruction-instruction_handler
1189 heavyiron 807
 db 'verw',5
157 heavyiron 808
 dw pm_word_instruction-instruction_handler
1189 heavyiron 809
 db 'vpor',0EBh
2287 heavyiron 810
 dw avx_128bit_instruction-instruction_handler
811
 db 'wait',9Bh
157 heavyiron 812
 dw simple_instruction-instruction_handler
1189 heavyiron 813
 db 'xadd',0C0h
157 heavyiron 814
 dw basic_486_instruction-instruction_handler
1189 heavyiron 815
 db 'xchg',0
157 heavyiron 816
 dw xchg_instruction-instruction_handler
1189 heavyiron 817
 db 'xlat',0D7h
157 heavyiron 818
 dw xlat_instruction-instruction_handler
1189 heavyiron 819
instructions_5:
157 heavyiron 820
 db 'addpd',58h
821
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 822
 db 'addps',58h
157 heavyiron 823
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 824
 db 'addsd',58h
157 heavyiron 825
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 826
 db 'addss',58h
157 heavyiron 827
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 828
 db 'align',0
157 heavyiron 829
 dw align_directive-instruction_handler
1189 heavyiron 830
 db 'andpd',54h
157 heavyiron 831
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 832
 db 'andps',54h
157 heavyiron 833
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 834
 db 'bound',0
157 heavyiron 835
 dw bound_instruction-instruction_handler
1189 heavyiron 836
 db 'break',0
157 heavyiron 837
 dw break_directive-instruction_handler
1189 heavyiron 838
 db 'bswap',0
157 heavyiron 839
 dw bswap_instruction-instruction_handler
1189 heavyiron 840
 db 'cmova',47h
157 heavyiron 841
 dw cmov_instruction-instruction_handler
1189 heavyiron 842
 db 'cmovb',42h
157 heavyiron 843
 dw cmov_instruction-instruction_handler
1189 heavyiron 844
 db 'cmovc',42h
157 heavyiron 845
 dw cmov_instruction-instruction_handler
1189 heavyiron 846
 db 'cmove',44h
157 heavyiron 847
 dw cmov_instruction-instruction_handler
1189 heavyiron 848
 db 'cmovg',4Fh
157 heavyiron 849
 dw cmov_instruction-instruction_handler
1189 heavyiron 850
 db 'cmovl',4Ch
157 heavyiron 851
 dw cmov_instruction-instruction_handler
1189 heavyiron 852
 db 'cmovo',40h
157 heavyiron 853
 dw cmov_instruction-instruction_handler
1189 heavyiron 854
 db 'cmovp',4Ah
157 heavyiron 855
 dw cmov_instruction-instruction_handler
1189 heavyiron 856
 db 'cmovs',48h
157 heavyiron 857
 dw cmov_instruction-instruction_handler
1189 heavyiron 858
 db 'cmovz',44h
157 heavyiron 859
 dw cmov_instruction-instruction_handler
1189 heavyiron 860
 db 'cmppd',-1
2287 heavyiron 861
 dw cmp_pd_instruction-instruction_handler
862
 db 'cmpps',-1
863
 dw cmp_ps_instruction-instruction_handler
864
 db 'cmpsb',0A6h
157 heavyiron 865
 dw simple_instruction-instruction_handler
1189 heavyiron 866
 db 'cmpsd',-1
2287 heavyiron 867
 dw cmpsd_instruction-instruction_handler
1189 heavyiron 868
 db 'cmpsq',0A7h
157 heavyiron 869
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 870
 db 'cmpss',-1
2287 heavyiron 871
 dw cmp_ss_instruction-instruction_handler
872
 db 'cmpsw',0A7h
157 heavyiron 873
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 874
 db 'cpuid',0A2h
157 heavyiron 875
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 876
 db 'crc32',0
1039 heavyiron 877
 dw crc32_instruction-instruction_handler
1189 heavyiron 878
 db 'divpd',5Eh
157 heavyiron 879
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 880
 db 'divps',5Eh
157 heavyiron 881
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 882
 db 'divsd',5Eh
157 heavyiron 883
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 884
 db 'divss',5Eh
157 heavyiron 885
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 886
 db 'enter',0
157 heavyiron 887
 dw enter_instruction-instruction_handler
1189 heavyiron 888
 db 'entry',0
157 heavyiron 889
 dw entry_directive-instruction_handler
1189 heavyiron 890
 db 'extrn',0
157 heavyiron 891
 dw extrn_directive-instruction_handler
1189 heavyiron 892
 db 'extrq',0
1039 heavyiron 893
 dw extrq_instruction-instruction_handler
1189 heavyiron 894
 db 'f2xm1',110000b
157 heavyiron 895
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 896
 db 'faddp',0
157 heavyiron 897
 dw faddp_instruction-instruction_handler
1189 heavyiron 898
 db 'fbstp',6
157 heavyiron 899
 dw fbld_instruction-instruction_handler
1189 heavyiron 900
 db 'fclex',0E2h
157 heavyiron 901
 dw finit_instruction-instruction_handler
1189 heavyiron 902
 db 'fcomi',0F0h
157 heavyiron 903
 dw fcomi_instruction-instruction_handler
1189 heavyiron 904
 db 'fcomp',3
157 heavyiron 905
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 906
 db 'fdisi',0E1h
157 heavyiron 907
 dw finit_instruction-instruction_handler
1189 heavyiron 908
 db 'fdivp',7
157 heavyiron 909
 dw faddp_instruction-instruction_handler
1189 heavyiron 910
 db 'fdivr',7
157 heavyiron 911
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 912
 db 'femms',0Eh
157 heavyiron 913
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 914
 db 'ffree',0
157 heavyiron 915
 dw ffree_instruction-instruction_handler
1189 heavyiron 916
 db 'fiadd',0
157 heavyiron 917
 dw fi_instruction-instruction_handler
1189 heavyiron 918
 db 'ficom',2
157 heavyiron 919
 dw fi_instruction-instruction_handler
1189 heavyiron 920
 db 'fidiv',6
157 heavyiron 921
 dw fi_instruction-instruction_handler
1189 heavyiron 922
 db 'fimul',1
157 heavyiron 923
 dw fi_instruction-instruction_handler
1189 heavyiron 924
 db 'finit',0E3h
157 heavyiron 925
 dw finit_instruction-instruction_handler
1189 heavyiron 926
 db 'fistp',3
157 heavyiron 927
 dw fild_instruction-instruction_handler
1189 heavyiron 928
 db 'fisub',4
157 heavyiron 929
 dw fi_instruction-instruction_handler
1189 heavyiron 930
 db 'fldcw',5
157 heavyiron 931
 dw fldcw_instruction-instruction_handler
1189 heavyiron 932
 db 'fldpi',101011b
157 heavyiron 933
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 934
 db 'fmulp',1
157 heavyiron 935
 dw faddp_instruction-instruction_handler
1189 heavyiron 936
 db 'fneni',0E0h
157 heavyiron 937
 dw fninit_instruction-instruction_handler
1189 heavyiron 938
 db 'fprem',111000b
157 heavyiron 939
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 940
 db 'fptan',110010b
157 heavyiron 941
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 942
 db 'fsave',6
157 heavyiron 943
 dw fsave_instruction-instruction_handler
1189 heavyiron 944
 db 'fsqrt',111010b
157 heavyiron 945
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 946
 db 'fstcw',7
157 heavyiron 947
 dw fstcw_instruction-instruction_handler
1189 heavyiron 948
 db 'fstsw',0
157 heavyiron 949
 dw fstsw_instruction-instruction_handler
1189 heavyiron 950
 db 'fsubp',5
157 heavyiron 951
 dw faddp_instruction-instruction_handler
1189 heavyiron 952
 db 'fsubr',5
157 heavyiron 953
 dw basic_fpu_instruction-instruction_handler
1189 heavyiron 954
 db 'fucom',4
157 heavyiron 955
 dw ffree_instruction-instruction_handler
1189 heavyiron 956
 db 'fwait',9Bh
157 heavyiron 957
 dw simple_instruction-instruction_handler
1189 heavyiron 958
 db 'fyl2x',110001b
157 heavyiron 959
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 960
 db 'icebp',0F1h
157 heavyiron 961
 dw simple_instruction-instruction_handler
1189 heavyiron 962
 db 'iretd',0CFh
157 heavyiron 963
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 964
 db 'iretq',0CFh
157 heavyiron 965
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 966
 db 'iretw',0CFh
157 heavyiron 967
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 968
 db 'jecxz',0E3h
157 heavyiron 969
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 970
 db 'jrcxz',0E3h
157 heavyiron 971
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 972
 db 'label',0
157 heavyiron 973
 dw label_directive-instruction_handler
1189 heavyiron 974
 db 'lddqu',0
157 heavyiron 975
 dw lddqu_instruction-instruction_handler
1189 heavyiron 976
 db 'leave',0C9h
157 heavyiron 977
 dw simple_instruction-instruction_handler
1189 heavyiron 978
 db 'lodsb',0ACh
157 heavyiron 979
 dw simple_instruction-instruction_handler
1189 heavyiron 980
 db 'lodsd',0ADh
157 heavyiron 981
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 982
 db 'lodsq',0ADh
157 heavyiron 983
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 984
 db 'lodsw',0ADh
157 heavyiron 985
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 986
 db 'loopd',0E2h
157 heavyiron 987
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 988
 db 'loope',0E1h
157 heavyiron 989
 dw loop_instruction-instruction_handler
1189 heavyiron 990
 db 'loopq',0E2h
157 heavyiron 991
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 992
 db 'loopw',0E2h
157 heavyiron 993
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 994
 db 'loopz',0E1h
157 heavyiron 995
 dw loop_instruction-instruction_handler
1189 heavyiron 996
 db 'lzcnt',0BDh
1115 heavyiron 997
 dw popcnt_instruction-instruction_handler
1189 heavyiron 998
 db 'maxpd',5Fh
157 heavyiron 999
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1000
 db 'maxps',5Fh
157 heavyiron 1001
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1002
 db 'maxsd',5Fh
157 heavyiron 1003
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1004
 db 'maxss',5Fh
157 heavyiron 1005
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1006
 db 'minpd',5Dh
157 heavyiron 1007
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1008
 db 'minps',5Dh
157 heavyiron 1009
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1010
 db 'minsd',5Dh
157 heavyiron 1011
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1012
 db 'minss',5Dh
157 heavyiron 1013
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1014
 db 'movbe',0F0h
1015
 dw movbe_instruction-instruction_handler
1016
 db 'movsb',0A4h
157 heavyiron 1017
 dw simple_instruction-instruction_handler
1189 heavyiron 1018
 db 'movsd',0
157 heavyiron 1019
 dw movsd_instruction-instruction_handler
1189 heavyiron 1020
 db 'movsq',0A5h
157 heavyiron 1021
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 1022
 db 'movss',0
157 heavyiron 1023
 dw movss_instruction-instruction_handler
1189 heavyiron 1024
 db 'movsw',0A5h
157 heavyiron 1025
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1026
 db 'movsx',0BEh
157 heavyiron 1027
 dw movx_instruction-instruction_handler
1189 heavyiron 1028
 db 'movzx',0B6h
157 heavyiron 1029
 dw movx_instruction-instruction_handler
1189 heavyiron 1030
 db 'mulpd',59h
157 heavyiron 1031
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1032
 db 'mulps',59h
157 heavyiron 1033
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1034
 db 'mulsd',59h
157 heavyiron 1035
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1036
 db 'mulss',59h
157 heavyiron 1037
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1038
 db 'mwait',0C9h
157 heavyiron 1039
 dw monitor_instruction-instruction_handler
1189 heavyiron 1040
 db 'outsb',6Eh
157 heavyiron 1041
 dw simple_instruction-instruction_handler
1189 heavyiron 1042
 db 'outsd',6Fh
157 heavyiron 1043
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 1044
 db 'outsw',6Fh
157 heavyiron 1045
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1046
 db 'pabsb',1Ch
174 heavyiron 1047
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1048
 db 'pabsd',1Eh
174 heavyiron 1049
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1050
 db 'pabsw',1Dh
174 heavyiron 1051
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1052
 db 'paddb',0FCh
157 heavyiron 1053
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1054
 db 'paddd',0FEh
157 heavyiron 1055
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1056
 db 'paddq',0D4h
157 heavyiron 1057
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1058
 db 'paddw',0FDh
157 heavyiron 1059
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1060
 db 'pandn',0DFh
157 heavyiron 1061
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1062
 db 'pause',0
157 heavyiron 1063
 dw pause_instruction-instruction_handler
1189 heavyiron 1064
 db 'pavgb',0E0h
157 heavyiron 1065
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1066
 db 'pavgw',0E3h
157 heavyiron 1067
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1068
 db 'pf2id',1Dh
157 heavyiron 1069
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1070
 db 'pf2iw',1Ch
157 heavyiron 1071
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1072
 db 'pfacc',0AEh
157 heavyiron 1073
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1074
 db 'pfadd',9Eh
157 heavyiron 1075
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1076
 db 'pfmax',0A4h
157 heavyiron 1077
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1078
 db 'pfmin',94h
157 heavyiron 1079
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1080
 db 'pfmul',0B4h
157 heavyiron 1081
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1082
 db 'pfrcp',96h
157 heavyiron 1083
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1084
 db 'pfsub',9Ah
157 heavyiron 1085
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1086
 db 'pi2fd',0Dh
157 heavyiron 1087
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1088
 db 'pi2fw',0Ch
157 heavyiron 1089
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1090
 db 'popad',61h
157 heavyiron 1091
 dw simple_instruction_32bit_except64-instruction_handler
1189 heavyiron 1092
 db 'popaw',61h
157 heavyiron 1093
 dw simple_instruction_16bit_except64-instruction_handler
1189 heavyiron 1094
 db 'popfd',9Dh
157 heavyiron 1095
 dw simple_instruction_32bit_except64-instruction_handler
1189 heavyiron 1096
 db 'popfq',9Dh
157 heavyiron 1097
 dw simple_instruction_only64-instruction_handler
1189 heavyiron 1098
 db 'popfw',9Dh
157 heavyiron 1099
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1100
 db 'pslld',0F2h
157 heavyiron 1101
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1102
 db 'psllq',0F3h
157 heavyiron 1103
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1104
 db 'psllw',0F1h
157 heavyiron 1105
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1106
 db 'psrad',0E2h
157 heavyiron 1107
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1108
 db 'psraw',0E1h
157 heavyiron 1109
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1110
 db 'psrld',0D2h
157 heavyiron 1111
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1112
 db 'psrlq',0D3h
157 heavyiron 1113
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1114
 db 'psrlw',0D1h
157 heavyiron 1115
 dw mmx_bit_shift_instruction-instruction_handler
2287 heavyiron 1116
 db 'psubb',0F8h
157 heavyiron 1117
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1118
 db 'psubd',0FAh
157 heavyiron 1119
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1120
 db 'psubq',0FBh
157 heavyiron 1121
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1122
 db 'psubw',0F9h
157 heavyiron 1123
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1124
 db 'ptest',17h
707 heavyiron 1125
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1126
 db 'pusha',60h
157 heavyiron 1127
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 1128
 db 'pushd',4
157 heavyiron 1129
 dw push_instruction-instruction_handler
1189 heavyiron 1130
 db 'pushf',9Ch
157 heavyiron 1131
 dw simple_instruction-instruction_handler
1189 heavyiron 1132
 db 'pushq',8
157 heavyiron 1133
 dw push_instruction-instruction_handler
1189 heavyiron 1134
 db 'pushw',2
157 heavyiron 1135
 dw push_instruction-instruction_handler
1189 heavyiron 1136
 db 'rcpps',53h
157 heavyiron 1137
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1138
 db 'rcpss',53h
157 heavyiron 1139
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1140
 db 'rdmsr',32h
157 heavyiron 1141
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1142
 db 'rdpmc',33h
157 heavyiron 1143
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1144
 db 'rdtsc',31h
157 heavyiron 1145
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1146
 db 'repne',0F2h
157 heavyiron 1147
 dw prefix_instruction-instruction_handler
1189 heavyiron 1148
 db 'repnz',0F2h
157 heavyiron 1149
 dw prefix_instruction-instruction_handler
1189 heavyiron 1150
 db 'retfd',0CAh
157 heavyiron 1151
 dw ret_instruction_32bit-instruction_handler
1189 heavyiron 1152
 db 'retfq',0CAh
157 heavyiron 1153
 dw ret_instruction_64bit-instruction_handler
1189 heavyiron 1154
 db 'retfw',0CAh
157 heavyiron 1155
 dw ret_instruction_16bit-instruction_handler
1189 heavyiron 1156
 db 'retnd',0C2h
157 heavyiron 1157
 dw ret_instruction_32bit_except64-instruction_handler
1189 heavyiron 1158
 db 'retnq',0C2h
157 heavyiron 1159
 dw ret_instruction_only64-instruction_handler
1189 heavyiron 1160
 db 'retnw',0C2h
157 heavyiron 1161
 dw ret_instruction_16bit-instruction_handler
1189 heavyiron 1162
 db 'scasb',0AEh
157 heavyiron 1163
 dw simple_instruction-instruction_handler
1189 heavyiron 1164
 db 'scasd',0AFh
157 heavyiron 1165
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 1166
 db 'scasq',0AFh
157 heavyiron 1167
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 1168
 db 'scasw',0AFh
157 heavyiron 1169
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1170
 db 'setae',93h
157 heavyiron 1171
 dw set_instruction-instruction_handler
1189 heavyiron 1172
 db 'setbe',96h
157 heavyiron 1173
 dw set_instruction-instruction_handler
1189 heavyiron 1174
 db 'setge',9Dh
157 heavyiron 1175
 dw set_instruction-instruction_handler
1189 heavyiron 1176
 db 'setle',9Eh
157 heavyiron 1177
 dw set_instruction-instruction_handler
1189 heavyiron 1178
 db 'setna',96h
157 heavyiron 1179
 dw set_instruction-instruction_handler
1189 heavyiron 1180
 db 'setnb',93h
157 heavyiron 1181
 dw set_instruction-instruction_handler
1189 heavyiron 1182
 db 'setnc',93h
157 heavyiron 1183
 dw set_instruction-instruction_handler
1189 heavyiron 1184
 db 'setne',95h
157 heavyiron 1185
 dw set_instruction-instruction_handler
1189 heavyiron 1186
 db 'setng',9Eh
157 heavyiron 1187
 dw set_instruction-instruction_handler
1189 heavyiron 1188
 db 'setnl',9Dh
157 heavyiron 1189
 dw set_instruction-instruction_handler
1189 heavyiron 1190
 db 'setno',91h
157 heavyiron 1191
 dw set_instruction-instruction_handler
1189 heavyiron 1192
 db 'setnp',9Bh
157 heavyiron 1193
 dw set_instruction-instruction_handler
1189 heavyiron 1194
 db 'setns',99h
157 heavyiron 1195
 dw set_instruction-instruction_handler
1189 heavyiron 1196
 db 'setnz',95h
157 heavyiron 1197
 dw set_instruction-instruction_handler
1189 heavyiron 1198
 db 'setpe',9Ah
157 heavyiron 1199
 dw set_instruction-instruction_handler
1189 heavyiron 1200
 db 'setpo',9Bh
157 heavyiron 1201
 dw set_instruction-instruction_handler
1189 heavyiron 1202
 db 'stack',0
157 heavyiron 1203
 dw stack_directive-instruction_handler
1189 heavyiron 1204
 db 'store',0
157 heavyiron 1205
 dw store_directive-instruction_handler
1189 heavyiron 1206
 db 'stosb',0AAh
157 heavyiron 1207
 dw simple_instruction-instruction_handler
1189 heavyiron 1208
 db 'stosd',0ABh
157 heavyiron 1209
 dw simple_instruction_32bit-instruction_handler
1189 heavyiron 1210
 db 'stosq',0ABh
157 heavyiron 1211
 dw simple_instruction_64bit-instruction_handler
1189 heavyiron 1212
 db 'stosw',0ABh
157 heavyiron 1213
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1214
 db 'subpd',5Ch
157 heavyiron 1215
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1216
 db 'subps',5Ch
157 heavyiron 1217
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1218
 db 'subsd',5Ch
157 heavyiron 1219
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1220
 db 'subss',5Ch
157 heavyiron 1221
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1222
 db 'times',0
157 heavyiron 1223
 dw times_directive-instruction_handler
1189 heavyiron 1224
 db 'vdppd',41h
2287 heavyiron 1225
 dw avx_128bit_instruction_3a_imm8-instruction_handler
1226
 db 'vdpps',40h
1227
 dw avx_instruction_3a_imm8-instruction_handler
1228
 db 'vmovd',0
1229
 dw avx_movd_instruction-instruction_handler
1230
 db 'vmovq',0
1231
 dw avx_movq_instruction-instruction_handler
1232
 db 'vmrun',0D8h
157 heavyiron 1233
 dw simple_svm_instruction-instruction_handler
1189 heavyiron 1234
 db 'vmxon',6
157 heavyiron 1235
 dw vmxon_instruction-instruction_handler
1189 heavyiron 1236
 db 'vorpd',56h
2287 heavyiron 1237
 dw avx_pd_instruction-instruction_handler
1238
 db 'vorps',56h
1239
 dw avx_ps_instruction-instruction_handler
1240
 db 'vpand',0DBh
1241
 dw avx_128bit_instruction-instruction_handler
1242
 db 'vpxor',0EFh
1243
 dw avx_128bit_instruction-instruction_handler
1244
 db 'while',0
157 heavyiron 1245
 dw while_directive-instruction_handler
1189 heavyiron 1246
 db 'wrmsr',30h
157 heavyiron 1247
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1248
 db 'xlatb',0D7h
157 heavyiron 1249
 dw simple_instruction-instruction_handler
1189 heavyiron 1250
 db 'xorpd',57h
157 heavyiron 1251
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1252
 db 'xorps',57h
157 heavyiron 1253
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1254
 db 'xsave',100b
2287 heavyiron 1255
 dw fxsave_instruction-instruction_handler
1256
instructions_6:
157 heavyiron 1257
 db 'aesdec',0DEh
2287 heavyiron 1258
 dw sse4_instruction_38-instruction_handler
1259
 db 'aesenc',0DCh
1260
 dw sse4_instruction_38-instruction_handler
1261
 db 'aesimc',0DBh
1262
 dw sse4_instruction_38-instruction_handler
1263
 db 'andnpd',55h
157 heavyiron 1264
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1265
 db 'andnps',55h
157 heavyiron 1266
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1267
 db 'cmovae',43h
157 heavyiron 1268
 dw cmov_instruction-instruction_handler
1189 heavyiron 1269
 db 'cmovbe',46h
157 heavyiron 1270
 dw cmov_instruction-instruction_handler
1189 heavyiron 1271
 db 'cmovge',4Dh
157 heavyiron 1272
 dw cmov_instruction-instruction_handler
1189 heavyiron 1273
 db 'cmovle',4Eh
157 heavyiron 1274
 dw cmov_instruction-instruction_handler
1189 heavyiron 1275
 db 'cmovna',46h
157 heavyiron 1276
 dw cmov_instruction-instruction_handler
1189 heavyiron 1277
 db 'cmovnb',43h
157 heavyiron 1278
 dw cmov_instruction-instruction_handler
1189 heavyiron 1279
 db 'cmovnc',43h
157 heavyiron 1280
 dw cmov_instruction-instruction_handler
1189 heavyiron 1281
 db 'cmovne',45h
157 heavyiron 1282
 dw cmov_instruction-instruction_handler
1189 heavyiron 1283
 db 'cmovng',4Eh
157 heavyiron 1284
 dw cmov_instruction-instruction_handler
1189 heavyiron 1285
 db 'cmovnl',4Dh
157 heavyiron 1286
 dw cmov_instruction-instruction_handler
1189 heavyiron 1287
 db 'cmovno',41h
157 heavyiron 1288
 dw cmov_instruction-instruction_handler
1189 heavyiron 1289
 db 'cmovnp',4Bh
157 heavyiron 1290
 dw cmov_instruction-instruction_handler
1189 heavyiron 1291
 db 'cmovns',49h
157 heavyiron 1292
 dw cmov_instruction-instruction_handler
1189 heavyiron 1293
 db 'cmovnz',45h
157 heavyiron 1294
 dw cmov_instruction-instruction_handler
1189 heavyiron 1295
 db 'cmovpe',4Ah
157 heavyiron 1296
 dw cmov_instruction-instruction_handler
1189 heavyiron 1297
 db 'cmovpo',4Bh
157 heavyiron 1298
 dw cmov_instruction-instruction_handler
1189 heavyiron 1299
 db 'comisd',2Fh
157 heavyiron 1300
 dw comisd_instruction-instruction_handler
1189 heavyiron 1301
 db 'comiss',2Fh
157 heavyiron 1302
 dw comiss_instruction-instruction_handler
1189 heavyiron 1303
 db 'fcmovb',0C0h
157 heavyiron 1304
 dw fcmov_instruction-instruction_handler
1189 heavyiron 1305
 db 'fcmove',0C8h
157 heavyiron 1306
 dw fcmov_instruction-instruction_handler
1189 heavyiron 1307
 db 'fcmovu',0D8h
157 heavyiron 1308
 dw fcmov_instruction-instruction_handler
1189 heavyiron 1309
 db 'fcomip',0F0h
157 heavyiron 1310
 dw fcomip_instruction-instruction_handler
1189 heavyiron 1311
 db 'fcompp',0
157 heavyiron 1312
 dw fcompp_instruction-instruction_handler
1189 heavyiron 1313
 db 'fdivrp',6
157 heavyiron 1314
 dw faddp_instruction-instruction_handler
1189 heavyiron 1315
 db 'ffreep',0
157 heavyiron 1316
 dw ffreep_instruction-instruction_handler
1189 heavyiron 1317
 db 'ficomp',3
157 heavyiron 1318
 dw fi_instruction-instruction_handler
1189 heavyiron 1319
 db 'fidivr',7
157 heavyiron 1320
 dw fi_instruction-instruction_handler
1189 heavyiron 1321
 db 'fisttp',1
157 heavyiron 1322
 dw fild_instruction-instruction_handler
1189 heavyiron 1323
 db 'fisubr',5
157 heavyiron 1324
 dw fi_instruction-instruction_handler
1189 heavyiron 1325
 db 'fldenv',4
157 heavyiron 1326
 dw fldenv_instruction-instruction_handler
1189 heavyiron 1327
 db 'fldl2e',101010b
157 heavyiron 1328
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1329
 db 'fldl2t',101001b
157 heavyiron 1330
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1331
 db 'fldlg2',101100b
157 heavyiron 1332
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1333
 db 'fldln2',101101b
157 heavyiron 1334
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1335
 db 'fnclex',0E2h
157 heavyiron 1336
 dw fninit_instruction-instruction_handler
1189 heavyiron 1337
 db 'fndisi',0E1h
157 heavyiron 1338
 dw fninit_instruction-instruction_handler
1189 heavyiron 1339
 db 'fninit',0E3h
157 heavyiron 1340
 dw fninit_instruction-instruction_handler
1189 heavyiron 1341
 db 'fnsave',6
157 heavyiron 1342
 dw fnsave_instruction-instruction_handler
1189 heavyiron 1343
 db 'fnstcw',7
157 heavyiron 1344
 dw fldcw_instruction-instruction_handler
1189 heavyiron 1345
 db 'fnstsw',0
157 heavyiron 1346
 dw fnstsw_instruction-instruction_handler
1189 heavyiron 1347
 db 'format',0
157 heavyiron 1348
 dw format_directive-instruction_handler
1189 heavyiron 1349
 db 'fpatan',110011b
157 heavyiron 1350
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1351
 db 'fprem1',110101b
157 heavyiron 1352
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1353
 db 'frstor',4
157 heavyiron 1354
 dw fnsave_instruction-instruction_handler
1189 heavyiron 1355
 db 'frstpm',0E5h
157 heavyiron 1356
 dw fninit_instruction-instruction_handler
1189 heavyiron 1357
 db 'fsaved',6
1039 heavyiron 1358
 dw fsave_instruction_32bit-instruction_handler
1189 heavyiron 1359
 db 'fsavew',6
1039 heavyiron 1360
 dw fsave_instruction_16bit-instruction_handler
1189 heavyiron 1361
 db 'fscale',111101b
157 heavyiron 1362
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1363
 db 'fsetpm',0E4h
157 heavyiron 1364
 dw fninit_instruction-instruction_handler
1189 heavyiron 1365
 db 'fstenv',6
157 heavyiron 1366
 dw fstenv_instruction-instruction_handler
1189 heavyiron 1367
 db 'fsubrp',4
157 heavyiron 1368
 dw faddp_instruction-instruction_handler
1189 heavyiron 1369
 db 'fucomi',0E8h
157 heavyiron 1370
 dw fcomi_instruction-instruction_handler
1189 heavyiron 1371
 db 'fucomp',5
157 heavyiron 1372
 dw ffree_instruction-instruction_handler
1189 heavyiron 1373
 db 'fxsave',0
157 heavyiron 1374
 dw fxsave_instruction-instruction_handler
1189 heavyiron 1375
 db 'getsec',37h
707 heavyiron 1376
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1377
 db 'haddpd',07Ch
157 heavyiron 1378
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1379
 db 'haddps',07Ch
157 heavyiron 1380
 dw cvtpd2dq_instruction-instruction_handler
1189 heavyiron 1381
 db 'hsubpd',07Dh
157 heavyiron 1382
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1383
 db 'hsubps',07Dh
157 heavyiron 1384
 dw cvtpd2dq_instruction-instruction_handler
1189 heavyiron 1385
 db 'invept',80h
1115 heavyiron 1386
 dw vmx_inv_instruction-instruction_handler
1189 heavyiron 1387
 db 'invlpg',0
157 heavyiron 1388
 dw invlpg_instruction-instruction_handler
1189 heavyiron 1389
 db 'lfence',0E8h
157 heavyiron 1390
 dw fence_instruction-instruction_handler
1189 heavyiron 1391
 db 'looped',0E1h
157 heavyiron 1392
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 1393
 db 'loopeq',0E1h
157 heavyiron 1394
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 1395
 db 'loopew',0E1h
157 heavyiron 1396
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 1397
 db 'loopne',0E0h
157 heavyiron 1398
 dw loop_instruction-instruction_handler
1189 heavyiron 1399
 db 'loopnz',0E0h
157 heavyiron 1400
 dw loop_instruction-instruction_handler
1189 heavyiron 1401
 db 'loopzd',0E1h
157 heavyiron 1402
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 1403
 db 'loopzq',0E1h
157 heavyiron 1404
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 1405
 db 'loopzw',0E1h
157 heavyiron 1406
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 1407
 db 'mfence',0F0h
157 heavyiron 1408
 dw fence_instruction-instruction_handler
1189 heavyiron 1409
 db 'movapd',28h
157 heavyiron 1410
 dw movpd_instruction-instruction_handler
1189 heavyiron 1411
 db 'movaps',28h
157 heavyiron 1412
 dw movps_instruction-instruction_handler
1189 heavyiron 1413
 db 'movdqa',66h
157 heavyiron 1414
 dw movdq_instruction-instruction_handler
1189 heavyiron 1415
 db 'movdqu',0F3h
157 heavyiron 1416
 dw movdq_instruction-instruction_handler
1189 heavyiron 1417
 db 'movhpd',16h
157 heavyiron 1418
 dw movlpd_instruction-instruction_handler
1189 heavyiron 1419
 db 'movhps',16h
157 heavyiron 1420
 dw movlps_instruction-instruction_handler
1189 heavyiron 1421
 db 'movlpd',12h
157 heavyiron 1422
 dw movlpd_instruction-instruction_handler
1189 heavyiron 1423
 db 'movlps',12h
157 heavyiron 1424
 dw movlps_instruction-instruction_handler
1189 heavyiron 1425
 db 'movnti',0C3h
157 heavyiron 1426
 dw movnti_instruction-instruction_handler
1189 heavyiron 1427
 db 'movntq',0E7h
157 heavyiron 1428
 dw movntq_instruction-instruction_handler
1189 heavyiron 1429
 db 'movsxd',63h
157 heavyiron 1430
 dw movsxd_instruction-instruction_handler
1189 heavyiron 1431
 db 'movupd',10h
157 heavyiron 1432
 dw movpd_instruction-instruction_handler
1189 heavyiron 1433
 db 'movups',10h
157 heavyiron 1434
 dw movps_instruction-instruction_handler
1189 heavyiron 1435
 db 'paddsb',0ECh
157 heavyiron 1436
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1437
 db 'paddsw',0EDh
157 heavyiron 1438
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1439
 db 'pextrb',14h
1039 heavyiron 1440
 dw pextrb_instruction-instruction_handler
1189 heavyiron 1441
 db 'pextrd',16h
1039 heavyiron 1442
 dw pextrd_instruction-instruction_handler
1189 heavyiron 1443
 db 'pextrq',16h
1039 heavyiron 1444
 dw pextrq_instruction-instruction_handler
1189 heavyiron 1445
 db 'pextrw',15h
1039 heavyiron 1446
 dw pextrw_instruction-instruction_handler
1189 heavyiron 1447
 db 'pfnacc',8Ah
157 heavyiron 1448
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1449
 db 'pfsubr',0AAh
157 heavyiron 1450
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1451
 db 'phaddd',2
174 heavyiron 1452
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1453
 db 'phaddw',1
174 heavyiron 1454
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1455
 db 'phsubd',6
174 heavyiron 1456
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1457
 db 'phsubw',5
174 heavyiron 1458
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1459
 db 'pinsrb',20h
1039 heavyiron 1460
 dw pinsrb_instruction-instruction_handler
1189 heavyiron 1461
 db 'pinsrd',22h
1039 heavyiron 1462
 dw pinsrd_instruction-instruction_handler
1189 heavyiron 1463
 db 'pinsrq',22h
1039 heavyiron 1464
 dw pinsrq_instruction-instruction_handler
1189 heavyiron 1465
 db 'pinsrw',0C4h
157 heavyiron 1466
 dw pinsrw_instruction-instruction_handler
1189 heavyiron 1467
 db 'pmaxsb',3Ch
707 heavyiron 1468
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1469
 db 'pmaxsd',3Dh
707 heavyiron 1470
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1471
 db 'pmaxsw',0EEh
157 heavyiron 1472
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1473
 db 'pmaxub',0DEh
157 heavyiron 1474
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1475
 db 'pmaxud',3Fh
707 heavyiron 1476
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1477
 db 'pmaxuw',3Eh
707 heavyiron 1478
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1479
 db 'pminsb',38h
707 heavyiron 1480
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1481
 db 'pminsd',39h
707 heavyiron 1482
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1483
 db 'pminsw',0EAh
157 heavyiron 1484
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1485
 db 'pminub',0DAh
157 heavyiron 1486
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1487
 db 'pminud',3Bh
707 heavyiron 1488
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1489
 db 'pminuw',3Ah
707 heavyiron 1490
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1491
 db 'pmuldq',28h
707 heavyiron 1492
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1493
 db 'pmulhw',0E5h
157 heavyiron 1494
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1495
 db 'pmulld',40h
707 heavyiron 1496
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1497
 db 'pmullw',0D5h
157 heavyiron 1498
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1499
 db 'popcnt',0B8h
1039 heavyiron 1500
 dw popcnt_instruction-instruction_handler
1189 heavyiron 1501
 db 'psadbw',0F6h
157 heavyiron 1502
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1503
 db 'pshufb',0
174 heavyiron 1504
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1505
 db 'pshufd',66h
157 heavyiron 1506
 dw pshufd_instruction-instruction_handler
1189 heavyiron 1507
 db 'pshufw',0
157 heavyiron 1508
 dw pshufw_instruction-instruction_handler
1189 heavyiron 1509
 db 'psignb',8
174 heavyiron 1510
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1511
 db 'psignd',0Ah
174 heavyiron 1512
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1513
 db 'psignw',9
174 heavyiron 1514
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1515
 db 'pslldq',111b
157 heavyiron 1516
 dw pslldq_instruction-instruction_handler
2287 heavyiron 1517
 db 'psrldq',011b
157 heavyiron 1518
 dw pslldq_instruction-instruction_handler
2287 heavyiron 1519
 db 'psubsb',0E8h
157 heavyiron 1520
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1521
 db 'psubsw',0E9h
157 heavyiron 1522
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1523
 db 'pswapd',0BBh
157 heavyiron 1524
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1525
 db 'public',0
157 heavyiron 1526
 dw public_directive-instruction_handler
1189 heavyiron 1527
 db 'pushad',60h
157 heavyiron 1528
 dw simple_instruction_32bit_except64-instruction_handler
1189 heavyiron 1529
 db 'pushaw',60h
157 heavyiron 1530
 dw simple_instruction_16bit_except64-instruction_handler
1189 heavyiron 1531
 db 'pushfd',9Ch
157 heavyiron 1532
 dw simple_instruction_32bit_except64-instruction_handler
1189 heavyiron 1533
 db 'pushfq',9Ch
157 heavyiron 1534
 dw simple_instruction_only64-instruction_handler
1189 heavyiron 1535
 db 'pushfw',9Ch
157 heavyiron 1536
 dw simple_instruction_16bit-instruction_handler
1189 heavyiron 1537
 db 'rdmsrq',32h
157 heavyiron 1538
 dw simple_extended_instruction_64bit-instruction_handler
1189 heavyiron 1539
 db 'rdrand',110b
2287 heavyiron 1540
 dw rdrand_instruction-instruction_handler
1541
 db 'rdtscp',1
157 heavyiron 1542
 dw rdtscp_instruction-instruction_handler
2287 heavyiron 1543
 db 'repeat',0
157 heavyiron 1544
 dw repeat_directive-instruction_handler
1189 heavyiron 1545
 db 'setalc',0D6h
157 heavyiron 1546
 dw simple_instruction_except64-instruction_handler
1189 heavyiron 1547
 db 'setnae',92h
157 heavyiron 1548
 dw set_instruction-instruction_handler
1189 heavyiron 1549
 db 'setnbe',97h
157 heavyiron 1550
 dw set_instruction-instruction_handler
1189 heavyiron 1551
 db 'setnge',9Ch
157 heavyiron 1552
 dw set_instruction-instruction_handler
1189 heavyiron 1553
 db 'setnle',9Fh
157 heavyiron 1554
 dw set_instruction-instruction_handler
1189 heavyiron 1555
 db 'sfence',0F8h
157 heavyiron 1556
 dw fence_instruction-instruction_handler
1189 heavyiron 1557
 db 'shufpd',0C6h
157 heavyiron 1558
 dw sse_pd_instruction_imm8-instruction_handler
1189 heavyiron 1559
 db 'shufps',0C6h
157 heavyiron 1560
 dw sse_ps_instruction_imm8-instruction_handler
1189 heavyiron 1561
 db 'skinit',0
157 heavyiron 1562
 dw skinit_instruction-instruction_handler
1189 heavyiron 1563
 db 'sqrtpd',51h
157 heavyiron 1564
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 1565
 db 'sqrtps',51h
157 heavyiron 1566
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1567
 db 'sqrtsd',51h
157 heavyiron 1568
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1569
 db 'sqrtss',51h
157 heavyiron 1570
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1571
 db 'swapgs',0
157 heavyiron 1572
 dw swapgs_instruction-instruction_handler
1189 heavyiron 1573
 db 'sysret',07h
157 heavyiron 1574
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1575
 db 'vaddpd',58h
2287 heavyiron 1576
 dw avx_pd_instruction-instruction_handler
1577
 db 'vaddps',58h
1578
 dw avx_ps_instruction-instruction_handler
1579
 db 'vaddsd',58h
1580
 dw avx_sd_instruction-instruction_handler
1581
 db 'vaddss',58h
1582
 dw avx_ss_instruction-instruction_handler
1583
 db 'vandpd',54h
1584
 dw avx_pd_instruction-instruction_handler
1585
 db 'vandps',54h
1586
 dw avx_ps_instruction-instruction_handler
1587
 db 'vcmppd',-1
1588
 dw avx_cmp_pd_instruction-instruction_handler
1589
 db 'vcmpps',-1
1590
 dw avx_cmp_ps_instruction-instruction_handler
1591
 db 'vcmpsd',-1
1592
 dw avx_cmp_sd_instruction-instruction_handler
1593
 db 'vcmpss',-1
1594
 dw avx_cmp_ss_instruction-instruction_handler
1595
 db 'vdivpd',5Eh
1596
 dw avx_pd_instruction-instruction_handler
1597
 db 'vdivps',5Eh
1598
 dw avx_ps_instruction-instruction_handler
1599
 db 'vdivsd',5Eh
1600
 dw avx_sd_instruction-instruction_handler
1601
 db 'vdivss',5Eh
1602
 dw avx_ss_instruction-instruction_handler
1603
 db 'vlddqu',0F0h
1604
 dw avx_lddqu_instruction-instruction_handler
1605
 db 'vmaxpd',5Fh
1606
 dw avx_pd_instruction-instruction_handler
1607
 db 'vmaxps',5Fh
1608
 dw avx_ps_instruction-instruction_handler
1609
 db 'vmaxsd',5Fh
1610
 dw avx_sd_instruction-instruction_handler
1611
 db 'vmaxss',5Fh
1612
 dw avx_ss_instruction-instruction_handler
1613
 db 'vmcall',0C1h
157 heavyiron 1614
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 1615
 db 'vminpd',5Dh
2287 heavyiron 1616
 dw avx_pd_instruction-instruction_handler
1617
 db 'vminps',5Dh
1618
 dw avx_ps_instruction-instruction_handler
1619
 db 'vminsd',5Dh
1620
 dw avx_sd_instruction-instruction_handler
1621
 db 'vminss',5Dh
1622
 dw avx_ss_instruction-instruction_handler
1623
 db 'vmload',0DAh
157 heavyiron 1624
 dw simple_svm_instruction-instruction_handler
1189 heavyiron 1625
 db 'vmovsd',0
2287 heavyiron 1626
 dw avx_movsd_instruction-instruction_handler
1627
 db 'vmovss',0
1628
 dw avx_movss_instruction-instruction_handler
1629
 db 'vmread',0
157 heavyiron 1630
 dw vmread_instruction-instruction_handler
1189 heavyiron 1631
 db 'vmsave',0DBh
157 heavyiron 1632
 dw simple_svm_instruction-instruction_handler
1189 heavyiron 1633
 db 'vmulpd',59h
2287 heavyiron 1634
 dw avx_pd_instruction-instruction_handler
1635
 db 'vmulps',59h
1636
 dw avx_ps_instruction-instruction_handler
1637
 db 'vmulsd',59h
1638
 dw avx_sd_instruction-instruction_handler
1639
 db 'vmulss',59h
1640
 dw avx_ss_instruction-instruction_handler
1641
 db 'vmxoff',0C4h
157 heavyiron 1642
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 1643
 db 'vpabsb',1Ch
2287 heavyiron 1644
 dw avx_single_source_128bit_instruction_38-instruction_handler
1645
 db 'vpabsd',1Eh
1646
 dw avx_single_source_128bit_instruction_38-instruction_handler
1647
 db 'vpabsw',1Dh
1648
 dw avx_single_source_128bit_instruction_38-instruction_handler
1649
 db 'vpaddb',0FCh
1650
 dw avx_128bit_instruction-instruction_handler
1651
 db 'vpaddd',0FEh
1652
 dw avx_128bit_instruction-instruction_handler
1653
 db 'vpaddq',0D4h
1654
 dw avx_128bit_instruction-instruction_handler
1655
 db 'vpaddw',0FDh
1656
 dw avx_128bit_instruction-instruction_handler
1657
 db 'vpandn',0DFh
1658
 dw avx_128bit_instruction-instruction_handler
1659
 db 'vpavgb',0E0h
1660
 dw avx_128bit_instruction-instruction_handler
1661
 db 'vpavgw',0E3h
1662
 dw avx_128bit_instruction-instruction_handler
1663
 db 'vpcmov',0A2h
1664
 dw vpcmov_instruction-instruction_handler
1665
 db 'vpcomb',-1
1666
 dw xop_pcom_b_instruction-instruction_handler
1667
 db 'vpcomd',-1
1668
 dw xop_pcom_d_instruction-instruction_handler
1669
 db 'vpcomq',-1
1670
 dw xop_pcom_q_instruction-instruction_handler
1671
 db 'vpcomw',-1
1672
 dw xop_pcom_w_instruction-instruction_handler
1673
 db 'vpperm',0A3h
1674
 dw xop_128bit_instruction-instruction_handler
1675
 db 'vprotb',90h
1676
 dw xop_shift_instruction-instruction_handler
1677
 db 'vprotd',92h
1678
 dw xop_shift_instruction-instruction_handler
1679
 db 'vprotq',93h
1680
 dw xop_shift_instruction-instruction_handler
1681
 db 'vprotw',91h
1682
 dw xop_shift_instruction-instruction_handler
1683
 db 'vpshab',98h
1684
 dw xop_shift_instruction-instruction_handler
1685
 db 'vpshad',9Ah
1686
 dw xop_shift_instruction-instruction_handler
1687
 db 'vpshaq',9Bh
1688
 dw xop_shift_instruction-instruction_handler
1689
 db 'vpshaw',99h
1690
 dw xop_shift_instruction-instruction_handler
1691
 db 'vpshlb',94h
1692
 dw xop_shift_instruction-instruction_handler
1693
 db 'vpshld',96h
1694
 dw xop_shift_instruction-instruction_handler
1695
 db 'vpshlq',97h
1696
 dw xop_shift_instruction-instruction_handler
1697
 db 'vpshlw',95h
1698
 dw xop_shift_instruction-instruction_handler
1699
 db 'vpslld',0F2h
1700
 dw avx_bit_shift_instruction-instruction_handler
1701
 db 'vpsllq',0F3h
1702
 dw avx_bit_shift_instruction-instruction_handler
1703
 db 'vpsllw',0F1h
1704
 dw avx_bit_shift_instruction-instruction_handler
1705
 db 'vpsrad',0E2h
1706
 dw avx_bit_shift_instruction-instruction_handler
1707
 db 'vpsraw',0E1h
1708
 dw avx_bit_shift_instruction-instruction_handler
1709
 db 'vpsrld',0D2h
1710
 dw avx_bit_shift_instruction-instruction_handler
1711
 db 'vpsrlq',0D3h
1712
 dw avx_bit_shift_instruction-instruction_handler
1713
 db 'vpsrlw',0D1h
1714
 dw avx_bit_shift_instruction-instruction_handler
1715
 db 'vpsubb',0F8h
1716
 dw avx_128bit_instruction-instruction_handler
1717
 db 'vpsubd',0FAh
1718
 dw avx_128bit_instruction-instruction_handler
1719
 db 'vpsubq',0FBh
1720
 dw avx_128bit_instruction-instruction_handler
1721
 db 'vpsubw',0F9h
1722
 dw avx_128bit_instruction-instruction_handler
1723
 db 'vptest',17h
1724
 dw avx_single_source_instruction_38-instruction_handler
1725
 db 'vrcpps',53h
1726
 dw avx_single_source_ps_instruction-instruction_handler
1727
 db 'vrcpss',53h
1728
 dw avx_ss_instruction-instruction_handler
1729
 db 'vsubpd',5Ch
1730
 dw avx_pd_instruction-instruction_handler
1731
 db 'vsubps',5Ch
1732
 dw avx_ps_instruction-instruction_handler
1733
 db 'vsubsd',5Ch
1734
 dw avx_sd_instruction-instruction_handler
1735
 db 'vsubss',5Ch
1736
 dw avx_ss_instruction-instruction_handler
1737
 db 'vxorpd',57h
1738
 dw avx_pd_instruction-instruction_handler
1739
 db 'vxorps',57h
1740
 dw avx_ps_instruction-instruction_handler
1741
 db 'wbinvd',9
157 heavyiron 1742
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1743
 db 'wrmsrq',30h
157 heavyiron 1744
 dw simple_extended_instruction_64bit-instruction_handler
1189 heavyiron 1745
 db 'xgetbv',0D0h
2287 heavyiron 1746
 dw simple_vmx_instruction-instruction_handler
1747
 db 'xrstor',101b
1748
 dw fxsave_instruction-instruction_handler
1749
 db 'xsetbv',0D1h
1750
 dw simple_vmx_instruction-instruction_handler
1751
instructions_7:
157 heavyiron 1752
 db 'blendpd',0Dh
707 heavyiron 1753
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1754
 db 'blendps',0Ch
707 heavyiron 1755
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1756
 db 'clflush',111b
157 heavyiron 1757
 dw fxsave_instruction-instruction_handler
1189 heavyiron 1758
 db 'cmovnae',42h
157 heavyiron 1759
 dw cmov_instruction-instruction_handler
1189 heavyiron 1760
 db 'cmovnbe',47h
157 heavyiron 1761
 dw cmov_instruction-instruction_handler
1189 heavyiron 1762
 db 'cmovnge',4Ch
157 heavyiron 1763
 dw cmov_instruction-instruction_handler
1189 heavyiron 1764
 db 'cmovnle',4Fh
157 heavyiron 1765
 dw cmov_instruction-instruction_handler
1189 heavyiron 1766
 db 'cmpeqpd',0
157 heavyiron 1767
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 1768
 db 'cmpeqps',0
157 heavyiron 1769
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 1770
 db 'cmpeqsd',0
157 heavyiron 1771
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 1772
 db 'cmpeqss',0
157 heavyiron 1773
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 1774
 db 'cmplepd',2
157 heavyiron 1775
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 1776
 db 'cmpleps',2
157 heavyiron 1777
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 1778
 db 'cmplesd',2
157 heavyiron 1779
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 1780
 db 'cmpless',2
157 heavyiron 1781
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 1782
 db 'cmpltpd',1
157 heavyiron 1783
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 1784
 db 'cmpltps',1
157 heavyiron 1785
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 1786
 db 'cmpltsd',1
157 heavyiron 1787
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 1788
 db 'cmpltss',1
157 heavyiron 1789
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 1790
 db 'cmpxchg',0B0h
157 heavyiron 1791
 dw basic_486_instruction-instruction_handler
1189 heavyiron 1792
 db 'display',0
157 heavyiron 1793
 dw display_directive-instruction_handler
1189 heavyiron 1794
 db 'fcmovbe',0D0h
157 heavyiron 1795
 dw fcmov_instruction-instruction_handler
1189 heavyiron 1796
 db 'fcmovnb',0C0h
157 heavyiron 1797
 dw fcomi_instruction-instruction_handler
1189 heavyiron 1798
 db 'fcmovne',0C8h
157 heavyiron 1799
 dw fcomi_instruction-instruction_handler
1189 heavyiron 1800
 db 'fcmovnu',0D8h
157 heavyiron 1801
 dw fcomi_instruction-instruction_handler
1189 heavyiron 1802
 db 'fdecstp',110110b
157 heavyiron 1803
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1804
 db 'fincstp',110111b
157 heavyiron 1805
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1806
 db 'fldenvd',4
1039 heavyiron 1807
 dw fldenv_instruction_32bit-instruction_handler
1189 heavyiron 1808
 db 'fldenvw',4
1039 heavyiron 1809
 dw fldenv_instruction_16bit-instruction_handler
2287 heavyiron 1810
 db 'fnsaved',6
1039 heavyiron 1811
 dw fnsave_instruction_32bit-instruction_handler
1189 heavyiron 1812
 db 'fnsavew',6
1039 heavyiron 1813
 dw fnsave_instruction_16bit-instruction_handler
1189 heavyiron 1814
 db 'fnstenv',6
157 heavyiron 1815
 dw fldenv_instruction-instruction_handler
1189 heavyiron 1816
 db 'frndint',111100b
157 heavyiron 1817
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1818
 db 'frstord',4
1039 heavyiron 1819
 dw fnsave_instruction_32bit-instruction_handler
1189 heavyiron 1820
 db 'frstorw',4
1039 heavyiron 1821
 dw fnsave_instruction_16bit-instruction_handler
1189 heavyiron 1822
 db 'fsincos',111011b
157 heavyiron 1823
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1824
 db 'fstenvd',6
1039 heavyiron 1825
 dw fstenv_instruction_32bit-instruction_handler
1189 heavyiron 1826
 db 'fstenvw',6
1039 heavyiron 1827
 dw fstenv_instruction_16bit-instruction_handler
1189 heavyiron 1828
 db 'fucomip',0E8h
157 heavyiron 1829
 dw fcomip_instruction-instruction_handler
1189 heavyiron 1830
 db 'fucompp',0
157 heavyiron 1831
 dw fucompp_instruction-instruction_handler
1189 heavyiron 1832
 db 'fxrstor',1
157 heavyiron 1833
 dw fxsave_instruction-instruction_handler
1189 heavyiron 1834
 db 'fxtract',110100b
157 heavyiron 1835
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1836
 db 'fyl2xp1',111001b
157 heavyiron 1837
 dw simple_fpu_instruction-instruction_handler
1189 heavyiron 1838
 db 'insertq',0
1039 heavyiron 1839
 dw insertq_instruction-instruction_handler
1189 heavyiron 1840
 db 'invlpga',0DFh
157 heavyiron 1841
 dw invlpga_instruction-instruction_handler
1189 heavyiron 1842
 db 'invvpid',81h
1115 heavyiron 1843
 dw vmx_inv_instruction-instruction_handler
1189 heavyiron 1844
 db 'ldmxcsr',10b
157 heavyiron 1845
 dw fxsave_instruction-instruction_handler
1189 heavyiron 1846
 db 'loopned',0E0h
157 heavyiron 1847
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 1848
 db 'loopneq',0E0h
157 heavyiron 1849
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 1850
 db 'loopnew',0E0h
157 heavyiron 1851
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 1852
 db 'loopnzd',0E0h
157 heavyiron 1853
 dw loop_instruction_32bit-instruction_handler
1189 heavyiron 1854
 db 'loopnzq',0E0h
157 heavyiron 1855
 dw loop_instruction_64bit-instruction_handler
1189 heavyiron 1856
 db 'loopnzw',0E0h
157 heavyiron 1857
 dw loop_instruction_16bit-instruction_handler
1189 heavyiron 1858
 db 'monitor',0C8h
157 heavyiron 1859
 dw monitor_instruction-instruction_handler
1189 heavyiron 1860
 db 'movddup',12h
157 heavyiron 1861
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 1862
 db 'movdq2q',0
157 heavyiron 1863
 dw movdq2q_instruction-instruction_handler
1189 heavyiron 1864
 db 'movhlps',12h
157 heavyiron 1865
 dw movhlps_instruction-instruction_handler
1189 heavyiron 1866
 db 'movlhps',16h
157 heavyiron 1867
 dw movhlps_instruction-instruction_handler
1189 heavyiron 1868
 db 'movntdq',0E7h
157 heavyiron 1869
 dw movntpd_instruction-instruction_handler
2287 heavyiron 1870
 db 'movntpd',2Bh
157 heavyiron 1871
 dw movntpd_instruction-instruction_handler
2287 heavyiron 1872
 db 'movntps',2Bh
157 heavyiron 1873
 dw movntps_instruction-instruction_handler
1189 heavyiron 1874
 db 'movntsd',2Bh
1039 heavyiron 1875
 dw movntsd_instruction-instruction_handler
1189 heavyiron 1876
 db 'movntss',2Bh
1039 heavyiron 1877
 dw movntss_instruction-instruction_handler
1189 heavyiron 1878
 db 'movq2dq',0
157 heavyiron 1879
 dw movq2dq_instruction-instruction_handler
1189 heavyiron 1880
 db 'mpsadbw',42h
707 heavyiron 1881
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1882
 db 'paddusb',0DCh
157 heavyiron 1883
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1884
 db 'paddusw',0DDh
157 heavyiron 1885
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1886
 db 'palignr',0
174 heavyiron 1887
 dw palignr_instruction-instruction_handler
1189 heavyiron 1888
 db 'pavgusb',0BFh
157 heavyiron 1889
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1890
 db 'pblendw',0Eh
707 heavyiron 1891
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1892
 db 'pcmpeqb',74h
157 heavyiron 1893
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1894
 db 'pcmpeqd',76h
157 heavyiron 1895
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1896
 db 'pcmpeqq',29h
707 heavyiron 1897
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1898
 db 'pcmpeqw',75h
157 heavyiron 1899
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1900
 db 'pcmpgtb',64h
157 heavyiron 1901
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1902
 db 'pcmpgtd',66h
157 heavyiron 1903
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1904
 db 'pcmpgtq',37h
707 heavyiron 1905
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 1906
 db 'pcmpgtw',65h
157 heavyiron 1907
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1908
 db 'pfcmpeq',0B0h
157 heavyiron 1909
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1910
 db 'pfcmpge',90h
157 heavyiron 1911
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1912
 db 'pfcmpgt',0A0h
157 heavyiron 1913
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1914
 db 'pfpnacc',8Eh
157 heavyiron 1915
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1916
 db 'pfrsqrt',97h
157 heavyiron 1917
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1918
 db 'phaddsw',3
174 heavyiron 1919
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1920
 db 'phsubsw',7
174 heavyiron 1921
 dw ssse3_instruction-instruction_handler
1189 heavyiron 1922
 db 'pmaddwd',0F5h
157 heavyiron 1923
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1924
 db 'pmulhrw',0B7h
157 heavyiron 1925
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 1926
 db 'pmulhuw',0E4h
157 heavyiron 1927
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1928
 db 'pmuludq',0F4h
157 heavyiron 1929
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1930
 db 'pshufhw',0F3h
157 heavyiron 1931
 dw pshufd_instruction-instruction_handler
1189 heavyiron 1932
 db 'pshuflw',0F2h
157 heavyiron 1933
 dw pshufd_instruction-instruction_handler
1189 heavyiron 1934
 db 'psubusb',0D8h
157 heavyiron 1935
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1936
 db 'psubusw',0D9h
157 heavyiron 1937
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 1938
 db 'roundpd',9
707 heavyiron 1939
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1940
 db 'roundps',8
707 heavyiron 1941
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 1942
 db 'roundsd',0Bh
707 heavyiron 1943
 dw sse4_sd_instruction_3a_imm8-instruction_handler
1189 heavyiron 1944
 db 'roundss',0Ah
707 heavyiron 1945
 dw sse4_ss_instruction_3a_imm8-instruction_handler
1189 heavyiron 1946
 db 'rsqrtps',52h
157 heavyiron 1947
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 1948
 db 'rsqrtss',52h
157 heavyiron 1949
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 1950
 db 'section',0
157 heavyiron 1951
 dw section_directive-instruction_handler
1189 heavyiron 1952
 db 'segment',0
157 heavyiron 1953
 dw segment_directive-instruction_handler
1189 heavyiron 1954
 db 'stmxcsr',11b
157 heavyiron 1955
 dw fxsave_instruction-instruction_handler
1189 heavyiron 1956
 db 'syscall',05h
157 heavyiron 1957
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1958
 db 'sysexit',35h
157 heavyiron 1959
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 1960
 db 'sysretq',07h
157 heavyiron 1961
 dw simple_extended_instruction_64bit-instruction_handler
1189 heavyiron 1962
 db 'ucomisd',2Eh
157 heavyiron 1963
 dw comisd_instruction-instruction_handler
1189 heavyiron 1964
 db 'ucomiss',2Eh
157 heavyiron 1965
 dw comiss_instruction-instruction_handler
1189 heavyiron 1966
 db 'vaesdec',0DEh
2287 heavyiron 1967
 dw avx_128bit_instruction_38-instruction_handler
1968
 db 'vaesenc',0DCh
1969
 dw avx_128bit_instruction_38-instruction_handler
1970
 db 'vaesimc',0DBh
1971
 dw avx_single_source_128bit_instruction_38-instruction_handler
1972
 db 'vandnpd',55h
1973
 dw avx_pd_instruction-instruction_handler
1974
 db 'vandnps',55h
1975
 dw avx_ps_instruction-instruction_handler
1976
 db 'vcomisd',2Fh
1977
 dw avx_comisd_instruction-instruction_handler
1978
 db 'vcomiss',2Fh
1979
 dw avx_comiss_instruction-instruction_handler
1980
 db 'vfrczpd',81h
1981
 dw xop_single_source_instruction-instruction_handler
1982
 db 'vfrczps',80h
1983
 dw xop_single_source_instruction-instruction_handler
1984
 db 'vfrczsd',83h
1985
 dw xop_single_source_sd_instruction-instruction_handler
1986
 db 'vfrczss',82h
1987
 dw xop_single_source_ss_instruction-instruction_handler
1988
 db 'vhaddpd',07Ch
1989
 dw avx_pd_instruction-instruction_handler
1990
 db 'vhaddps',07Ch
1991
 dw avx_haddps_instruction-instruction_handler
1992
 db 'vhsubpd',07Dh
1993
 dw avx_pd_instruction-instruction_handler
1994
 db 'vhsubps',07Dh
1995
 dw avx_haddps_instruction-instruction_handler
1996
 db 'virtual',0
157 heavyiron 1997
 dw virtual_directive-instruction_handler
1189 heavyiron 1998
 db 'vmclear',6
157 heavyiron 1999
 dw vmclear_instruction-instruction_handler
1189 heavyiron 2000
 db 'vmmcall',0D9h
157 heavyiron 2001
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 2002
 db 'vmovapd',28h
2287 heavyiron 2003
 dw avx_movpd_instruction-instruction_handler
2004
 db 'vmovaps',28h
2005
 dw avx_movps_instruction-instruction_handler
2006
 db 'vmovdqa',6Fh
2007
 dw avx_movpd_instruction-instruction_handler
2008
 db 'vmovdqu',6Fh
2009
 dw avx_movdqu_instruction-instruction_handler
2010
 db 'vmovhpd',16h
2011
 dw avx_movlpd_instruction-instruction_handler
2012
 db 'vmovhps',16h
2013
 dw avx_movlps_instruction-instruction_handler
2014
 db 'vmovlpd',12h
2015
 dw avx_movlpd_instruction-instruction_handler
2016
 db 'vmovlps',12h
2017
 dw avx_movlps_instruction-instruction_handler
2018
 db 'vmovupd',10h
2019
 dw avx_movpd_instruction-instruction_handler
2020
 db 'vmovups',10h
2021
 dw avx_movps_instruction-instruction_handler
2022
 db 'vmptrld',6
157 heavyiron 2023
 dw vmx_instruction-instruction_handler
1189 heavyiron 2024
 db 'vmptrst',7
157 heavyiron 2025
 dw vmx_instruction-instruction_handler
1189 heavyiron 2026
 db 'vmwrite',0
157 heavyiron 2027
 dw vmwrite_instruction-instruction_handler
1189 heavyiron 2028
 db 'vpaddsb',0ECh
2287 heavyiron 2029
 dw avx_128bit_instruction-instruction_handler
2030
 db 'vpaddsw',0EDh
2031
 dw avx_128bit_instruction-instruction_handler
2032
 db 'vpcomub',-1
2033
 dw xop_pcom_ub_instruction-instruction_handler
2034
 db 'vpcomud',-1
2035
 dw xop_pcom_ud_instruction-instruction_handler
2036
 db 'vpcomuq',-1
2037
 dw xop_pcom_uq_instruction-instruction_handler
2038
 db 'vpcomuw',-1
2039
 dw xop_pcom_uw_instruction-instruction_handler
2040
 db 'vpextrb',14h
2041
 dw avx_pextrb_instruction-instruction_handler
2042
 db 'vpextrd',16h
2043
 dw avx_pextrd_instruction-instruction_handler
2044
 db 'vpextrq',16h
2045
 dw avx_pextrq_instruction-instruction_handler
2046
 db 'vpextrw',15h
2047
 dw avx_pextrw_instruction-instruction_handler
2048
 db 'vphaddd',2
2049
 dw avx_128bit_instruction_38-instruction_handler
2050
 db 'vphaddw',1
2051
 dw avx_128bit_instruction_38-instruction_handler
2052
 db 'vphsubd',6
2053
 dw avx_128bit_instruction_38-instruction_handler
2054
 db 'vphsubw',5
2055
 dw avx_128bit_instruction_38-instruction_handler
2056
 db 'vpinsrb',20h
2057
 dw avx_pinsrb_instruction-instruction_handler
2058
 db 'vpinsrd',22h
2059
 dw avx_pinsrd_instruction-instruction_handler
2060
 db 'vpinsrq',22h
2061
 dw avx_pinsrq_instruction-instruction_handler
2062
 db 'vpinsrw',0C4h
2063
 dw avx_pinsrw_instruction-instruction_handler
2064
 db 'vpmaxsb',3Ch
2065
 dw avx_128bit_instruction_38-instruction_handler
2066
 db 'vpmaxsd',3Dh
2067
 dw avx_128bit_instruction_38-instruction_handler
2068
 db 'vpmaxsw',0EEh
2069
 dw avx_128bit_instruction-instruction_handler
2070
 db 'vpmaxub',0DEh
2071
 dw avx_128bit_instruction-instruction_handler
2072
 db 'vpmaxud',3Fh
2073
 dw avx_128bit_instruction_38-instruction_handler
2074
 db 'vpmaxuw',3Eh
2075
 dw avx_128bit_instruction_38-instruction_handler
2076
 db 'vpminsb',38h
2077
 dw avx_128bit_instruction_38-instruction_handler
2078
 db 'vpminsd',39h
2079
 dw avx_128bit_instruction_38-instruction_handler
2080
 db 'vpminsw',0EAh
2081
 dw avx_128bit_instruction-instruction_handler
2082
 db 'vpminub',0DAh
2083
 dw avx_128bit_instruction-instruction_handler
2084
 db 'vpminud',3Bh
2085
 dw avx_128bit_instruction_38-instruction_handler
2086
 db 'vpminuw',3Ah
2087
 dw avx_128bit_instruction_38-instruction_handler
2088
 db 'vpmuldq',28h
2089
 dw avx_128bit_instruction_38-instruction_handler
2090
 db 'vpmulhw',0E5h
2091
 dw avx_128bit_instruction-instruction_handler
2092
 db 'vpmulld',40h
2093
 dw avx_128bit_instruction_38-instruction_handler
2094
 db 'vpmullw',0D5h
2095
 dw avx_128bit_instruction-instruction_handler
2096
 db 'vpsadbw',0F6h
2097
 dw avx_128bit_instruction-instruction_handler
2098
 db 'vpshufb',0
2099
 dw avx_128bit_instruction_38-instruction_handler
2100
 db 'vpshufd',66h
2101
 dw avx_pshufd_instruction-instruction_handler
2102
 db 'vpsignb',8
2103
 dw avx_128bit_instruction_38-instruction_handler
2104
 db 'vpsignd',0Ah
2105
 dw avx_128bit_instruction_38-instruction_handler
2106
 db 'vpsignw',9
2107
 dw avx_128bit_instruction_38-instruction_handler
2108
 db 'vpslldq',111b
2109
 dw avx_pslldq_instruction-instruction_handler
2110
 db 'vpsrldq',011b
2111
 dw avx_pslldq_instruction-instruction_handler
2112
 db 'vpsubsb',0E8h
2113
 dw avx_128bit_instruction-instruction_handler
2114
 db 'vpsubsw',0E9h
2115
 dw avx_128bit_instruction-instruction_handler
2116
 db 'vshufpd',0C6h
2117
 dw avx_pd_instruction_imm8-instruction_handler
2118
 db 'vshufps',0C6h
2119
 dw avx_ps_instruction_imm8-instruction_handler
2120
 db 'vsqrtpd',51h
2121
 dw avx_single_source_pd_instruction-instruction_handler
2122
 db 'vsqrtps',51h
2123
 dw avx_single_source_ps_instruction-instruction_handler
2124
 db 'vsqrtsd',51h
2125
 dw avx_sd_instruction-instruction_handler
2126
 db 'vsqrtss',51h
2127
 dw avx_ss_instruction-instruction_handler
2128
 db 'vtestpd',0Fh
2129
 dw avx_single_source_instruction_38-instruction_handler
2130
 db 'vtestps',0Eh
2131
 dw avx_single_source_instruction_38-instruction_handler
2132
 db 'xsave64',100b
2133
 dw fxsave_instruction_64bit-instruction_handler
2134
instructions_8:
157 heavyiron 2135
 db 'addsubpd',0D0h
2136
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2137
 db 'addsubps',0D0h
157 heavyiron 2138
 dw cvtpd2dq_instruction-instruction_handler
1189 heavyiron 2139
 db 'blendvpd',15h
707 heavyiron 2140
 dw sse4_instruction_38_xmm0-instruction_handler
1189 heavyiron 2141
 db 'blendvps',14h
707 heavyiron 2142
 dw sse4_instruction_38_xmm0-instruction_handler
1189 heavyiron 2143
 db 'cmpneqpd',4
157 heavyiron 2144
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 2145
 db 'cmpneqps',4
157 heavyiron 2146
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 2147
 db 'cmpneqsd',4
157 heavyiron 2148
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 2149
 db 'cmpneqss',4
157 heavyiron 2150
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 2151
 db 'cmpnlepd',6
157 heavyiron 2152
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 2153
 db 'cmpnleps',6
157 heavyiron 2154
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 2155
 db 'cmpnlesd',6
157 heavyiron 2156
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 2157
 db 'cmpnless',6
157 heavyiron 2158
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 2159
 db 'cmpnltpd',5
157 heavyiron 2160
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 2161
 db 'cmpnltps',5
157 heavyiron 2162
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 2163
 db 'cmpnltsd',5
157 heavyiron 2164
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 2165
 db 'cmpnltss',5
157 heavyiron 2166
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 2167
 db 'cmpordpd',7
157 heavyiron 2168
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 2169
 db 'cmpordps',7
157 heavyiron 2170
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 2171
 db 'cmpordsd',7
157 heavyiron 2172
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 2173
 db 'cmpordss',7
157 heavyiron 2174
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 2175
 db 'cvtdq2pd',0E6h
157 heavyiron 2176
 dw cvtdq2pd_instruction-instruction_handler
1189 heavyiron 2177
 db 'cvtdq2ps',5Bh
157 heavyiron 2178
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 2179
 db 'cvtpd2dq',0E6h
157 heavyiron 2180
 dw cvtpd2dq_instruction-instruction_handler
1189 heavyiron 2181
 db 'cvtpd2pi',2Dh
157 heavyiron 2182
 dw cvtpd2pi_instruction-instruction_handler
1189 heavyiron 2183
 db 'cvtpd2ps',5Ah
157 heavyiron 2184
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2185
 db 'cvtpi2pd',2Ah
157 heavyiron 2186
 dw cvtpi2pd_instruction-instruction_handler
1189 heavyiron 2187
 db 'cvtpi2ps',2Ah
157 heavyiron 2188
 dw cvtpi2ps_instruction-instruction_handler
1189 heavyiron 2189
 db 'cvtps2dq',5Bh
157 heavyiron 2190
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2191
 db 'cvtps2pd',5Ah
157 heavyiron 2192
 dw cvtps2pd_instruction-instruction_handler
1189 heavyiron 2193
 db 'cvtps2pi',2Dh
157 heavyiron 2194
 dw cvtps2pi_instruction-instruction_handler
1189 heavyiron 2195
 db 'cvtsd2si',2Dh
157 heavyiron 2196
 dw cvtsd2si_instruction-instruction_handler
1189 heavyiron 2197
 db 'cvtsd2ss',5Ah
157 heavyiron 2198
 dw sse_sd_instruction-instruction_handler
1189 heavyiron 2199
 db 'cvtsi2sd',2Ah
157 heavyiron 2200
 dw cvtsi2sd_instruction-instruction_handler
1189 heavyiron 2201
 db 'cvtsi2ss',2Ah
157 heavyiron 2202
 dw cvtsi2ss_instruction-instruction_handler
1189 heavyiron 2203
 db 'cvtss2sd',5Ah
157 heavyiron 2204
 dw sse_ss_instruction-instruction_handler
1189 heavyiron 2205
 db 'cvtss2si',2Dh
157 heavyiron 2206
 dw cvtss2si_instruction-instruction_handler
1189 heavyiron 2207
 db 'fcmovnbe',0D0h
157 heavyiron 2208
 dw fcomi_instruction-instruction_handler
1189 heavyiron 2209
 db 'fnstenvd',6
1039 heavyiron 2210
 dw fldenv_instruction_32bit-instruction_handler
1189 heavyiron 2211
 db 'fnstenvw',6
1039 heavyiron 2212
 dw fldenv_instruction_16bit-instruction_handler
1189 heavyiron 2213
 db 'insertps',0
1039 heavyiron 2214
 dw insertps_instruction-instruction_handler
1189 heavyiron 2215
 db 'maskmovq',0
157 heavyiron 2216
 dw maskmovq_instruction-instruction_handler
1189 heavyiron 2217
 db 'movmskpd',0
157 heavyiron 2218
 dw movmskpd_instruction-instruction_handler
1189 heavyiron 2219
 db 'movmskps',0
157 heavyiron 2220
 dw movmskps_instruction-instruction_handler
1189 heavyiron 2221
 db 'movntdqa',0
1039 heavyiron 2222
 dw movntdqa_instruction-instruction_handler
1189 heavyiron 2223
 db 'movshdup',16h
157 heavyiron 2224
 dw movshdup_instruction-instruction_handler
2287 heavyiron 2225
 db 'movsldup',12h
157 heavyiron 2226
 dw movshdup_instruction-instruction_handler
2287 heavyiron 2227
 db 'packssdw',6Bh
157 heavyiron 2228
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2229
 db 'packsswb',63h
157 heavyiron 2230
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2231
 db 'packusdw',2Bh
707 heavyiron 2232
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 2233
 db 'packuswb',67h
157 heavyiron 2234
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2235
 db 'pblendvb',10h
707 heavyiron 2236
 dw sse4_instruction_38_xmm0-instruction_handler
1189 heavyiron 2237
 db 'pfrcpit1',0A6h
157 heavyiron 2238
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 2239
 db 'pfrcpit2',0B6h
157 heavyiron 2240
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 2241
 db 'pfrsqit1',0A7h
157 heavyiron 2242
 dw amd3dnow_instruction-instruction_handler
1189 heavyiron 2243
 db 'pmovmskb',0D7h
157 heavyiron 2244
 dw pmovmskb_instruction-instruction_handler
1189 heavyiron 2245
 db 'pmovsxbd',21h
1039 heavyiron 2246
 dw pmovsxbd_instruction-instruction_handler
1189 heavyiron 2247
 db 'pmovsxbq',22h
1039 heavyiron 2248
 dw pmovsxbq_instruction-instruction_handler
1189 heavyiron 2249
 db 'pmovsxbw',20h
1039 heavyiron 2250
 dw pmovsxbw_instruction-instruction_handler
1189 heavyiron 2251
 db 'pmovsxdq',25h
1039 heavyiron 2252
 dw pmovsxdq_instruction-instruction_handler
1189 heavyiron 2253
 db 'pmovsxwd',23h
1039 heavyiron 2254
 dw pmovsxwd_instruction-instruction_handler
1189 heavyiron 2255
 db 'pmovsxwq',24h
1039 heavyiron 2256
 dw pmovsxwq_instruction-instruction_handler
1189 heavyiron 2257
 db 'pmovzxbd',31h
1039 heavyiron 2258
 dw pmovsxbd_instruction-instruction_handler
1189 heavyiron 2259
 db 'pmovzxbq',32h
1039 heavyiron 2260
 dw pmovsxbq_instruction-instruction_handler
1189 heavyiron 2261
 db 'pmovzxbw',30h
1039 heavyiron 2262
 dw pmovsxbw_instruction-instruction_handler
1189 heavyiron 2263
 db 'pmovzxdq',35h
1039 heavyiron 2264
 dw pmovsxdq_instruction-instruction_handler
1189 heavyiron 2265
 db 'pmovzxwd',33h
1039 heavyiron 2266
 dw pmovsxwd_instruction-instruction_handler
1189 heavyiron 2267
 db 'pmovzxwq',34h
1039 heavyiron 2268
 dw pmovsxwq_instruction-instruction_handler
1189 heavyiron 2269
 db 'pmulhrsw',0Bh
174 heavyiron 2270
 dw ssse3_instruction-instruction_handler
1189 heavyiron 2271
 db 'prefetch',0
157 heavyiron 2272
 dw amd_prefetch_instruction-instruction_handler
1189 heavyiron 2273
 db 'rdfsbase',0
2287 heavyiron 2274
 dw rdfsbase_instruction-instruction_handler
2275
 db 'rdgsbase',1
2276
 dw rdfsbase_instruction-instruction_handler
2277
 db 'sysenter',34h
157 heavyiron 2278
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 2279
 db 'sysexitq',35h
157 heavyiron 2280
 dw simple_extended_instruction_64bit-instruction_handler
1189 heavyiron 2281
 db 'unpckhpd',15h
157 heavyiron 2282
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2283
 db 'unpckhps',15h
157 heavyiron 2284
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 2285
 db 'unpcklpd',14h
157 heavyiron 2286
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2287
 db 'unpcklps',14h
157 heavyiron 2288
 dw sse_ps_instruction-instruction_handler
1189 heavyiron 2289
 db 'vblendpd',0Dh
2287 heavyiron 2290
 dw avx_instruction_3a_imm8-instruction_handler
2291
 db 'vblendps',0Ch
2292
 dw avx_instruction_3a_imm8-instruction_handler
2293
 db 'vcmpeqpd',0
2294
 dw avx_cmp_pd_instruction-instruction_handler
2295
 db 'vcmpeqps',0
2296
 dw avx_cmp_ps_instruction-instruction_handler
2297
 db 'vcmpeqsd',0
2298
 dw avx_cmp_sd_instruction-instruction_handler
2299
 db 'vcmpeqss',0
2300
 dw avx_cmp_ss_instruction-instruction_handler
2301
 db 'vcmpgepd',0Dh
2302
 dw avx_cmp_pd_instruction-instruction_handler
2303
 db 'vcmpgeps',0Dh
2304
 dw avx_cmp_ps_instruction-instruction_handler
2305
 db 'vcmpgesd',0Dh
2306
 dw avx_cmp_sd_instruction-instruction_handler
2307
 db 'vcmpgess',0Dh
2308
 dw avx_cmp_ss_instruction-instruction_handler
2309
 db 'vcmpgtpd',0Eh
2310
 dw avx_cmp_pd_instruction-instruction_handler
2311
 db 'vcmpgtps',0Eh
2312
 dw avx_cmp_ps_instruction-instruction_handler
2313
 db 'vcmpgtsd',0Eh
2314
 dw avx_cmp_sd_instruction-instruction_handler
2315
 db 'vcmpgtss',0Eh
2316
 dw avx_cmp_ss_instruction-instruction_handler
2317
 db 'vcmplepd',2
2318
 dw avx_cmp_pd_instruction-instruction_handler
2319
 db 'vcmpleps',2
2320
 dw avx_cmp_ps_instruction-instruction_handler
2321
 db 'vcmplesd',2
2322
 dw avx_cmp_sd_instruction-instruction_handler
2323
 db 'vcmpless',2
2324
 dw avx_cmp_ss_instruction-instruction_handler
2325
 db 'vcmpltpd',1
2326
 dw avx_cmp_pd_instruction-instruction_handler
2327
 db 'vcmpltps',1
2328
 dw avx_cmp_ps_instruction-instruction_handler
2329
 db 'vcmpltsd',1
2330
 dw avx_cmp_sd_instruction-instruction_handler
2331
 db 'vcmpltss',1
2332
 dw avx_cmp_ss_instruction-instruction_handler
2333
 db 'vfmaddpd',69h
2334
 dw fma4_instruction_p-instruction_handler
2335
 db 'vfmaddps',68h
2336
 dw fma4_instruction_p-instruction_handler
2337
 db 'vfmaddsd',6Bh
2338
 dw fma4_instruction_sd-instruction_handler
2339
 db 'vfmaddss',6Ah
2340
 dw fma4_instruction_ss-instruction_handler
2341
 db 'vfmsubpd',6Dh
2342
 dw fma4_instruction_p-instruction_handler
2343
 db 'vfmsubps',6Ch
2344
 dw fma4_instruction_p-instruction_handler
2345
 db 'vfmsubsd',6Fh
2346
 dw fma4_instruction_sd-instruction_handler
2347
 db 'vfmsubss',6Eh
2348
 dw fma4_instruction_ss-instruction_handler
2349
 db 'vldmxcsr',10b
2350
 dw vldmxcsr_instruction-instruction_handler
2351
 db 'vmlaunch',0C2h
157 heavyiron 2352
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 2353
 db 'vmovddup',12h
2287 heavyiron 2354
 dw avx_movddup_instruction-instruction_handler
2355
 db 'vmovhlps',12h
2356
 dw avx_movhlps_instruction-instruction_handler
2357
 db 'vmovlhps',16h
2358
 dw avx_movhlps_instruction-instruction_handler
2359
 db 'vmovntdq',0E7h
2360
 dw avx_movntpd_instruction-instruction_handler
2361
 db 'vmovntpd',2Bh
2362
 dw avx_movntpd_instruction-instruction_handler
2363
 db 'vmovntps',2Bh
2364
 dw avx_movntps_instruction-instruction_handler
2365
 db 'vmpsadbw',42h
2366
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2367
 db 'vmresume',0C3h
157 heavyiron 2368
 dw simple_vmx_instruction-instruction_handler
1189 heavyiron 2369
 db 'vpaddusb',0DCh
2287 heavyiron 2370
 dw avx_128bit_instruction-instruction_handler
2371
 db 'vpaddusw',0DDh
2372
 dw avx_128bit_instruction-instruction_handler
2373
 db 'vpalignr',0Fh
2374
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2375
 db 'vpblendw',0Eh
2376
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2377
 db 'vpcmpeqb',74h
2378
 dw avx_128bit_instruction-instruction_handler
2379
 db 'vpcmpeqd',76h
2380
 dw avx_128bit_instruction-instruction_handler
2381
 db 'vpcmpeqq',29h
2382
 dw avx_128bit_instruction_38-instruction_handler
2383
 db 'vpcmpeqw',75h
2384
 dw avx_128bit_instruction-instruction_handler
2385
 db 'vpcmpgtb',64h
2386
 dw avx_128bit_instruction-instruction_handler
2387
 db 'vpcmpgtd',66h
2388
 dw avx_128bit_instruction-instruction_handler
2389
 db 'vpcmpgtq',37h
2390
 dw avx_128bit_instruction_38-instruction_handler
2391
 db 'vpcmpgtw',65h
2392
 dw avx_128bit_instruction-instruction_handler
2393
 db 'vpcomeqb',4
2394
 dw xop_pcom_b_instruction-instruction_handler
2395
 db 'vpcomeqd',4
2396
 dw xop_pcom_d_instruction-instruction_handler
2397
 db 'vpcomeqq',4
2398
 dw xop_pcom_q_instruction-instruction_handler
2399
 db 'vpcomeqw',4
2400
 dw xop_pcom_w_instruction-instruction_handler
2401
 db 'vpcomgeb',3
2402
 dw xop_pcom_b_instruction-instruction_handler
2403
 db 'vpcomged',3
2404
 dw xop_pcom_d_instruction-instruction_handler
2405
 db 'vpcomgeq',3
2406
 dw xop_pcom_q_instruction-instruction_handler
2407
 db 'vpcomgew',3
2408
 dw xop_pcom_w_instruction-instruction_handler
2409
 db 'vpcomgtb',2
2410
 dw xop_pcom_b_instruction-instruction_handler
2411
 db 'vpcomgtd',2
2412
 dw xop_pcom_d_instruction-instruction_handler
2413
 db 'vpcomgtq',2
2414
 dw xop_pcom_q_instruction-instruction_handler
2415
 db 'vpcomgtw',2
2416
 dw xop_pcom_w_instruction-instruction_handler
2417
 db 'vpcomleb',1
2418
 dw xop_pcom_b_instruction-instruction_handler
2419
 db 'vpcomled',1
2420
 dw xop_pcom_d_instruction-instruction_handler
2421
 db 'vpcomleq',1
2422
 dw xop_pcom_q_instruction-instruction_handler
2423
 db 'vpcomlew',1
2424
 dw xop_pcom_w_instruction-instruction_handler
2425
 db 'vpcomltb',0
2426
 dw xop_pcom_b_instruction-instruction_handler
2427
 db 'vpcomltd',0
2428
 dw xop_pcom_d_instruction-instruction_handler
2429
 db 'vpcomltq',0
2430
 dw xop_pcom_q_instruction-instruction_handler
2431
 db 'vpcomltw',0
2432
 dw xop_pcom_w_instruction-instruction_handler
2433
 db 'vphaddbd',0C2h
2434
 dw xop_single_source_128bit_instruction-instruction_handler
2435
 db 'vphaddbq',0C3h
2436
 dw xop_single_source_128bit_instruction-instruction_handler
2437
 db 'vphaddbw',0C1h
2438
 dw xop_single_source_128bit_instruction-instruction_handler
2439
 db 'vphadddq',0CBh
2440
 dw xop_single_source_128bit_instruction-instruction_handler
2441
 db 'vphaddsw',3
2442
 dw avx_128bit_instruction_38-instruction_handler
2443
 db 'vphaddwd',0C6h
2444
 dw xop_single_source_128bit_instruction-instruction_handler
2445
 db 'vphaddwq',0C7h
2446
 dw xop_single_source_128bit_instruction-instruction_handler
2447
 db 'vphsubbw',0E1h
2448
 dw xop_single_source_128bit_instruction-instruction_handler
2449
 db 'vphsubdq',0E3h
2450
 dw xop_single_source_128bit_instruction-instruction_handler
2451
 db 'vphsubsw',7
2452
 dw avx_128bit_instruction_38-instruction_handler
2453
 db 'vphsubwd',0E2h
2454
 dw xop_single_source_128bit_instruction-instruction_handler
2455
 db 'vpmacsdd',9Eh
2456
 dw xop_triple_source_128bit_instruction-instruction_handler
2457
 db 'vpmacswd',96h
2458
 dw xop_triple_source_128bit_instruction-instruction_handler
2459
 db 'vpmacsww',95h
2460
 dw xop_triple_source_128bit_instruction-instruction_handler
2461
 db 'vpmaddwd',0F5h
2462
 dw avx_128bit_instruction-instruction_handler
2463
 db 'vpmulhuw',0E4h
2464
 dw avx_128bit_instruction-instruction_handler
2465
 db 'vpmuludq',0F4h
2466
 dw avx_128bit_instruction-instruction_handler
2467
 db 'vpshufhw',0F3h
2468
 dw avx_pshufd_instruction-instruction_handler
2469
 db 'vpshuflw',0F2h
2470
 dw avx_pshufd_instruction-instruction_handler
2471
 db 'vpsubusb',0D8h
2472
 dw avx_128bit_instruction-instruction_handler
2473
 db 'vpsubusw',0D9h
2474
 dw avx_128bit_instruction-instruction_handler
2475
 db 'vroundpd',9
2476
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2477
 db 'vroundps',8
2478
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2479
 db 'vroundsd',0Bh
2480
 dw avx_sd_instruction_3a_imm8-instruction_handler
2481
 db 'vroundss',0Ah
2482
 dw avx_ss_instruction_3a_imm8-instruction_handler
2483
 db 'vrsqrtps',52h
2484
 dw avx_single_source_ps_instruction-instruction_handler
2485
 db 'vrsqrtss',52h
2486
 dw avx_ss_instruction-instruction_handler
2487
 db 'vstmxcsr',11b
2488
 dw vldmxcsr_instruction-instruction_handler
2489
 db 'vucomisd',2Eh
2490
 dw avx_comisd_instruction-instruction_handler
2491
 db 'vucomiss',2Eh
2492
 dw avx_comiss_instruction-instruction_handler
2493
 db 'vzeroall',77h
2494
 dw vzeroall_instruction-instruction_handler
2495
 db 'wrfsbase',2
2496
 dw rdfsbase_instruction-instruction_handler
2497
 db 'wrgsbase',3
2498
 dw rdfsbase_instruction-instruction_handler
2499
 db 'xrstor64',101b
2500
 dw fxsave_instruction_64bit-instruction_handler
2501
 db 'xsaveopt',110b
2502
 dw fxsave_instruction-instruction_handler
2503
instructions_9:
157 heavyiron 2504
 db 'cmpxchg8b',8
2505
 dw cmpxchgx_instruction-instruction_handler
1189 heavyiron 2506
 db 'cvttpd2dq',0E6h
157 heavyiron 2507
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2508
 db 'cvttpd2pi',2Ch
157 heavyiron 2509
 dw cvtpd2pi_instruction-instruction_handler
1189 heavyiron 2510
 db 'cvttps2dq',5Bh
157 heavyiron 2511
 dw movshdup_instruction-instruction_handler
2287 heavyiron 2512
 db 'cvttps2pi',2Ch
157 heavyiron 2513
 dw cvtps2pi_instruction-instruction_handler
1189 heavyiron 2514
 db 'cvttsd2si',2Ch
157 heavyiron 2515
 dw cvtsd2si_instruction-instruction_handler
1189 heavyiron 2516
 db 'cvttss2si',2Ch
157 heavyiron 2517
 dw cvtss2si_instruction-instruction_handler
1189 heavyiron 2518
 db 'extractps',0
1039 heavyiron 2519
 dw extractps_instruction-instruction_handler
1189 heavyiron 2520
 db 'pclmulqdq',-1
2287 heavyiron 2521
 dw pclmulqdq_instruction-instruction_handler
2522
 db 'pcmpestri',61h
707 heavyiron 2523
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 2524
 db 'pcmpestrm',60h
707 heavyiron 2525
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 2526
 db 'pcmpistri',63h
707 heavyiron 2527
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 2528
 db 'pcmpistrm',62h
707 heavyiron 2529
 dw sse4_instruction_3a_imm8-instruction_handler
1189 heavyiron 2530
 db 'pmaddubsw',4
174 heavyiron 2531
 dw ssse3_instruction-instruction_handler
1189 heavyiron 2532
 db 'prefetchw',1
157 heavyiron 2533
 dw amd_prefetch_instruction-instruction_handler
1189 heavyiron 2534
 db 'punpckhbw',68h
157 heavyiron 2535
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2536
 db 'punpckhdq',6Ah
157 heavyiron 2537
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2538
 db 'punpckhwd',69h
157 heavyiron 2539
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2540
 db 'punpcklbw',60h
157 heavyiron 2541
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2542
 db 'punpckldq',62h
157 heavyiron 2543
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2544
 db 'punpcklwd',61h
157 heavyiron 2545
 dw basic_mmx_instruction-instruction_handler
1189 heavyiron 2546
 db 'vaddsubpd',0D0h
2287 heavyiron 2547
 dw avx_pd_instruction-instruction_handler
2548
 db 'vaddsubps',0D0h
2549
 dw avx_haddps_instruction-instruction_handler
2550
 db 'vblendvpd',4Bh
2551
 dw avx_triple_source_instruction_3a-instruction_handler
2552
 db 'vblendvps',4Ah
2553
 dw avx_triple_source_instruction_3a-instruction_handler
2554
 db 'vcmpneqpd',4
2555
 dw avx_cmp_pd_instruction-instruction_handler
2556
 db 'vcmpneqps',4
2557
 dw avx_cmp_ps_instruction-instruction_handler
2558
 db 'vcmpneqsd',4
2559
 dw avx_cmp_sd_instruction-instruction_handler
2560
 db 'vcmpneqss',4
2561
 dw avx_cmp_ss_instruction-instruction_handler
2562
 db 'vcmpngepd',9
2563
 dw avx_cmp_pd_instruction-instruction_handler
2564
 db 'vcmpngeps',9
2565
 dw avx_cmp_ps_instruction-instruction_handler
2566
 db 'vcmpngesd',9
2567
 dw avx_cmp_sd_instruction-instruction_handler
2568
 db 'vcmpngess',9
2569
 dw avx_cmp_ss_instruction-instruction_handler
2570
 db 'vcmpngtpd',0Ah
2571
 dw avx_cmp_pd_instruction-instruction_handler
2572
 db 'vcmpngtps',0Ah
2573
 dw avx_cmp_ps_instruction-instruction_handler
2574
 db 'vcmpngtsd',0Ah
2575
 dw avx_cmp_sd_instruction-instruction_handler
2576
 db 'vcmpngtss',0Ah
2577
 dw avx_cmp_ss_instruction-instruction_handler
2578
 db 'vcmpnlepd',6
2579
 dw avx_cmp_pd_instruction-instruction_handler
2580
 db 'vcmpnleps',6
2581
 dw avx_cmp_ps_instruction-instruction_handler
2582
 db 'vcmpnlesd',6
2583
 dw avx_cmp_sd_instruction-instruction_handler
2584
 db 'vcmpnless',6
2585
 dw avx_cmp_ss_instruction-instruction_handler
2586
 db 'vcmpnltpd',5
2587
 dw avx_cmp_pd_instruction-instruction_handler
2588
 db 'vcmpnltps',5
2589
 dw avx_cmp_ps_instruction-instruction_handler
2590
 db 'vcmpnltsd',5
2591
 dw avx_cmp_sd_instruction-instruction_handler
2592
 db 'vcmpnltss',5
2593
 dw avx_cmp_ss_instruction-instruction_handler
2594
 db 'vcmpordpd',7
2595
 dw avx_cmp_pd_instruction-instruction_handler
2596
 db 'vcmpordps',7
2597
 dw avx_cmp_ps_instruction-instruction_handler
2598
 db 'vcmpordsd',7
2599
 dw avx_cmp_sd_instruction-instruction_handler
2600
 db 'vcmpordss',7
2601
 dw avx_cmp_ss_instruction-instruction_handler
2602
 db 'vcvtdq2pd',0E6h
2603
 dw avx_cvtdq2pd_instruction-instruction_handler
2604
 db 'vcvtdq2ps',5Bh
2605
 dw avx_single_source_ps_instruction-instruction_handler
2606
 db 'vcvtpd2dq',0E6h
2607
 dw avx_cvtpd2dq_instruction-instruction_handler
2608
 db 'vcvtpd2ps',5Ah
2609
 dw avx_cvtpd2ps_instruction-instruction_handler
2610
 db 'vcvtph2ps',13h
2611
 dw vcvtph2ps_instruction-instruction_handler
2612
 db 'vcvtps2dq',5Bh
2613
 dw avx_single_source_pd_instruction-instruction_handler
2614
 db 'vcvtps2pd',5Ah
2615
 dw avx_cvtps2pd_instruction-instruction_handler
2616
 db 'vcvtps2ph',1Dh
2617
 dw vcvtps2ph_instruction-instruction_handler
2618
 db 'vcvtsd2si',2Dh
2619
 dw avx_cvtsd2si_instruction-instruction_handler
2620
 db 'vcvtsd2ss',5Ah
2621
 dw avx_sd_instruction-instruction_handler
2622
 db 'vcvtsi2sd',2Ah
2623
 dw avx_cvtsi2sd_instruction-instruction_handler
2624
 db 'vcvtsi2ss',2Ah
2625
 dw avx_cvtsi2ss_instruction-instruction_handler
2626
 db 'vcvtss2sd',5Ah
2627
 dw avx_ss_instruction-instruction_handler
2628
 db 'vcvtss2si',2Dh
2629
 dw avx_cvtss2si_instruction-instruction_handler
2630
 db 'vfnmaddpd',79h
2631
 dw fma4_instruction_p-instruction_handler
2632
 db 'vfnmaddps',78h
2633
 dw fma4_instruction_p-instruction_handler
2634
 db 'vfnmaddsd',7Bh
2635
 dw fma4_instruction_sd-instruction_handler
2636
 db 'vfnmaddss',7Ah
2637
 dw fma4_instruction_ss-instruction_handler
2638
 db 'vfnmsubpd',7Dh
2639
 dw fma4_instruction_p-instruction_handler
2640
 db 'vfnmsubps',7Ch
2641
 dw fma4_instruction_p-instruction_handler
2642
 db 'vfnmsubsd',7Fh
2643
 dw fma4_instruction_sd-instruction_handler
2644
 db 'vfnmsubss',7Eh
2645
 dw fma4_instruction_ss-instruction_handler
2646
 db 'vinsertps',0
2647
 dw avx_insertps_instruction-instruction_handler
2648
 db 'vmovmskpd',0
2649
 dw avx_movmskpd_instruction-instruction_handler
2650
 db 'vmovmskps',0
2651
 dw avx_movmskps_instruction-instruction_handler
2652
 db 'vmovntdqa',0
2653
 dw avx_movntdqa_instruction-instruction_handler
2654
 db 'vmovshdup',16h
2655
 dw avx_movshdup_instruction-instruction_handler
2656
 db 'vmovsldup',12h
2657
 dw avx_movshdup_instruction-instruction_handler
2658
 db 'vpackssdw',6Bh
2659
 dw avx_128bit_instruction-instruction_handler
2660
 db 'vpacksswb',63h
2661
 dw avx_128bit_instruction-instruction_handler
2662
 db 'vpackusdw',2Bh
2663
 dw avx_128bit_instruction_38-instruction_handler
2664
 db 'vpackuswb',67h
2665
 dw avx_128bit_instruction-instruction_handler
2666
 db 'vpblendvb',4Ch
2667
 dw avx_triple_source_128bit_instruction_3a-instruction_handler
2668
 db 'vpcomequb',4
2669
 dw xop_pcom_ub_instruction-instruction_handler
2670
 db 'vpcomequd',4
2671
 dw xop_pcom_ud_instruction-instruction_handler
2672
 db 'vpcomequq',4
2673
 dw xop_pcom_uq_instruction-instruction_handler
2674
 db 'vpcomequw',4
2675
 dw xop_pcom_uw_instruction-instruction_handler
2676
 db 'vpcomgeub',3
2677
 dw xop_pcom_ub_instruction-instruction_handler
2678
 db 'vpcomgeud',3
2679
 dw xop_pcom_ud_instruction-instruction_handler
2680
 db 'vpcomgeuq',3
2681
 dw xop_pcom_uq_instruction-instruction_handler
2682
 db 'vpcomgeuw',3
2683
 dw xop_pcom_uw_instruction-instruction_handler
2684
 db 'vpcomgtub',2
2685
 dw xop_pcom_ub_instruction-instruction_handler
2686
 db 'vpcomgtud',2
2687
 dw xop_pcom_ud_instruction-instruction_handler
2688
 db 'vpcomgtuq',2
2689
 dw xop_pcom_uq_instruction-instruction_handler
2690
 db 'vpcomgtuw',2
2691
 dw xop_pcom_uw_instruction-instruction_handler
2692
 db 'vpcomleub',1
2693
 dw xop_pcom_ub_instruction-instruction_handler
2694
 db 'vpcomleud',1
2695
 dw xop_pcom_ud_instruction-instruction_handler
2696
 db 'vpcomleuq',1
2697
 dw xop_pcom_uq_instruction-instruction_handler
2698
 db 'vpcomleuw',1
2699
 dw xop_pcom_uw_instruction-instruction_handler
2700
 db 'vpcomltub',0
2701
 dw xop_pcom_ub_instruction-instruction_handler
2702
 db 'vpcomltud',0
2703
 dw xop_pcom_ud_instruction-instruction_handler
2704
 db 'vpcomltuq',0
2705
 dw xop_pcom_uq_instruction-instruction_handler
2706
 db 'vpcomltuw',0
2707
 dw xop_pcom_uw_instruction-instruction_handler
2708
 db 'vpcomneqb',5
2709
 dw xop_pcom_b_instruction-instruction_handler
2710
 db 'vpcomneqd',5
2711
 dw xop_pcom_d_instruction-instruction_handler
2712
 db 'vpcomneqq',5
2713
 dw xop_pcom_q_instruction-instruction_handler
2714
 db 'vpcomneqw',5
2715
 dw xop_pcom_w_instruction-instruction_handler
2716
 db 'vpermilpd',5
2717
 dw avx_permil_instruction-instruction_handler
2718
 db 'vpermilps',4
2719
 dw avx_permil_instruction-instruction_handler
2720
 db 'vphaddubd',0D2h
2721
 dw xop_single_source_128bit_instruction-instruction_handler
2722
 db 'vphaddubq',0D3h
2723
 dw xop_single_source_128bit_instruction-instruction_handler
2724
 db 'vphaddubw',0D1h
2725
 dw xop_single_source_128bit_instruction-instruction_handler
2726
 db 'vphaddudq',0DBh
2727
 dw xop_single_source_128bit_instruction-instruction_handler
2728
 db 'vphadduwd',0D6h
2729
 dw xop_single_source_128bit_instruction-instruction_handler
2730
 db 'vphadduwq',0D7h
2731
 dw xop_single_source_128bit_instruction-instruction_handler
2732
 db 'vpmacsdqh',9Fh
2733
 dw xop_triple_source_128bit_instruction-instruction_handler
2734
 db 'vpmacsdql',97h
2735
 dw xop_triple_source_128bit_instruction-instruction_handler
2736
 db 'vpmacssdd',8Eh
2737
 dw xop_triple_source_128bit_instruction-instruction_handler
2738
 db 'vpmacsswd',86h
2739
 dw xop_triple_source_128bit_instruction-instruction_handler
2740
 db 'vpmacssww',85h
2741
 dw xop_triple_source_128bit_instruction-instruction_handler
2742
 db 'vpmadcswd',0B6h
2743
 dw xop_triple_source_128bit_instruction-instruction_handler
2744
 db 'vpmovmskb',0D7h
2745
 dw avx_pmovmskb_instruction-instruction_handler
2746
 db 'vpmovsxbd',21h
2747
 dw avx_pmovsxbd_instruction-instruction_handler
2748
 db 'vpmovsxbq',22h
2749
 dw avx_pmovsxbq_instruction-instruction_handler
2750
 db 'vpmovsxbw',20h
2751
 dw avx_pmovsxbw_instruction-instruction_handler
2752
 db 'vpmovsxdq',25h
2753
 dw avx_pmovsxdq_instruction-instruction_handler
2754
 db 'vpmovsxwd',23h
2755
 dw avx_pmovsxwd_instruction-instruction_handler
2756
 db 'vpmovsxwq',24h
2757
 dw avx_pmovsxwq_instruction-instruction_handler
2758
 db 'vpmovzxbd',31h
2759
 dw avx_pmovsxbd_instruction-instruction_handler
2760
 db 'vpmovzxbq',32h
2761
 dw avx_pmovsxbq_instruction-instruction_handler
2762
 db 'vpmovzxbw',30h
2763
 dw avx_pmovsxbw_instruction-instruction_handler
2764
 db 'vpmovzxdq',35h
2765
 dw avx_pmovsxdq_instruction-instruction_handler
2766
 db 'vpmovzxwd',33h
2767
 dw avx_pmovsxwd_instruction-instruction_handler
2768
 db 'vpmovzxwq',34h
2769
 dw avx_pmovsxwq_instruction-instruction_handler
2770
 db 'vpmulhrsw',0Bh
2771
 dw avx_128bit_instruction_38-instruction_handler
2772
 db 'vunpckhpd',15h
2773
 dw avx_pd_instruction-instruction_handler
2774
 db 'vunpckhps',15h
2775
 dw avx_instruction-instruction_handler
2776
 db 'vunpcklpd',14h
2777
 dw avx_pd_instruction-instruction_handler
2778
 db 'vunpcklps',14h
2779
 dw avx_instruction-instruction_handler
2780
instructions_10:
157 heavyiron 2781
 db 'aesdeclast',0DFh
2287 heavyiron 2782
 dw sse4_instruction_38-instruction_handler
2783
 db 'aesenclast',0DDh
2784
 dw sse4_instruction_38-instruction_handler
2785
 db 'cmpunordpd',3
157 heavyiron 2786
 dw cmp_pd_instruction-instruction_handler
1189 heavyiron 2787
 db 'cmpunordps',3
157 heavyiron 2788
 dw cmp_ps_instruction-instruction_handler
1189 heavyiron 2789
 db 'cmpunordsd',3
157 heavyiron 2790
 dw cmp_sd_instruction-instruction_handler
1189 heavyiron 2791
 db 'cmpunordss',3
157 heavyiron 2792
 dw cmp_ss_instruction-instruction_handler
1189 heavyiron 2793
 db 'cmpxchg16b',16
157 heavyiron 2794
 dw cmpxchgx_instruction-instruction_handler
1189 heavyiron 2795
 db 'loadall286',5
157 heavyiron 2796
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 2797
 db 'loadall386',7
157 heavyiron 2798
 dw simple_extended_instruction-instruction_handler
1189 heavyiron 2799
 db 'maskmovdqu',0
157 heavyiron 2800
 dw maskmovdqu_instruction-instruction_handler
1189 heavyiron 2801
 db 'phminposuw',41h
707 heavyiron 2802
 dw sse4_instruction_38-instruction_handler
1189 heavyiron 2803
 db 'prefetcht0',1
157 heavyiron 2804
 dw prefetch_instruction-instruction_handler
1189 heavyiron 2805
 db 'prefetcht1',2
157 heavyiron 2806
 dw prefetch_instruction-instruction_handler
1189 heavyiron 2807
 db 'prefetcht2',3
157 heavyiron 2808
 dw prefetch_instruction-instruction_handler
1189 heavyiron 2809
 db 'punpckhqdq',6Dh
157 heavyiron 2810
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2811
 db 'punpcklqdq',6Ch
157 heavyiron 2812
 dw sse_pd_instruction-instruction_handler
1189 heavyiron 2813
 db 'vcmptruepd',0Fh
2287 heavyiron 2814
 dw avx_cmp_pd_instruction-instruction_handler
2815
 db 'vcmptrueps',0Fh
2816
 dw avx_cmp_ps_instruction-instruction_handler
2817
 db 'vcmptruesd',0Fh
2818
 dw avx_cmp_sd_instruction-instruction_handler
2819
 db 'vcmptruess',0Fh
2820
 dw avx_cmp_ss_instruction-instruction_handler
2821
 db 'vcvttpd2dq',0E6h
2822
 dw avx_cvtpd2ps_instruction-instruction_handler
2823
 db 'vcvttps2dq',5Bh
2824
 dw avx_cvttps2dq_instruction-instruction_handler
2825
 db 'vcvttsd2si',2Ch
2826
 dw avx_cvtsd2si_instruction-instruction_handler
2827
 db 'vcvttss2si',2Ch
2828
 dw avx_cvtss2si_instruction-instruction_handler
2829
 db 'vextractps',0
2830
 dw avx_extractps_instruction-instruction_handler
2831
 db 'vmaskmovpd',2Dh
2832
 dw avx_maskmov_instruction-instruction_handler
2833
 db 'vmaskmovps',2Ch
2834
 dw avx_maskmov_instruction-instruction_handler
2835
 db 'vpclmulqdq',-1
2836
 dw avx_pclmulqdq_instruction-instruction_handler
2837
 db 'vpcmpestri',61h
2838
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
2839
 db 'vpcmpestrm',60h
2840
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
2841
 db 'vpcmpistri',63h
2842
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
2843
 db 'vpcmpistrm',62h
2844
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
2845
 db 'vpcomnequb',5
2846
 dw xop_pcom_ub_instruction-instruction_handler
2847
 db 'vpcomnequd',5
2848
 dw xop_pcom_ud_instruction-instruction_handler
2849
 db 'vpcomnequq',5
2850
 dw xop_pcom_uq_instruction-instruction_handler
2851
 db 'vpcomnequw',5
2852
 dw xop_pcom_uw_instruction-instruction_handler
2853
 db 'vpcomtrueb',7
2854
 dw xop_pcom_b_instruction-instruction_handler
2855
 db 'vpcomtrued',7
2856
 dw xop_pcom_d_instruction-instruction_handler
2857
 db 'vpcomtrueq',7
2858
 dw xop_pcom_q_instruction-instruction_handler
2859
 db 'vpcomtruew',7
2860
 dw xop_pcom_w_instruction-instruction_handler
2861
 db 'vperm2f128',6
2862
 dw avx_perm2f128_instruction-instruction_handler
2863
 db 'vpermil2pd',49h
2864
 dw vpermil2_instruction-instruction_handler
2865
 db 'vpermil2ps',48h
2866
 dw vpermil2_instruction-instruction_handler
2867
 db 'vpmacssdqh',8Fh
2868
 dw xop_triple_source_128bit_instruction-instruction_handler
2869
 db 'vpmacssdql',87h
2870
 dw xop_triple_source_128bit_instruction-instruction_handler
2871
 db 'vpmadcsswd',0A6h
2872
 dw xop_triple_source_128bit_instruction-instruction_handler
2873
 db 'vpmaddubsw',4
2874
 dw avx_128bit_instruction_38-instruction_handler
2875
 db 'vpunpckhbw',68h
2876
 dw avx_128bit_instruction-instruction_handler
2877
 db 'vpunpckhdq',6Ah
2878
 dw avx_128bit_instruction-instruction_handler
2879
 db 'vpunpckhwd',69h
2880
 dw avx_128bit_instruction-instruction_handler
2881
 db 'vpunpcklbw',60h
2882
 dw avx_128bit_instruction-instruction_handler
2883
 db 'vpunpckldq',62h
2884
 dw avx_128bit_instruction-instruction_handler
2885
 db 'vpunpcklwd',61h
2886
 dw avx_128bit_instruction-instruction_handler
2887
 db 'vzeroupper',77h
2888
 dw vzeroupper_instruction-instruction_handler
2889
 db 'xsaveopt64',110b
2890
 dw fxsave_instruction_64bit-instruction_handler
2891
instructions_11:
157 heavyiron 2892
 db 'pclmulhqhdq',10001b
2287 heavyiron 2893
 dw pclmulqdq_instruction-instruction_handler
2894
 db 'pclmullqhdq',10000b
2895
 dw pclmulqdq_instruction-instruction_handler
2896
 db 'prefetchnta',0
157 heavyiron 2897
 dw prefetch_instruction-instruction_handler
1189 heavyiron 2898
 db 'vaesdeclast',0DFh
2287 heavyiron 2899
 dw avx_128bit_instruction_38-instruction_handler
2900
 db 'vaesenclast',0DDh
2901
 dw avx_128bit_instruction_38-instruction_handler
2902
 db 'vcmpeq_ospd',10h
2903
 dw avx_cmp_pd_instruction-instruction_handler
2904
 db 'vcmpeq_osps',10h
2905
 dw avx_cmp_ps_instruction-instruction_handler
2906
 db 'vcmpeq_ossd',10h
2907
 dw avx_cmp_sd_instruction-instruction_handler
2908
 db 'vcmpeq_osss',10h
2909
 dw avx_cmp_ss_instruction-instruction_handler
2910
 db 'vcmpeq_uqpd',8
2911
 dw avx_cmp_pd_instruction-instruction_handler
2912
 db 'vcmpeq_uqps',8
2913
 dw avx_cmp_ps_instruction-instruction_handler
2914
 db 'vcmpeq_uqsd',8
2915
 dw avx_cmp_sd_instruction-instruction_handler
2916
 db 'vcmpeq_uqss',8
2917
 dw avx_cmp_ss_instruction-instruction_handler
2918
 db 'vcmpeq_uspd',18h
2919
 dw avx_cmp_pd_instruction-instruction_handler
2920
 db 'vcmpeq_usps',18h
2921
 dw avx_cmp_ps_instruction-instruction_handler
2922
 db 'vcmpeq_ussd',18h
2923
 dw avx_cmp_sd_instruction-instruction_handler
2924
 db 'vcmpeq_usss',18h
2925
 dw avx_cmp_ss_instruction-instruction_handler
2926
 db 'vcmpfalsepd',0Bh
2927
 dw avx_cmp_pd_instruction-instruction_handler
2928
 db 'vcmpfalseps',0Bh
2929
 dw avx_cmp_ps_instruction-instruction_handler
2930
 db 'vcmpfalsesd',0Bh
2931
 dw avx_cmp_sd_instruction-instruction_handler
2932
 db 'vcmpfalsess',0Bh
2933
 dw avx_cmp_ss_instruction-instruction_handler
2934
 db 'vcmpge_oqpd',1Dh
2935
 dw avx_cmp_pd_instruction-instruction_handler
2936
 db 'vcmpge_oqps',1Dh
2937
 dw avx_cmp_ps_instruction-instruction_handler
2938
 db 'vcmpge_oqsd',1Dh
2939
 dw avx_cmp_sd_instruction-instruction_handler
2940
 db 'vcmpge_oqss',1Dh
2941
 dw avx_cmp_ss_instruction-instruction_handler
2942
 db 'vcmpgt_oqpd',1Eh
2943
 dw avx_cmp_pd_instruction-instruction_handler
2944
 db 'vcmpgt_oqps',1Eh
2945
 dw avx_cmp_ps_instruction-instruction_handler
2946
 db 'vcmpgt_oqsd',1Eh
2947
 dw avx_cmp_sd_instruction-instruction_handler
2948
 db 'vcmpgt_oqss',1Eh
2949
 dw avx_cmp_ss_instruction-instruction_handler
2950
 db 'vcmple_oqpd',12h
2951
 dw avx_cmp_pd_instruction-instruction_handler
2952
 db 'vcmple_oqps',12h
2953
 dw avx_cmp_ps_instruction-instruction_handler
2954
 db 'vcmple_oqsd',12h
2955
 dw avx_cmp_sd_instruction-instruction_handler
2956
 db 'vcmple_oqss',12h
2957
 dw avx_cmp_ss_instruction-instruction_handler
2958
 db 'vcmplt_oqpd',11h
2959
 dw avx_cmp_pd_instruction-instruction_handler
2960
 db 'vcmplt_oqps',11h
2961
 dw avx_cmp_ps_instruction-instruction_handler
2962
 db 'vcmplt_oqsd',11h
2963
 dw avx_cmp_sd_instruction-instruction_handler
2964
 db 'vcmplt_oqss',11h
2965
 dw avx_cmp_ss_instruction-instruction_handler
2966
 db 'vcmpord_spd',17h
2967
 dw avx_cmp_pd_instruction-instruction_handler
2968
 db 'vcmpord_sps',17h
2969
 dw avx_cmp_ps_instruction-instruction_handler
2970
 db 'vcmpord_ssd',17h
2971
 dw avx_cmp_sd_instruction-instruction_handler
2972
 db 'vcmpord_sss',17h
2973
 dw avx_cmp_ss_instruction-instruction_handler
2974
 db 'vcmpunordpd',3
2975
 dw avx_cmp_pd_instruction-instruction_handler
2976
 db 'vcmpunordps',3
2977
 dw avx_cmp_ps_instruction-instruction_handler
2978
 db 'vcmpunordsd',3
2979
 dw avx_cmp_sd_instruction-instruction_handler
2980
 db 'vcmpunordss',3
2981
 dw avx_cmp_ss_instruction-instruction_handler
2982
 db 'vfmadd132pd',98h
2983
 dw fma_instruction_pd-instruction_handler
2984
 db 'vfmadd132ps',98h
2985
 dw fma_instruction_ps-instruction_handler
2986
 db 'vfmadd132sd',99h
2987
 dw fma_instruction_sd-instruction_handler
2988
 db 'vfmadd132ss',99h
2989
 dw fma_instruction_ss-instruction_handler
2990
 db 'vfmadd213pd',0A8h
2991
 dw fma_instruction_pd-instruction_handler
2992
 db 'vfmadd213ps',0A8h
2993
 dw fma_instruction_ps-instruction_handler
2994
 db 'vfmadd213sd',0A9h
2995
 dw fma_instruction_sd-instruction_handler
2996
 db 'vfmadd213ss',0A9h
2997
 dw fma_instruction_ss-instruction_handler
2998
 db 'vfmadd231pd',0B8h
2999
 dw fma_instruction_pd-instruction_handler
3000
 db 'vfmadd231ps',0B8h
3001
 dw fma_instruction_ps-instruction_handler
3002
 db 'vfmadd231sd',0B9h
3003
 dw fma_instruction_sd-instruction_handler
3004
 db 'vfmadd231ss',0B9h
3005
 dw fma_instruction_ss-instruction_handler
3006
 db 'vfmaddsubpd',5Dh
3007
 dw fma4_instruction_p-instruction_handler
3008
 db 'vfmaddsubps',5Ch
3009
 dw fma4_instruction_p-instruction_handler
3010
 db 'vfmsub132pd',9Ah
3011
 dw fma_instruction_pd-instruction_handler
3012
 db 'vfmsub132ps',9Ah
3013
 dw fma_instruction_ps-instruction_handler
3014
 db 'vfmsub132sd',9Bh
3015
 dw fma_instruction_sd-instruction_handler
3016
 db 'vfmsub132ss',9Bh
3017
 dw fma_instruction_ss-instruction_handler
3018
 db 'vfmsub213pd',0AAh
3019
 dw fma_instruction_pd-instruction_handler
3020
 db 'vfmsub213ps',0AAh
3021
 dw fma_instruction_ps-instruction_handler
3022
 db 'vfmsub213sd',0ABh
3023
 dw fma_instruction_sd-instruction_handler
3024
 db 'vfmsub213ss',0ABh
3025
 dw fma_instruction_ss-instruction_handler
3026
 db 'vfmsub231pd',0BAh
3027
 dw fma_instruction_pd-instruction_handler
3028
 db 'vfmsub231ps',0BAh
3029
 dw fma_instruction_ps-instruction_handler
3030
 db 'vfmsub231sd',0BBh
3031
 dw fma_instruction_sd-instruction_handler
3032
 db 'vfmsub231ss',0BBh
3033
 dw fma_instruction_ss-instruction_handler
3034
 db 'vfmsubaddpd',5Fh
3035
 dw fma4_instruction_p-instruction_handler
3036
 db 'vfmsubaddps',5Eh
3037
 dw fma4_instruction_p-instruction_handler
3038
 db 'vinsertf128',18h
3039
 dw avx_insertf128_instruction-instruction_handler
3040
 db 'vmaskmovdqu',0
3041
 dw avx_maskmovdqu_instruction-instruction_handler
3042
 db 'vpcomfalseb',6
3043
 dw xop_pcom_b_instruction-instruction_handler
3044
 db 'vpcomfalsed',6
3045
 dw xop_pcom_d_instruction-instruction_handler
3046
 db 'vpcomfalseq',6
3047
 dw xop_pcom_q_instruction-instruction_handler
3048
 db 'vpcomfalsew',6
3049
 dw xop_pcom_w_instruction-instruction_handler
3050
 db 'vpcomtrueub',7
3051
 dw xop_pcom_ub_instruction-instruction_handler
3052
 db 'vpcomtrueud',7
3053
 dw xop_pcom_ud_instruction-instruction_handler
3054
 db 'vpcomtrueuq',7
3055
 dw xop_pcom_uq_instruction-instruction_handler
3056
 db 'vpcomtrueuw',7
3057
 dw xop_pcom_uw_instruction-instruction_handler
3058
 db 'vphminposuw',41h
3059
 dw avx_single_source_128bit_instruction_38-instruction_handler
3060
 db 'vpunpckhqdq',6Dh
3061
 dw avx_128bit_instruction-instruction_handler
3062
 db 'vpunpcklqdq',6Ch
3063
 dw avx_128bit_instruction-instruction_handler
3064
instructions_12:
3065
 db 'pclmulhqlqdq',1
3066
 dw pclmulqdq_instruction-instruction_handler
3067
 db 'pclmullqlqdq',0
3068
 dw pclmulqdq_instruction-instruction_handler
3069
 db 'vbroadcastsd',0
3070
 dw avx_broadcastsd_instruction-instruction_handler
3071
 db 'vbroadcastss',0
3072
 dw avx_broadcastss_instruction-instruction_handler
3073
 db 'vcmpneq_oqpd',0Ch
3074
 dw avx_cmp_pd_instruction-instruction_handler
3075
 db 'vcmpneq_oqps',0Ch
3076
 dw avx_cmp_ps_instruction-instruction_handler
3077
 db 'vcmpneq_oqsd',0Ch
3078
 dw avx_cmp_sd_instruction-instruction_handler
3079
 db 'vcmpneq_oqss',0Ch
3080
 dw avx_cmp_ss_instruction-instruction_handler
3081
 db 'vcmpneq_ospd',1Ch
3082
 dw avx_cmp_pd_instruction-instruction_handler
3083
 db 'vcmpneq_osps',1Ch
3084
 dw avx_cmp_ps_instruction-instruction_handler
3085
 db 'vcmpneq_ossd',1Ch
3086
 dw avx_cmp_sd_instruction-instruction_handler
3087
 db 'vcmpneq_osss',1Ch
3088
 dw avx_cmp_ss_instruction-instruction_handler
3089
 db 'vcmpneq_uspd',14h
3090
 dw avx_cmp_pd_instruction-instruction_handler
3091
 db 'vcmpneq_usps',14h
3092
 dw avx_cmp_ps_instruction-instruction_handler
3093
 db 'vcmpneq_ussd',14h
3094
 dw avx_cmp_sd_instruction-instruction_handler
3095
 db 'vcmpneq_usss',14h
3096
 dw avx_cmp_ss_instruction-instruction_handler
3097
 db 'vcmpnge_uqpd',19h
3098
 dw avx_cmp_pd_instruction-instruction_handler
3099
 db 'vcmpnge_uqps',19h
3100
 dw avx_cmp_ps_instruction-instruction_handler
3101
 db 'vcmpnge_uqsd',19h
3102
 dw avx_cmp_sd_instruction-instruction_handler
3103
 db 'vcmpnge_uqss',19h
3104
 dw avx_cmp_ss_instruction-instruction_handler
3105
 db 'vcmpngt_uqpd',1Ah
3106
 dw avx_cmp_pd_instruction-instruction_handler
3107
 db 'vcmpngt_uqps',1Ah
3108
 dw avx_cmp_ps_instruction-instruction_handler
3109
 db 'vcmpngt_uqsd',1Ah
3110
 dw avx_cmp_sd_instruction-instruction_handler
3111
 db 'vcmpngt_uqss',1Ah
3112
 dw avx_cmp_ss_instruction-instruction_handler
3113
 db 'vcmpnle_uqpd',16h
3114
 dw avx_cmp_pd_instruction-instruction_handler
3115
 db 'vcmpnle_uqps',16h
3116
 dw avx_cmp_ps_instruction-instruction_handler
3117
 db 'vcmpnle_uqsd',16h
3118
 dw avx_cmp_sd_instruction-instruction_handler
3119
 db 'vcmpnle_uqss',16h
3120
 dw avx_cmp_ss_instruction-instruction_handler
3121
 db 'vcmpnlt_uqpd',15h
3122
 dw avx_cmp_pd_instruction-instruction_handler
3123
 db 'vcmpnlt_uqps',15h
3124
 dw avx_cmp_ps_instruction-instruction_handler
3125
 db 'vcmpnlt_uqsd',15h
3126
 dw avx_cmp_sd_instruction-instruction_handler
3127
 db 'vcmpnlt_uqss',15h
3128
 dw avx_cmp_ss_instruction-instruction_handler
3129
 db 'vextractf128',19h
3130
 dw avx_extractf128_instruction-instruction_handler
3131
 db 'vfnmadd132pd',9Ch
3132
 dw fma_instruction_pd-instruction_handler
3133
 db 'vfnmadd132ps',9Ch
3134
 dw fma_instruction_ps-instruction_handler
3135
 db 'vfnmadd132sd',9Dh
3136
 dw fma_instruction_sd-instruction_handler
3137
 db 'vfnmadd132ss',9Dh
3138
 dw fma_instruction_ss-instruction_handler
3139
 db 'vfnmadd213pd',0ACh
3140
 dw fma_instruction_pd-instruction_handler
3141
 db 'vfnmadd213ps',0ACh
3142
 dw fma_instruction_ps-instruction_handler
3143
 db 'vfnmadd213sd',0ADh
3144
 dw fma_instruction_sd-instruction_handler
3145
 db 'vfnmadd213ss',0ADh
3146
 dw fma_instruction_ss-instruction_handler
3147
 db 'vfnmadd231pd',0BCh
3148
 dw fma_instruction_pd-instruction_handler
3149
 db 'vfnmadd231ps',0BCh
3150
 dw fma_instruction_ps-instruction_handler
3151
 db 'vfnmadd231sd',0BDh
3152
 dw fma_instruction_sd-instruction_handler
3153
 db 'vfnmadd231ss',0BDh
3154
 dw fma_instruction_ss-instruction_handler
3155
 db 'vfnmsub132pd',9Eh
3156
 dw fma_instruction_pd-instruction_handler
3157
 db 'vfnmsub132ps',9Eh
3158
 dw fma_instruction_ps-instruction_handler
3159
 db 'vfnmsub132sd',9Fh
3160
 dw fma_instruction_sd-instruction_handler
3161
 db 'vfnmsub132ss',9Fh
3162
 dw fma_instruction_ss-instruction_handler
3163
 db 'vfnmsub213pd',0AEh
3164
 dw fma_instruction_pd-instruction_handler
3165
 db 'vfnmsub213ps',0AEh
3166
 dw fma_instruction_ps-instruction_handler
3167
 db 'vfnmsub213sd',0AFh
3168
 dw fma_instruction_sd-instruction_handler
3169
 db 'vfnmsub213ss',0AFh
3170
 dw fma_instruction_ss-instruction_handler
3171
 db 'vfnmsub231pd',0BEh
3172
 dw fma_instruction_pd-instruction_handler
3173
 db 'vfnmsub231ps',0BEh
3174
 dw fma_instruction_ps-instruction_handler
3175
 db 'vfnmsub231sd',0BFh
3176
 dw fma_instruction_sd-instruction_handler
3177
 db 'vfnmsub231ss',0BFh
3178
 dw fma_instruction_ss-instruction_handler
3179
 db 'vpclmulhqhdq',10001b
3180
 dw avx_pclmulqdq_instruction-instruction_handler
3181
 db 'vpclmullqhdq',10000b
3182
 dw avx_pclmulqdq_instruction-instruction_handler
3183
 db 'vpcomfalseub',6
3184
 dw xop_pcom_ub_instruction-instruction_handler
3185
 db 'vpcomfalseud',6
3186
 dw xop_pcom_ud_instruction-instruction_handler
3187
 db 'vpcomfalseuq',6
3188
 dw xop_pcom_uq_instruction-instruction_handler
3189
 db 'vpcomfalseuw',6
3190
 dw xop_pcom_uw_instruction-instruction_handler
3191
 db 'vpermilmo2pd',10b
3192
 dw vpermil_2pd_instruction-instruction_handler
3193
 db 'vpermilmo2ps',10b
3194
 dw vpermil_2ps_instruction-instruction_handler
3195
 db 'vpermilmz2pd',11b
3196
 dw vpermil_2pd_instruction-instruction_handler
3197
 db 'vpermilmz2ps',11b
3198
 dw vpermil_2ps_instruction-instruction_handler
3199
 db 'vpermiltd2pd',0
3200
 dw vpermil_2pd_instruction-instruction_handler
3201
 db 'vpermiltd2ps',0
3202
 dw vpermil_2ps_instruction-instruction_handler
3203
instructions_13:
3204
 db 'vcmptrue_uspd',1Fh
3205
 dw avx_cmp_pd_instruction-instruction_handler
3206
 db 'vcmptrue_usps',1Fh
3207
 dw avx_cmp_ps_instruction-instruction_handler
3208
 db 'vcmptrue_ussd',1Fh
3209
 dw avx_cmp_sd_instruction-instruction_handler
3210
 db 'vcmptrue_usss',1Fh
3211
 dw avx_cmp_ss_instruction-instruction_handler
3212
 db 'vcmpunord_spd',13h
3213
 dw avx_cmp_pd_instruction-instruction_handler
3214
 db 'vcmpunord_sps',13h
3215
 dw avx_cmp_ps_instruction-instruction_handler
3216
 db 'vcmpunord_ssd',13h
3217
 dw avx_cmp_sd_instruction-instruction_handler
3218
 db 'vcmpunord_sss',13h
3219
 dw avx_cmp_ss_instruction-instruction_handler
3220
 db 'vpclmulhqlqdq',1
3221
 dw avx_pclmulqdq_instruction-instruction_handler
3222
 db 'vpclmullqlqdq',0
3223
 dw avx_pclmulqdq_instruction-instruction_handler
3224
instructions_14:
3225
 db 'vbroadcastf128',0
3226
 dw avx_broadcastf128_instruction-instruction_handler
3227
 db 'vcmpfalse_ospd',1Bh
3228
 dw avx_cmp_pd_instruction-instruction_handler
3229
 db 'vcmpfalse_osps',1Bh
3230
 dw avx_cmp_ps_instruction-instruction_handler
3231
 db 'vcmpfalse_ossd',1Bh
3232
 dw avx_cmp_sd_instruction-instruction_handler
3233
 db 'vcmpfalse_osss',1Bh
3234
 dw avx_cmp_ss_instruction-instruction_handler
3235
 db 'vfmaddsub132pd',96h
3236
 dw fma_instruction_pd-instruction_handler
3237
 db 'vfmaddsub132ps',96h
3238
 dw fma_instruction_ps-instruction_handler
3239
 db 'vfmaddsub213pd',0A6h
3240
 dw fma_instruction_pd-instruction_handler
3241
 db 'vfmaddsub213ps',0A6h
3242
 dw fma_instruction_ps-instruction_handler
3243
 db 'vfmaddsub231pd',0B6h
3244
 dw fma_instruction_pd-instruction_handler
3245
 db 'vfmaddsub231ps',0B6h
3246
 dw fma_instruction_ps-instruction_handler
3247
 db 'vfmsubadd132pd',97h
3248
 dw fma_instruction_pd-instruction_handler
3249
 db 'vfmsubadd132ps',97h
3250
 dw fma_instruction_ps-instruction_handler
3251
 db 'vfmsubadd213pd',0A7h
3252
 dw fma_instruction_pd-instruction_handler
3253
 db 'vfmsubadd213ps',0A7h
3254
 dw fma_instruction_ps-instruction_handler
3255
 db 'vfmsubadd231pd',0B7h
3256
 dw fma_instruction_pd-instruction_handler
3257
 db 'vfmsubadd231ps',0B7h
3258
 dw fma_instruction_ps-instruction_handler
3259
instructions_15:
3260
 db 'aeskeygenassist',0DFh
3261
 dw sse4_instruction_3a_imm8-instruction_handler
3262
instructions_16:
3263
 db 'vaeskeygenassist',0DFh
3264
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
3265
instructions_end:
157 heavyiron 3266
3267
 
3268
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
3269
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
3270
 dw data_directives_4-data_directives,(data_directives_end-data_directives_4)/(4+3)
3271
3272
 
3273
 db 'db',1
3274
 dw data_bytes-instruction_handler
1189 heavyiron 3275
 db 'dd',4
157 heavyiron 3276
 dw data_dwords-instruction_handler
1189 heavyiron 3277
 db 'df',6
157 heavyiron 3278
 dw data_pwords-instruction_handler
1189 heavyiron 3279
 db 'dp',6
157 heavyiron 3280
 dw data_pwords-instruction_handler
1189 heavyiron 3281
 db 'dq',8
157 heavyiron 3282
 dw data_qwords-instruction_handler
1189 heavyiron 3283
 db 'dt',10
157 heavyiron 3284
 dw data_twords-instruction_handler
1189 heavyiron 3285
 db 'du',2
157 heavyiron 3286
 dw data_unicode-instruction_handler
1189 heavyiron 3287
 db 'dw',2
157 heavyiron 3288
 dw data_words-instruction_handler
1189 heavyiron 3289
 db 'rb',1
157 heavyiron 3290
 dw reserve_bytes-instruction_handler
1189 heavyiron 3291
 db 'rd',4
157 heavyiron 3292
 dw reserve_dwords-instruction_handler
1189 heavyiron 3293
 db 'rf',6
157 heavyiron 3294
 dw reserve_pwords-instruction_handler
1189 heavyiron 3295
 db 'rp',6
157 heavyiron 3296
 dw reserve_pwords-instruction_handler
1189 heavyiron 3297
 db 'rq',8
157 heavyiron 3298
 dw reserve_qwords-instruction_handler
1189 heavyiron 3299
 db 'rt',10
157 heavyiron 3300
 dw reserve_twords-instruction_handler
1189 heavyiron 3301
 db 'rw',2
157 heavyiron 3302
 dw reserve_words-instruction_handler
1189 heavyiron 3303
data_directives_3:
157 heavyiron 3304
data_directives_4:
3305
 db 'file',1
3306
 dw data_file-instruction_handler
1189 heavyiron 3307
data_directives_end:
157 heavyiron 3308