Subversion Repositories Kolibri OS

Rev

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

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