Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
7836 leency 1
 
2
; Copyright (c) 1999-2020, 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 4,'irpv'
20
 dw irpv_directive-directive_handler
21
 db 5,'macro'
22
 dw define_macro-directive_handler
23
 db 5,'match'
24
 dw match_directive-directive_handler
25
 db 8,'postpone'
26
 dw postpone_directive-directive_handler
27
 db 5,'purge'
28
 dw purge_macro-directive_handler
29
 db 4,'rept'
30
 dw rept_directive-directive_handler
31
 db 7,'restore'
32
 dw restore_equ_constant-directive_handler
33
 db 7,'restruc'
34
 dw purge_struc-directive_handler
35
 db 5,'struc'
36
 dw define_struc-directive_handler
37
 db 0
38
39
 
40
 db 6,'common'
41
 dw common_block-directive_handler
42
 db 7,'forward'
43
 dw forward_block-directive_handler
44
 db 5,'local'
45
 dw local_symbols-directive_handler
46
 db 7,'reverse'
47
 dw reverse_block-directive_handler
48
 db 0
49
50
 
51
 db 1,'+',80h
52
 db 1,'-',81h
53
 db 1,'*',90h
54
 db 1,'/',91h
55
 db 3,'and',0B0h
56
 db 3,'mod',0A0h
57
 db 2,'or',0B1h
58
 db 3,'shl',0C0h
59
 db 3,'shr',0C1h
60
 db 3,'xor',0B2h
61
 db 0
62
63
 
64
 db 1,'+',82h
65
 db 1,'-',83h
66
 db 3,'bsf',0E0h
67
 db 3,'bsr',0E1h
68
 db 3,'not',0D0h
69
 db 3,'plt',0F1h
70
 db 3,'rva',0F0h
71
 db 0
72
73
 
74
 db 5,'align',8Ch
75
 db 2,'as',86h
76
 db 2,'at',80h
77
 db 7,'defined',88h
78
 db 8,'definite',8Ah
79
 db 3,'dup',81h
80
 db 2,'eq',0F0h
81
 db 6,'eqtype',0F7h
82
 db 4,'from',82h
83
 db 2,'in',0F6h
84
 db 2,'on',84h
85
 db 3,'ptr',85h
86
 db 10,'relativeto',0F8h
87
 db 4,'used',89h
88
 db 0
89
90
 
91
 db 4,'byte',1
92
 db 5,'dword',4
93
 db 5,'qword',8
94
 db 4,'word',2
95
 db 0
96
97
 
98
 dw symbols_1-symbols,(symbols_2-symbols_1)/(1+2)
99
 dw symbols_2-symbols,(symbols_3-symbols_2)/(2+2)
100
 dw symbols_3-symbols,(symbols_4-symbols_3)/(3+2)
101
 dw symbols_4-symbols,(symbols_5-symbols_4)/(4+2)
102
 dw symbols_5-symbols,(symbols_6-symbols_5)/(5+2)
103
 dw symbols_6-symbols,(symbols_7-symbols_6)/(6+2)
104
 dw symbols_7-symbols,(symbols_8-symbols_7)/(7+2)
105
 dw symbols_8-symbols,(symbols_9-symbols_8)/(8+2)
106
 dw symbols_9-symbols,(symbols_10-symbols_9)/(9+2)
107
 dw symbols_10-symbols,(symbols_11-symbols_10)/(10+2)
108
 dw symbols_11-symbols,(symbols_end-symbols_11)/(11+2)
109
110
 
111
 db 'z',1Fh,0
112
symbols_2:
113
 db 'ah',10h,04h
114
 db 'al',10h,10h
115
 db 'ax',10h,20h
116
 db 'bh',10h,07h
117
 db 'bl',10h,13h
118
 db 'bp',10h,25h
119
 db 'bx',10h,23h
120
 db 'ch',10h,05h
121
 db 'cl',10h,11h
122
 db 'cs',10h,32h
123
 db 'cx',10h,21h
124
 db 'dh',10h,06h
125
 db 'di',10h,27h
126
 db 'dl',10h,12h
127
 db 'ds',10h,34h
128
 db 'dx',10h,22h
129
 db 'es',10h,31h
130
 db 'fs',10h,35h
131
 db 'gs',10h,36h
132
 db 'k0',14h,50h
133
 db 'k1',14h,51h
134
 db 'k2',14h,52h
135
 db 'k3',14h,53h
136
 db 'k4',14h,54h
137
 db 'k5',14h,55h
138
 db 'k6',14h,56h
139
 db 'k7',14h,57h
140
 db 'ms',1Ch,41h
141
 db 'mz',18h,20h
142
 db 'nx',1Bh,83h
143
 db 'pe',18h,30h
144
 db 'r8',10h,88h
145
 db 'r9',10h,89h
146
 db 'rd',1Fh,21h
147
 db 'rn',1Fh,20h
148
 db 'ru',1Fh,22h
149
 db 'rz',1Fh,23h
150
 db 'si',10h,26h
151
 db 'sp',10h,24h
152
 db 'ss',10h,33h
153
 db 'st',10h,0A0h
154
symbols_3:
155
 db 'bpl',10h,15h
156
 db 'cr0',14h,00h
157
 db 'cr1',14h,01h
158
 db 'cr2',14h,02h
159
 db 'cr3',14h,03h
160
 db 'cr4',14h,04h
161
 db 'cr5',14h,05h
162
 db 'cr6',14h,06h
163
 db 'cr7',14h,07h
164
 db 'cr8',14h,08h
165
 db 'cr9',14h,09h
166
 db 'dil',10h,17h
167
 db 'dll',1Bh,80h
168
 db 'dr0',14h,10h
169
 db 'dr1',14h,11h
170
 db 'dr2',14h,12h
171
 db 'dr3',14h,13h
172
 db 'dr4',14h,14h
173
 db 'dr5',14h,15h
174
 db 'dr6',14h,16h
175
 db 'dr7',14h,17h
176
 db 'dr8',14h,18h
177
 db 'dr9',14h,19h
178
 db 'eax',10h,40h
179
 db 'ebp',10h,45h
180
 db 'ebx',10h,43h
181
 db 'ecx',10h,41h
182
 db 'edi',10h,47h
183
 db 'edx',10h,42h
184
 db 'efi',1Bh,10
185
 db 'eip',10h,94h
186
 db 'elf',18h,50h
187
 db 'esi',10h,46h
188
 db 'esp',10h,44h
189
 db 'far',12h,3
190
 db 'gui',1Bh,2
191
 db 'mm0',10h,0B0h
192
 db 'mm1',10h,0B1h
193
 db 'mm2',10h,0B2h
194
 db 'mm3',10h,0B3h
195
 db 'mm4',10h,0B4h
196
 db 'mm5',10h,0B5h
197
 db 'mm6',10h,0B6h
198
 db 'mm7',10h,0B7h
199
 db 'r10',10h,8Ah
200
 db 'r11',10h,8Bh
201
 db 'r12',10h,8Ch
202
 db 'r13',10h,8Dh
203
 db 'r14',10h,8Eh
204
 db 'r15',10h,8Fh
205
 db 'r8b',10h,18h
206
 db 'r8d',10h,48h
207
 db 'r8l',10h,18h
208
 db 'r8w',10h,28h
209
 db 'r9b',10h,19h
210
 db 'r9d',10h,49h
211
 db 'r9l',10h,19h
212
 db 'r9w',10h,29h
213
 db 'rax',10h,80h
214
 db 'rbp',10h,85h
215
 db 'rbx',10h,83h
216
 db 'rcx',10h,81h
217
 db 'rdi',10h,87h
218
 db 'rdx',10h,82h
219
 db 'rip',10h,98h
220
 db 'rsi',10h,86h
221
 db 'rsp',10h,84h
222
 db 'sae',1Fh,30h
223
 db 'sil',10h,16h
224
 db 'spl',10h,14h
225
 db 'st0',10h,0A0h
226
 db 'st1',10h,0A1h
227
 db 'st2',10h,0A2h
228
 db 'st3',10h,0A3h
229
 db 'st4',10h,0A4h
230
 db 'st5',10h,0A5h
231
 db 'st6',10h,0A6h
232
 db 'st7',10h,0A7h
233
 db 'tr0',14h,40h
234
 db 'tr1',14h,41h
235
 db 'tr2',14h,42h
236
 db 'tr3',14h,43h
237
 db 'tr4',14h,44h
238
 db 'tr5',14h,45h
239
 db 'tr6',14h,46h
240
 db 'tr7',14h,47h
241
 db 'wdm',1Bh,81h
242
symbols_4:
243
 db '1to2',1Fh,11h
244
 db '1to4',1Fh,12h
245
 db '1to8',1Fh,13h
246
 db 'bnd0',14h,60h
247
 db 'bnd1',14h,61h
248
 db 'bnd2',14h,62h
249
 db 'bnd3',14h,63h
250
 db 'byte',11h,1
251
 db 'code',19h,5
252
 db 'coff',18h,40h
253
 db 'cr10',14h,0Ah
254
 db 'cr11',14h,0Bh
255
 db 'cr12',14h,0Ch
256
 db 'cr13',14h,0Dh
257
 db 'cr14',14h,0Eh
258
 db 'cr15',14h,0Fh
259
 db 'data',19h,6
260
 db 'dr10',14h,1Ah
261
 db 'dr11',14h,1Bh
262
 db 'dr12',14h,1Ch
263
 db 'dr13',14h,1Dh
264
 db 'dr14',14h,1Eh
265
 db 'dr15',14h,1Fh
266
 db 'ms64',1Ch,49h
267
 db 'near',12h,2
268
 db 'note',1Eh,4
269
 db 'pe64',18h,3Ch
270
 db 'r10b',10h,1Ah
271
 db 'r10d',10h,4Ah
272
 db 'r10l',10h,1Ah
273
 db 'r10w',10h,2Ah
274
 db 'r11b',10h,1Bh
275
 db 'r11d',10h,4Bh
276
 db 'r11l',10h,1Bh
277
 db 'r11w',10h,2Bh
278
 db 'r12b',10h,1Ch
279
 db 'r12d',10h,4Ch
280
 db 'r12l',10h,1Ch
281
 db 'r12w',10h,2Ch
282
 db 'r13b',10h,1Dh
283
 db 'r13d',10h,4Dh
284
 db 'r13l',10h,1Dh
285
 db 'r13w',10h,2Dh
286
 db 'r14b',10h,1Eh
287
 db 'r14d',10h,4Eh
288
 db 'r14l',10h,1Eh
289
 db 'r14w',10h,2Eh
290
 db 'r15b',10h,1Fh
291
 db 'r15d',10h,4Fh
292
 db 'r15l',10h,1Fh
293
 db 'r15w',10h,2Fh
294
 db 'word',11h,2
295
 db 'xmm0',10h,0C0h
296
 db 'xmm1',10h,0C1h
297
 db 'xmm2',10h,0C2h
298
 db 'xmm3',10h,0C3h
299
 db 'xmm4',10h,0C4h
300
 db 'xmm5',10h,0C5h
301
 db 'xmm6',10h,0C6h
302
 db 'xmm7',10h,0C7h
303
 db 'xmm8',10h,0C8h
304
 db 'xmm9',10h,0C9h
305
 db 'ymm0',10h,0E0h
306
 db 'ymm1',10h,0E1h
307
 db 'ymm2',10h,0E2h
308
 db 'ymm3',10h,0E3h
309
 db 'ymm4',10h,0E4h
310
 db 'ymm5',10h,0E5h
311
 db 'ymm6',10h,0E6h
312
 db 'ymm7',10h,0E7h
313
 db 'ymm8',10h,0E8h
314
 db 'ymm9',10h,0E9h
315
 db 'zmm0',10h,60h
316
 db 'zmm1',10h,61h
317
 db 'zmm2',10h,62h
318
 db 'zmm3',10h,63h
319
 db 'zmm4',10h,64h
320
 db 'zmm5',10h,65h
321
 db 'zmm6',10h,66h
322
 db 'zmm7',10h,67h
323
 db 'zmm8',10h,68h
324
 db 'zmm9',10h,69h
325
symbols_5:
326
 db '1to16',1Fh,14h
327
 db 'dword',11h,4
328
 db 'elf64',18h,58h
329
 db 'fword',11h,6
330
 db 'large',1Bh,82h
331
 db 'pword',11h,6
332
 db 'qword',11h,8
333
 db 'short',12h,1
334
 db 'tbyte',11h,0Ah
335
 db 'tword',11h,0Ah
336
 db 'use16',13h,16
337
 db 'use32',13h,32
338
 db 'use64',13h,64
339
 db 'xmm10',10h,0CAh
340
 db 'xmm11',10h,0CBh
341
 db 'xmm12',10h,0CCh
342
 db 'xmm13',10h,0CDh
343
 db 'xmm14',10h,0CEh
344
 db 'xmm15',10h,0CFh
345
 db 'xmm16',10h,0D0h
346
 db 'xmm17',10h,0D1h
347
 db 'xmm18',10h,0D2h
348
 db 'xmm19',10h,0D3h
349
 db 'xmm20',10h,0D4h
350
 db 'xmm21',10h,0D5h
351
 db 'xmm22',10h,0D6h
352
 db 'xmm23',10h,0D7h
353
 db 'xmm24',10h,0D8h
354
 db 'xmm25',10h,0D9h
355
 db 'xmm26',10h,0DAh
356
 db 'xmm27',10h,0DBh
357
 db 'xmm28',10h,0DCh
358
 db 'xmm29',10h,0DDh
359
 db 'xmm30',10h,0DEh
360
 db 'xmm31',10h,0DFh
361
 db 'xword',11h,16
362
 db 'ymm10',10h,0EAh
363
 db 'ymm11',10h,0EBh
364
 db 'ymm12',10h,0ECh
365
 db 'ymm13',10h,0EDh
366
 db 'ymm14',10h,0EEh
367
 db 'ymm15',10h,0EFh
368
 db 'ymm16',10h,0F0h
369
 db 'ymm17',10h,0F1h
370
 db 'ymm18',10h,0F2h
371
 db 'ymm19',10h,0F3h
372
 db 'ymm20',10h,0F4h
373
 db 'ymm21',10h,0F5h
374
 db 'ymm22',10h,0F6h
375
 db 'ymm23',10h,0F7h
376
 db 'ymm24',10h,0F8h
377
 db 'ymm25',10h,0F9h
378
 db 'ymm26',10h,0FAh
379
 db 'ymm27',10h,0FBh
380
 db 'ymm28',10h,0FCh
381
 db 'ymm29',10h,0FDh
382
 db 'ymm30',10h,0FEh
383
 db 'ymm31',10h,0FFh
384
 db 'yword',11h,32
385
 db 'zmm10',10h,6Ah
386
 db 'zmm11',10h,6Bh
387
 db 'zmm12',10h,6Ch
388
 db 'zmm13',10h,6Dh
389
 db 'zmm14',10h,6Eh
390
 db 'zmm15',10h,6Fh
391
 db 'zmm16',10h,70h
392
 db 'zmm17',10h,71h
393
 db 'zmm18',10h,72h
394
 db 'zmm19',10h,73h
395
 db 'zmm20',10h,74h
396
 db 'zmm21',10h,75h
397
 db 'zmm22',10h,76h
398
 db 'zmm23',10h,77h
399
 db 'zmm24',10h,78h
400
 db 'zmm25',10h,79h
401
 db 'zmm26',10h,7Ah
402
 db 'zmm27',10h,7Bh
403
 db 'zmm28',10h,7Ch
404
 db 'zmm29',10h,7Dh
405
 db 'zmm30',10h,7Eh
406
 db 'zmm31',10h,7Fh
407
 db 'zword',11h,64
408
symbols_6:
409
 db 'binary',18h,10h
410
 db 'dqword',11h,16
411
 db 'export',1Ah,0
412
 db 'fixups',1Ah,5
413
 db 'import',1Ah,1
414
 db 'native',1Bh,1
415
 db 'qqword',11h,32
416
 db 'static',1Dh,1
417
symbols_7:
418
 db 'console',1Bh,3
419
 db 'dqqword',11h,64
420
 db 'dynamic',1Eh,2
421
 db 'efiboot',1Bh,11
422
symbols_8:
423
 db 'gnurelro',1Eh,52h
424
 db 'gnustack',1Eh,51h
425
 db 'linkinfo',19h,9
426
 db 'readable',19h,30
427
 db 'resource',1Ah,2
428
 db 'writable',19h,31
429
symbols_9:
430
 db 'shareable',19h,28
431
 db 'writeable',19h,31
432
symbols_10:
433
 db 'efiruntime',1Bh,12
434
 db 'executable',19h,29
435
 db 'gnuehframe',1Eh,50h
436
 db 'linkremove',19h,11
437
symbols_11:
438
 db 'discardable',19h,25
439
 db 'interpreter',1Eh,3
440
 db 'notpageable',19h,27
441
symbols_end:
442
443
 
444
 dw instructions_2-instructions,(instructions_3-instructions_2)/(2+3)
445
 dw instructions_3-instructions,(instructions_4-instructions_3)/(3+3)
446
 dw instructions_4-instructions,(instructions_5-instructions_4)/(4+3)
447
 dw instructions_5-instructions,(instructions_6-instructions_5)/(5+3)
448
 dw instructions_6-instructions,(instructions_7-instructions_6)/(6+3)
449
 dw instructions_7-instructions,(instructions_8-instructions_7)/(7+3)
450
 dw instructions_8-instructions,(instructions_9-instructions_8)/(8+3)
451
 dw instructions_9-instructions,(instructions_10-instructions_9)/(9+3)
452
 dw instructions_10-instructions,(instructions_11-instructions_10)/(10+3)
453
 dw instructions_11-instructions,(instructions_12-instructions_11)/(11+3)
454
 dw instructions_12-instructions,(instructions_13-instructions_12)/(12+3)
455
 dw instructions_13-instructions,(instructions_14-instructions_13)/(13+3)
456
 dw instructions_14-instructions,(instructions_15-instructions_14)/(14+3)
457
 dw instructions_15-instructions,(instructions_16-instructions_15)/(15+3)
458
 dw instructions_16-instructions,(instructions_17-instructions_16)/(16+3)
459
 dw instructions_17-instructions,(instructions_end-instructions_17)/(16+3)
460
461
 
462
 db 'bt',4
463
 dw bt_instruction-instruction_handler
464
 db 'if',0
465
 dw if_directive-instruction_handler
466
 db 'in',0
467
 dw in_instruction-instruction_handler
468
 db 'ja',77h
469
 dw conditional_jump-instruction_handler
470
 db 'jb',72h
471
 dw conditional_jump-instruction_handler
472
 db 'jc',72h
473
 dw conditional_jump-instruction_handler
474
 db 'je',74h
475
 dw conditional_jump-instruction_handler
476
 db 'jg',7Fh
477
 dw conditional_jump-instruction_handler
478
 db 'jl',7Ch
479
 dw conditional_jump-instruction_handler
480
 db 'jo',70h
481
 dw conditional_jump-instruction_handler
482
 db 'jp',7Ah
483
 dw conditional_jump-instruction_handler
484
 db 'js',78h
485
 dw conditional_jump-instruction_handler
486
 db 'jz',74h
487
 dw conditional_jump-instruction_handler
488
 db 'or',08h
489
 dw basic_instruction-instruction_handler
490
instructions_3:
491
 db 'aaa',37h
492
 dw simple_instruction_except64-instruction_handler
493
 db 'aad',0D5h
494
 dw aa_instruction-instruction_handler
495
 db 'aam',0D4h
496
 dw aa_instruction-instruction_handler
497
 db 'aas',3Fh
498
 dw simple_instruction_except64-instruction_handler
499
 db 'adc',10h
500
 dw basic_instruction-instruction_handler
501
 db 'add',00h
502
 dw basic_instruction-instruction_handler
503
 db 'and',20h
504
 dw basic_instruction-instruction_handler
505
 db 'bnd',0F2h
506
 dw bnd_prefix_instruction-instruction_handler
507
 db 'bsf',0BCh
508
 dw bs_instruction-instruction_handler
509
 db 'bsr',0BDh
510
 dw bs_instruction-instruction_handler
511
 db 'btc',7
512
 dw bt_instruction-instruction_handler
513
 db 'btr',6
514
 dw bt_instruction-instruction_handler
515
 db 'bts',5
516
 dw bt_instruction-instruction_handler
517
 db 'cbw',98h
518
 dw simple_instruction_16bit-instruction_handler
519
 db 'cdq',99h
520
 dw simple_instruction_32bit-instruction_handler
521
 db 'clc',0F8h
522
 dw simple_instruction-instruction_handler
523
 db 'cld',0FCh
524
 dw simple_instruction-instruction_handler
525
 db 'cli',0FAh
526
 dw simple_instruction-instruction_handler
527
 db 'cmc',0F5h
528
 dw simple_instruction-instruction_handler
529
 db 'cmp',38h
530
 dw basic_instruction-instruction_handler
531
 db 'cqo',99h
532
 dw simple_instruction_64bit-instruction_handler
533
 db 'cwd',99h
534
 dw simple_instruction_16bit-instruction_handler
535
 db 'daa',27h
536
 dw simple_instruction_except64-instruction_handler
537
 db 'das',2Fh
538
 dw simple_instruction_except64-instruction_handler
539
 db 'dec',1
540
 dw inc_instruction-instruction_handler
541
 db 'div',6
542
 dw single_operand_instruction-instruction_handler
543
 db 'end',0
544
 dw end_directive-instruction_handler
545
 db 'err',0
546
 dw err_directive-instruction_handler
547
 db 'fld',0
548
 dw fld_instruction-instruction_handler
549
 db 'fst',2
550
 dw fld_instruction-instruction_handler
551
 db 'hlt',0F4h
552
 dw simple_instruction-instruction_handler
553
 db 'inc',0
554
 dw inc_instruction-instruction_handler
555
 db 'ins',6Ch
556
 dw ins_instruction-instruction_handler
557
 db 'int',0CDh
558
 dw int_instruction-instruction_handler
559
 db 'jae',73h
560
 dw conditional_jump-instruction_handler
561
 db 'jbe',76h
562
 dw conditional_jump-instruction_handler
563
 db 'jge',7Dh
564
 dw conditional_jump-instruction_handler
565
 db 'jle',7Eh
566
 dw conditional_jump-instruction_handler
567
 db 'jmp',0
568
 dw jmp_instruction-instruction_handler
569
 db 'jna',76h
570
 dw conditional_jump-instruction_handler
571
 db 'jnb',73h
572
 dw conditional_jump-instruction_handler
573
 db 'jnc',73h
574
 dw conditional_jump-instruction_handler
575
 db 'jne',75h
576
 dw conditional_jump-instruction_handler
577
 db 'jng',7Eh
578
 dw conditional_jump-instruction_handler
579
 db 'jnl',7Dh
580
 dw conditional_jump-instruction_handler
581
 db 'jno',71h
582
 dw conditional_jump-instruction_handler
583
 db 'jnp',7Bh
584
 dw conditional_jump-instruction_handler
585
 db 'jns',79h
586
 dw conditional_jump-instruction_handler
587
 db 'jnz',75h
588
 dw conditional_jump-instruction_handler
589
 db 'jpe',7Ah
590
 dw conditional_jump-instruction_handler
591
 db 'jpo',7Bh
592
 dw conditional_jump-instruction_handler
593
 db 'lar',2
594
 dw lar_instruction-instruction_handler
595
 db 'lds',3
596
 dw ls_instruction-instruction_handler
597
 db 'lea',0
598
 dw lea_instruction-instruction_handler
599
 db 'les',0
600
 dw ls_instruction-instruction_handler
601
 db 'lfs',4
602
 dw ls_instruction-instruction_handler
603
 db 'lgs',5
604
 dw ls_instruction-instruction_handler
605
 db 'lsl',3
606
 dw lar_instruction-instruction_handler
607
 db 'lss',2
608
 dw ls_instruction-instruction_handler
609
 db 'ltr',3
610
 dw pm_word_instruction-instruction_handler
611
 db 'mov',0
612
 dw mov_instruction-instruction_handler
613
 db 'mul',4
614
 dw single_operand_instruction-instruction_handler
615
 db 'neg',3
616
 dw single_operand_instruction-instruction_handler
617
 db 'nop',90h
618
 dw nop_instruction-instruction_handler
619
 db 'not',2
620
 dw single_operand_instruction-instruction_handler
621
 db 'org',0
622
 dw org_directive-instruction_handler
623
 db 'out',0
624
 dw out_instruction-instruction_handler
625
 db 'pop',0
626
 dw pop_instruction-instruction_handler
627
 db 'por',0EBh
628
 dw basic_mmx_instruction-instruction_handler
629
 db 'rcl',2
630
 dw sh_instruction-instruction_handler
631
 db 'rcr',3
632
 dw sh_instruction-instruction_handler
633
 db 'rep',0F3h
634
 dw prefix_instruction-instruction_handler
635
 db 'ret',0C2h
636
 dw ret_instruction-instruction_handler
637
 db 'rol',0
638
 dw sh_instruction-instruction_handler
639
 db 'ror',1
640
 dw sh_instruction-instruction_handler
641
 db 'rsm',0AAh
642
 dw simple_extended_instruction-instruction_handler
643
 db 'sal',4
644
 dw sh_instruction-instruction_handler
645
 db 'sar',7
646
 dw sh_instruction-instruction_handler
647
 db 'sbb',18h
648
 dw basic_instruction-instruction_handler
649
 db 'shl',4
650
 dw sh_instruction-instruction_handler
651
 db 'shr',5
652
 dw sh_instruction-instruction_handler
653
 db 'stc',0F9h
654
 dw simple_instruction-instruction_handler
655
 db 'std',0FDh
656
 dw simple_instruction-instruction_handler
657
 db 'sti',0FBh
658
 dw simple_instruction-instruction_handler
659
 db 'str',1
660
 dw pm_store_word_instruction-instruction_handler
661
 db 'sub',28h
662
 dw basic_instruction-instruction_handler
663
 db 'ud0',0FFh
664
 dw ud_instruction-instruction_handler
665
 db 'ud1',0B9h
666
 dw ud_instruction-instruction_handler
667
 db 'ud2',0Bh
668
 dw simple_extended_instruction-instruction_handler
669
 db 'xor',30h
670
 dw basic_instruction-instruction_handler
671
instructions_4:
672
 db 'adcx',66h
673
 dw adx_instruction-instruction_handler
674
 db 'adox',0F3h
675
 dw adx_instruction-instruction_handler
676
 db 'andn',0F2h
677
 dw andn_instruction-instruction_handler
678
 db 'arpl',0
679
 dw arpl_instruction-instruction_handler
680
 db 'blci',26h
681
 dw tbm_instruction-instruction_handler
682
 db 'blcs',13h
683
 dw tbm_instruction-instruction_handler
684
 db 'blsi',3
685
 dw bmi_instruction-instruction_handler
686
 db 'blsr',1
687
 dw bmi_instruction-instruction_handler
688
 db 'bzhi',0F5h
689
 dw bzhi_instruction-instruction_handler
690
 db 'call',0
691
 dw call_instruction-instruction_handler
692
 db 'cdqe',98h
693
 dw simple_instruction_64bit-instruction_handler
694
 db 'clac',0CAh
695
 dw simple_instruction_0f_01-instruction_handler
696
 db 'clgi',0DDh
697
 dw simple_instruction_0f_01-instruction_handler
698
 db 'clts',6
699
 dw simple_extended_instruction-instruction_handler
700
 db 'clwb',6
701
 dw clflushopt_instruction-instruction_handler
702
 db 'cmps',0A6h
703
 dw cmps_instruction-instruction_handler
704
 db 'cwde',98h
705
 dw simple_instruction_32bit-instruction_handler
706
 db 'data',0
707
 dw data_directive-instruction_handler
708
 db 'dppd',41h
709
 dw sse4_instruction_66_3a_imm8-instruction_handler
710
 db 'dpps',40h
711
 dw sse4_instruction_66_3a_imm8-instruction_handler
712
 db 'else',0
713
 dw else_directive-instruction_handler
714
 db 'emms',77h
715
 dw simple_extended_instruction-instruction_handler
716
 db 'fabs',100001b
717
 dw simple_fpu_instruction-instruction_handler
718
 db 'fadd',0
719
 dw basic_fpu_instruction-instruction_handler
720
 db 'fbld',4
721
 dw fbld_instruction-instruction_handler
722
 db 'fchs',100000b
723
 dw simple_fpu_instruction-instruction_handler
724
 db 'fcom',2
725
 dw basic_fpu_instruction-instruction_handler
726
 db 'fcos',111111b
727
 dw simple_fpu_instruction-instruction_handler
728
 db 'fdiv',6
729
 dw basic_fpu_instruction-instruction_handler
730
 db 'feni',0E0h
731
 dw finit_instruction-instruction_handler
732
 db 'fild',0
733
 dw fild_instruction-instruction_handler
734
 db 'fist',2
735
 dw fild_instruction-instruction_handler
736
 db 'fld1',101000b
737
 dw simple_fpu_instruction-instruction_handler
738
 db 'fldz',101110b
739
 dw simple_fpu_instruction-instruction_handler
740
 db 'fmul',1
741
 dw basic_fpu_instruction-instruction_handler
742
 db 'fnop',010000b
743
 dw simple_fpu_instruction-instruction_handler
744
 db 'fsin',111110b
745
 dw simple_fpu_instruction-instruction_handler
746
 db 'fstp',3
747
 dw fld_instruction-instruction_handler
748
 db 'fsub',4
749
 dw basic_fpu_instruction-instruction_handler
750
 db 'ftst',100100b
751
 dw simple_fpu_instruction-instruction_handler
752
 db 'fxam',100101b
753
 dw simple_fpu_instruction-instruction_handler
754
 db 'fxch',0
755
 dw fxch_instruction-instruction_handler
756
 db 'heap',0
757
 dw heap_directive-instruction_handler
758
 db 'idiv',7
759
 dw single_operand_instruction-instruction_handler
760
 db 'imul',0
761
 dw imul_instruction-instruction_handler
762
 db 'insb',6Ch
763
 dw simple_instruction-instruction_handler
764
 db 'insd',6Dh
765
 dw simple_instruction_32bit-instruction_handler
766
 db 'insw',6Dh
767
 dw simple_instruction_16bit-instruction_handler
768
 db 'int1',0F1h
769
 dw simple_instruction-instruction_handler
770
 db 'int3',0CCh
771
 dw simple_instruction-instruction_handler
772
 db 'into',0CEh
773
 dw simple_instruction_except64-instruction_handler
774
 db 'invd',8
775
 dw simple_extended_instruction-instruction_handler
776
 db 'iret',0CFh
777
 dw iret_instruction-instruction_handler
778
 db 'jcxz',0E3h
779
 dw loop_instruction_16bit-instruction_handler
780
 db 'jnae',72h
781
 dw conditional_jump-instruction_handler
782
 db 'jnbe',77h
783
 dw conditional_jump-instruction_handler
784
 db 'jnge',7Ch
785
 dw conditional_jump-instruction_handler
786
 db 'jnle',7Fh
787
 dw conditional_jump-instruction_handler
788
 db 'korb',45h
789
 dw mask_instruction_b-instruction_handler
790
 db 'kord',45h
791
 dw mask_instruction_d-instruction_handler
792
 db 'korq',45h
793
 dw mask_instruction_q-instruction_handler
794
 db 'korw',45h
795
 dw mask_instruction_w-instruction_handler
796
 db 'lahf',9Fh
797
 dw simple_instruction-instruction_handler
798
 db 'lgdt',2
799
 dw lgdt_instruction-instruction_handler
800
 db 'lidt',3
801
 dw lgdt_instruction-instruction_handler
802
 db 'lldt',2
803
 dw pm_word_instruction-instruction_handler
804
 db 'lmsw',16h
805
 dw pm_word_instruction-instruction_handler
806
 db 'load',0
807
 dw load_directive-instruction_handler
808
 db 'lock',0F0h
809
 dw prefix_instruction-instruction_handler
810
 db 'lods',0ACh
811
 dw lods_instruction-instruction_handler
812
 db 'loop',0E2h
813
 dw loop_instruction-instruction_handler
814
 db 'movd',0
815
 dw movd_instruction-instruction_handler
816
 db 'movq',0
817
 dw movq_instruction-instruction_handler
818
 db 'movs',0A4h
819
 dw movs_instruction-instruction_handler
820
 db 'mulx',0F6h
821
 dw pdep_instruction-instruction_handler
822
 db 'orpd',56h
823
 dw sse_pd_instruction-instruction_handler
824
 db 'orps',56h
825
 dw sse_ps_instruction-instruction_handler
826
 db 'outs',6Eh
827
 dw outs_instruction-instruction_handler
828
 db 'pand',0DBh
829
 dw basic_mmx_instruction-instruction_handler
830
 db 'pdep',0F5h
831
 dw pdep_instruction-instruction_handler
832
 db 'pext',0F5h
833
 dw pext_instruction-instruction_handler
834
 db 'popa',61h
835
 dw simple_instruction_except64-instruction_handler
836
 db 'popd',4
837
 dw pop_instruction-instruction_handler
838
 db 'popf',9Dh
839
 dw simple_instruction-instruction_handler
840
 db 'popq',8
841
 dw pop_instruction-instruction_handler
842
 db 'popw',2
843
 dw pop_instruction-instruction_handler
844
 db 'push',0
845
 dw push_instruction-instruction_handler
846
 db 'pxor',0EFh
847
 dw basic_mmx_instruction-instruction_handler
848
 db 'repe',0F3h
849
 dw prefix_instruction-instruction_handler
850
 db 'repz',0F3h
851
 dw prefix_instruction-instruction_handler
852
 db 'retd',0C2h
853
 dw ret_instruction_32bit_except64-instruction_handler
854
 db 'retf',0CAh
855
 dw retf_instruction-instruction_handler
856
 db 'retn',0C2h
857
 dw ret_instruction-instruction_handler
858
 db 'retq',0C2h
859
 dw ret_instruction_only64-instruction_handler
860
 db 'retw',0C2h
861
 dw ret_instruction_16bit-instruction_handler
862
 db 'rorx',0F0h
863
 dw rorx_instruction-instruction_handler
864
 db 'sahf',9Eh
865
 dw simple_instruction-instruction_handler
866
 db 'salc',0D6h
867
 dw simple_instruction_except64-instruction_handler
868
 db 'sarx',0F7h
869
 dw sarx_instruction-instruction_handler
870
 db 'scas',0AEh
871
 dw stos_instruction-instruction_handler
872
 db 'seta',97h
873
 dw set_instruction-instruction_handler
874
 db 'setb',92h
875
 dw set_instruction-instruction_handler
876
 db 'setc',92h
877
 dw set_instruction-instruction_handler
878
 db 'sete',94h
879
 dw set_instruction-instruction_handler
880
 db 'setg',9Fh
881
 dw set_instruction-instruction_handler
882
 db 'setl',9Ch
883
 dw set_instruction-instruction_handler
884
 db 'seto',90h
885
 dw set_instruction-instruction_handler
886
 db 'setp',9Ah
887
 dw set_instruction-instruction_handler
888
 db 'sets',98h
889
 dw set_instruction-instruction_handler
890
 db 'setz',94h
891
 dw set_instruction-instruction_handler
892
 db 'sgdt',0
893
 dw lgdt_instruction-instruction_handler
894
 db 'shld',0A4h
895
 dw shd_instruction-instruction_handler
896
 db 'shlx',0F7h
897
 dw shlx_instruction-instruction_handler
898
 db 'shrd',0ACh
899
 dw shd_instruction-instruction_handler
900
 db 'shrx',0F7h
901
 dw shrx_instruction-instruction_handler
902
 db 'sidt',1
903
 dw lgdt_instruction-instruction_handler
904
 db 'sldt',0
905
 dw pm_store_word_instruction-instruction_handler
906
 db 'smsw',14h
907
 dw pm_store_word_instruction-instruction_handler
908
 db 'stac',0CBh
909
 dw simple_instruction_0f_01-instruction_handler
910
 db 'stgi',0DCh
911
 dw simple_instruction_0f_01-instruction_handler
912
 db 'stos',0AAh
913
 dw stos_instruction-instruction_handler
914
 db 'test',0
915
 dw test_instruction-instruction_handler
916
 db 'verr',4
917
 dw pm_word_instruction-instruction_handler
918
 db 'verw',5
919
 dw pm_word_instruction-instruction_handler
920
 db 'vpor',0EBh
921
 dw avx_pd_instruction_noevex-instruction_handler
922
 db 'wait',9Bh
923
 dw simple_instruction-instruction_handler
924
 db 'xadd',0C0h
925
 dw basic_486_instruction-instruction_handler
926
 db 'xchg',0
927
 dw xchg_instruction-instruction_handler
928
 db 'xend',0D5h
929
 dw simple_instruction_0f_01-instruction_handler
930
 db 'xlat',0D7h
931
 dw xlat_instruction-instruction_handler
932
instructions_5:
933
 db 'addpd',58h
934
 dw sse_pd_instruction-instruction_handler
935
 db 'addps',58h
936
 dw sse_ps_instruction-instruction_handler
937
 db 'addsd',58h
938
 dw sse_sd_instruction-instruction_handler
939
 db 'addss',58h
940
 dw sse_ss_instruction-instruction_handler
941
 db 'align',0
942
 dw align_directive-instruction_handler
943
 db 'andpd',54h
944
 dw sse_pd_instruction-instruction_handler
945
 db 'andps',54h
946
 dw sse_ps_instruction-instruction_handler
947
 db 'bextr',0F7h
948
 dw bextr_instruction-instruction_handler
949
 db 'blcic',15h
950
 dw tbm_instruction-instruction_handler
951
 db 'blsic',16h
952
 dw tbm_instruction-instruction_handler
953
 db 'bndcl',1Ah
954
 dw bndcl_instruction-instruction_handler
955
 db 'bndcn',1Bh
956
 dw bndcu_instruction-instruction_handler
957
 db 'bndcu',1Ah
958
 dw bndcu_instruction-instruction_handler
959
 db 'bndmk',1Bh
960
 dw bndmk_instruction-instruction_handler
961
 db 'bound',0
962
 dw bound_instruction-instruction_handler
963
 db 'break',0
964
 dw break_directive-instruction_handler
965
 db 'bswap',0
966
 dw bswap_instruction-instruction_handler
967
 db 'cmova',47h
968
 dw bs_instruction-instruction_handler
969
 db 'cmovb',42h
970
 dw bs_instruction-instruction_handler
971
 db 'cmovc',42h
972
 dw bs_instruction-instruction_handler
973
 db 'cmove',44h
974
 dw bs_instruction-instruction_handler
975
 db 'cmovg',4Fh
976
 dw bs_instruction-instruction_handler
977
 db 'cmovl',4Ch
978
 dw bs_instruction-instruction_handler
979
 db 'cmovo',40h
980
 dw bs_instruction-instruction_handler
981
 db 'cmovp',4Ah
982
 dw bs_instruction-instruction_handler
983
 db 'cmovs',48h
984
 dw bs_instruction-instruction_handler
985
 db 'cmovz',44h
986
 dw bs_instruction-instruction_handler
987
 db 'cmppd',-1
988
 dw cmp_pd_instruction-instruction_handler
989
 db 'cmpps',-1
990
 dw cmp_ps_instruction-instruction_handler
991
 db 'cmpsb',0A6h
992
 dw simple_instruction-instruction_handler
993
 db 'cmpsd',-1
994
 dw cmpsd_instruction-instruction_handler
995
 db 'cmpsq',0A7h
996
 dw simple_instruction_64bit-instruction_handler
997
 db 'cmpss',-1
998
 dw cmp_ss_instruction-instruction_handler
999
 db 'cmpsw',0A7h
1000
 dw simple_instruction_16bit-instruction_handler
1001
 db 'cpuid',0A2h
1002
 dw simple_extended_instruction-instruction_handler
1003
 db 'crc32',0
1004
 dw crc32_instruction-instruction_handler
1005
 db 'divpd',5Eh
1006
 dw sse_pd_instruction-instruction_handler
1007
 db 'divps',5Eh
1008
 dw sse_ps_instruction-instruction_handler
1009
 db 'divsd',5Eh
1010
 dw sse_sd_instruction-instruction_handler
1011
 db 'divss',5Eh
1012
 dw sse_ss_instruction-instruction_handler
1013
 db 'enter',0
1014
 dw enter_instruction-instruction_handler
1015
 db 'entry',0
1016
 dw entry_directive-instruction_handler
1017
 db 'extrn',0
1018
 dw extrn_directive-instruction_handler
1019
 db 'extrq',0
1020
 dw extrq_instruction-instruction_handler
1021
 db 'f2xm1',110000b
1022
 dw simple_fpu_instruction-instruction_handler
1023
 db 'faddp',0
1024
 dw faddp_instruction-instruction_handler
1025
 db 'fbstp',6
1026
 dw fbld_instruction-instruction_handler
1027
 db 'fclex',0E2h
1028
 dw finit_instruction-instruction_handler
1029
 db 'fcomi',0F0h
1030
 dw fcomi_instruction-instruction_handler
1031
 db 'fcomp',3
1032
 dw basic_fpu_instruction-instruction_handler
1033
 db 'fdisi',0E1h
1034
 dw finit_instruction-instruction_handler
1035
 db 'fdivp',7
1036
 dw faddp_instruction-instruction_handler
1037
 db 'fdivr',7
1038
 dw basic_fpu_instruction-instruction_handler
1039
 db 'femms',0Eh
1040
 dw simple_extended_instruction-instruction_handler
1041
 db 'ffree',0
1042
 dw ffree_instruction-instruction_handler
1043
 db 'fiadd',0
1044
 dw fi_instruction-instruction_handler
1045
 db 'ficom',2
1046
 dw fi_instruction-instruction_handler
1047
 db 'fidiv',6
1048
 dw fi_instruction-instruction_handler
1049
 db 'fimul',1
1050
 dw fi_instruction-instruction_handler
1051
 db 'finit',0E3h
1052
 dw finit_instruction-instruction_handler
1053
 db 'fistp',3
1054
 dw fild_instruction-instruction_handler
1055
 db 'fisub',4
1056
 dw fi_instruction-instruction_handler
1057
 db 'fldcw',5
1058
 dw fldcw_instruction-instruction_handler
1059
 db 'fldpi',101011b
1060
 dw simple_fpu_instruction-instruction_handler
1061
 db 'fmulp',1
1062
 dw faddp_instruction-instruction_handler
1063
 db 'fneni',0E0h
1064
 dw fninit_instruction-instruction_handler
1065
 db 'fprem',111000b
1066
 dw simple_fpu_instruction-instruction_handler
1067
 db 'fptan',110010b
1068
 dw simple_fpu_instruction-instruction_handler
1069
 db 'fsave',6
1070
 dw fsave_instruction-instruction_handler
1071
 db 'fsqrt',111010b
1072
 dw simple_fpu_instruction-instruction_handler
1073
 db 'fstcw',7
1074
 dw fstcw_instruction-instruction_handler
1075
 db 'fstsw',0
1076
 dw fstsw_instruction-instruction_handler
1077
 db 'fsubp',5
1078
 dw faddp_instruction-instruction_handler
1079
 db 'fsubr',5
1080
 dw basic_fpu_instruction-instruction_handler
1081
 db 'fucom',4
1082
 dw ffree_instruction-instruction_handler
1083
 db 'fwait',9Bh
1084
 dw simple_instruction-instruction_handler
1085
 db 'fyl2x',110001b
1086
 dw simple_fpu_instruction-instruction_handler
1087
 db 'icebp',0F1h
1088
 dw simple_instruction-instruction_handler
1089
 db 'iretd',0CFh
1090
 dw simple_instruction_32bit-instruction_handler
1091
 db 'iretq',0CFh
1092
 dw simple_instruction_64bit-instruction_handler
1093
 db 'iretw',0CFh
1094
 dw simple_instruction_16bit-instruction_handler
1095
 db 'jecxz',0E3h
1096
 dw loop_instruction_32bit-instruction_handler
1097
 db 'jrcxz',0E3h
1098
 dw loop_instruction_64bit-instruction_handler
1099
 db 'kaddb',4Ah
1100
 dw mask_instruction_b-instruction_handler
1101
 db 'kaddd',4Ah
1102
 dw mask_instruction_d-instruction_handler
1103
 db 'kaddq',4Ah
1104
 dw mask_instruction_q-instruction_handler
1105
 db 'kaddw',4Ah
1106
 dw mask_instruction_w-instruction_handler
1107
 db 'kandb',41h
1108
 dw mask_instruction_b-instruction_handler
1109
 db 'kandd',41h
1110
 dw mask_instruction_d-instruction_handler
1111
 db 'kandq',41h
1112
 dw mask_instruction_q-instruction_handler
1113
 db 'kandw',41h
1114
 dw mask_instruction_w-instruction_handler
1115
 db 'kmovb',1
1116
 dw kmov_instruction-instruction_handler
1117
 db 'kmovd',4
1118
 dw kmov_instruction-instruction_handler
1119
 db 'kmovq',8
1120
 dw kmov_instruction-instruction_handler
1121
 db 'kmovw',2
1122
 dw kmov_instruction-instruction_handler
1123
 db 'knotb',44h
1124
 dw mask_instruction_single_source_b-instruction_handler
1125
 db 'knotd',44h
1126
 dw mask_instruction_single_source_d-instruction_handler
1127
 db 'knotq',44h
1128
 dw mask_instruction_single_source_q-instruction_handler
1129
 db 'knotw',44h
1130
 dw mask_instruction_single_source_w-instruction_handler
1131
 db 'kxorb',47h
1132
 dw mask_instruction_b-instruction_handler
1133
 db 'kxord',47h
1134
 dw mask_instruction_d-instruction_handler
1135
 db 'kxorq',47h
1136
 dw mask_instruction_q-instruction_handler
1137
 db 'kxorw',47h
1138
 dw mask_instruction_w-instruction_handler
1139
 db 'label',0
1140
 dw label_directive-instruction_handler
1141
 db 'lddqu',0
1142
 dw lddqu_instruction-instruction_handler
1143
 db 'leave',0C9h
1144
 dw simple_instruction-instruction_handler
1145
 db 'lodsb',0ACh
1146
 dw simple_instruction-instruction_handler
1147
 db 'lodsd',0ADh
1148
 dw simple_instruction_32bit-instruction_handler
1149
 db 'lodsq',0ADh
1150
 dw simple_instruction_64bit-instruction_handler
1151
 db 'lodsw',0ADh
1152
 dw simple_instruction_16bit-instruction_handler
1153
 db 'loopd',0E2h
1154
 dw loop_instruction_32bit-instruction_handler
1155
 db 'loope',0E1h
1156
 dw loop_instruction-instruction_handler
1157
 db 'loopq',0E2h
1158
 dw loop_instruction_64bit-instruction_handler
1159
 db 'loopw',0E2h
1160
 dw loop_instruction_16bit-instruction_handler
1161
 db 'loopz',0E1h
1162
 dw loop_instruction-instruction_handler
1163
 db 'lzcnt',0BDh
1164
 dw popcnt_instruction-instruction_handler
1165
 db 'maxpd',5Fh
1166
 dw sse_pd_instruction-instruction_handler
1167
 db 'maxps',5Fh
1168
 dw sse_ps_instruction-instruction_handler
1169
 db 'maxsd',5Fh
1170
 dw sse_sd_instruction-instruction_handler
1171
 db 'maxss',5Fh
1172
 dw sse_ss_instruction-instruction_handler
1173
 db 'minpd',5Dh
1174
 dw sse_pd_instruction-instruction_handler
1175
 db 'minps',5Dh
1176
 dw sse_ps_instruction-instruction_handler
1177
 db 'minsd',5Dh
1178
 dw sse_sd_instruction-instruction_handler
1179
 db 'minss',5Dh
1180
 dw sse_ss_instruction-instruction_handler
1181
 db 'movbe',0F0h
1182
 dw movbe_instruction-instruction_handler
1183
 db 'movsb',0A4h
1184
 dw simple_instruction-instruction_handler
1185
 db 'movsd',0
1186
 dw movsd_instruction-instruction_handler
1187
 db 'movsq',0A5h
1188
 dw simple_instruction_64bit-instruction_handler
1189
 db 'movss',0
1190
 dw movss_instruction-instruction_handler
1191
 db 'movsw',0A5h
1192
 dw simple_instruction_16bit-instruction_handler
1193
 db 'movsx',0BEh
1194
 dw movx_instruction-instruction_handler
1195
 db 'movzx',0B6h
1196
 dw movx_instruction-instruction_handler
1197
 db 'mulpd',59h
1198
 dw sse_pd_instruction-instruction_handler
1199
 db 'mulps',59h
1200
 dw sse_ps_instruction-instruction_handler
1201
 db 'mulsd',59h
1202
 dw sse_sd_instruction-instruction_handler
1203
 db 'mulss',59h
1204
 dw sse_ss_instruction-instruction_handler
1205
 db 'mwait',0C9h
1206
 dw monitor_instruction-instruction_handler
1207
 db 'outsb',6Eh
1208
 dw simple_instruction-instruction_handler
1209
 db 'outsd',6Fh
1210
 dw simple_instruction_32bit-instruction_handler
1211
 db 'outsw',6Fh
1212
 dw simple_instruction_16bit-instruction_handler
1213
 db 'pabsb',1Ch
1214
 dw ssse3_instruction-instruction_handler
1215
 db 'pabsd',1Eh
1216
 dw ssse3_instruction-instruction_handler
1217
 db 'pabsw',1Dh
1218
 dw ssse3_instruction-instruction_handler
1219
 db 'paddb',0FCh
1220
 dw basic_mmx_instruction-instruction_handler
1221
 db 'paddd',0FEh
1222
 dw basic_mmx_instruction-instruction_handler
1223
 db 'paddq',0D4h
1224
 dw basic_mmx_instruction-instruction_handler
1225
 db 'paddw',0FDh
1226
 dw basic_mmx_instruction-instruction_handler
1227
 db 'pandn',0DFh
1228
 dw basic_mmx_instruction-instruction_handler
1229
 db 'pause',0
1230
 dw pause_instruction-instruction_handler
1231
 db 'pavgb',0E0h
1232
 dw basic_mmx_instruction-instruction_handler
1233
 db 'pavgw',0E3h
1234
 dw basic_mmx_instruction-instruction_handler
1235
 db 'pf2id',1Dh
1236
 dw amd3dnow_instruction-instruction_handler
1237
 db 'pf2iw',1Ch
1238
 dw amd3dnow_instruction-instruction_handler
1239
 db 'pfacc',0AEh
1240
 dw amd3dnow_instruction-instruction_handler
1241
 db 'pfadd',9Eh
1242
 dw amd3dnow_instruction-instruction_handler
1243
 db 'pfmax',0A4h
1244
 dw amd3dnow_instruction-instruction_handler
1245
 db 'pfmin',94h
1246
 dw amd3dnow_instruction-instruction_handler
1247
 db 'pfmul',0B4h
1248
 dw amd3dnow_instruction-instruction_handler
1249
 db 'pfrcp',96h
1250
 dw amd3dnow_instruction-instruction_handler
1251
 db 'pfsub',9Ah
1252
 dw amd3dnow_instruction-instruction_handler
1253
 db 'pi2fd',0Dh
1254
 dw amd3dnow_instruction-instruction_handler
1255
 db 'pi2fw',0Ch
1256
 dw amd3dnow_instruction-instruction_handler
1257
 db 'popad',61h
1258
 dw simple_instruction_32bit_except64-instruction_handler
1259
 db 'popaw',61h
1260
 dw simple_instruction_16bit_except64-instruction_handler
1261
 db 'popfd',9Dh
1262
 dw simple_instruction_32bit_except64-instruction_handler
1263
 db 'popfq',9Dh
1264
 dw simple_instruction_only64-instruction_handler
1265
 db 'popfw',9Dh
1266
 dw simple_instruction_16bit-instruction_handler
1267
 db 'pslld',0F2h
1268
 dw mmx_bit_shift_instruction-instruction_handler
1269
 db 'psllq',0F3h
1270
 dw mmx_bit_shift_instruction-instruction_handler
1271
 db 'psllw',0F1h
1272
 dw mmx_bit_shift_instruction-instruction_handler
1273
 db 'psrad',0E2h
1274
 dw mmx_bit_shift_instruction-instruction_handler
1275
 db 'psraw',0E1h
1276
 dw mmx_bit_shift_instruction-instruction_handler
1277
 db 'psrld',0D2h
1278
 dw mmx_bit_shift_instruction-instruction_handler
1279
 db 'psrlq',0D3h
1280
 dw mmx_bit_shift_instruction-instruction_handler
1281
 db 'psrlw',0D1h
1282
 dw mmx_bit_shift_instruction-instruction_handler
1283
 db 'psubb',0F8h
1284
 dw basic_mmx_instruction-instruction_handler
1285
 db 'psubd',0FAh
1286
 dw basic_mmx_instruction-instruction_handler
1287
 db 'psubq',0FBh
1288
 dw basic_mmx_instruction-instruction_handler
1289
 db 'psubw',0F9h
1290
 dw basic_mmx_instruction-instruction_handler
1291
 db 'ptest',17h
1292
 dw sse4_instruction_66_38-instruction_handler
1293
 db 'pusha',60h
1294
 dw simple_instruction_except64-instruction_handler
1295
 db 'pushd',4
1296
 dw push_instruction-instruction_handler
1297
 db 'pushf',9Ch
1298
 dw simple_instruction-instruction_handler
1299
 db 'pushq',8
1300
 dw push_instruction-instruction_handler
1301
 db 'pushw',2
1302
 dw push_instruction-instruction_handler
1303
 db 'rcpps',53h
1304
 dw sse_ps_instruction-instruction_handler
1305
 db 'rcpss',53h
1306
 dw sse_ss_instruction-instruction_handler
1307
 db 'rdmsr',32h
1308
 dw simple_extended_instruction-instruction_handler
1309
 db 'rdpid',7
1310
 dw rdpid_instruction-instruction_handler
1311
 db 'rdpmc',33h
1312
 dw simple_extended_instruction-instruction_handler
1313
 db 'rdpru',0FDh
1314
 dw simple_instruction_0f_01-instruction_handler
1315
 db 'rdtsc',31h
1316
 dw simple_extended_instruction-instruction_handler
1317
 db 'repne',0F2h
1318
 dw prefix_instruction-instruction_handler
1319
 db 'repnz',0F2h
1320
 dw prefix_instruction-instruction_handler
1321
 db 'retfd',0CAh
1322
 dw retf_instruction_32bit-instruction_handler
1323
 db 'retfq',0CAh
1324
 dw retf_instruction_64bit-instruction_handler
1325
 db 'retfw',0CAh
1326
 dw retf_instruction_16bit-instruction_handler
1327
 db 'retnd',0C2h
1328
 dw ret_instruction_32bit_except64-instruction_handler
1329
 db 'retnq',0C2h
1330
 dw ret_instruction_only64-instruction_handler
1331
 db 'retnw',0C2h
1332
 dw ret_instruction_16bit-instruction_handler
1333
 db 'scasb',0AEh
1334
 dw simple_instruction-instruction_handler
1335
 db 'scasd',0AFh
1336
 dw simple_instruction_32bit-instruction_handler
1337
 db 'scasq',0AFh
1338
 dw simple_instruction_64bit-instruction_handler
1339
 db 'scasw',0AFh
1340
 dw simple_instruction_16bit-instruction_handler
1341
 db 'setae',93h
1342
 dw set_instruction-instruction_handler
1343
 db 'setbe',96h
1344
 dw set_instruction-instruction_handler
1345
 db 'setge',9Dh
1346
 dw set_instruction-instruction_handler
1347
 db 'setle',9Eh
1348
 dw set_instruction-instruction_handler
1349
 db 'setna',96h
1350
 dw set_instruction-instruction_handler
1351
 db 'setnb',93h
1352
 dw set_instruction-instruction_handler
1353
 db 'setnc',93h
1354
 dw set_instruction-instruction_handler
1355
 db 'setne',95h
1356
 dw set_instruction-instruction_handler
1357
 db 'setng',9Eh
1358
 dw set_instruction-instruction_handler
1359
 db 'setnl',9Dh
1360
 dw set_instruction-instruction_handler
1361
 db 'setno',91h
1362
 dw set_instruction-instruction_handler
1363
 db 'setnp',9Bh
1364
 dw set_instruction-instruction_handler
1365
 db 'setns',99h
1366
 dw set_instruction-instruction_handler
1367
 db 'setnz',95h
1368
 dw set_instruction-instruction_handler
1369
 db 'setpe',9Ah
1370
 dw set_instruction-instruction_handler
1371
 db 'setpo',9Bh
1372
 dw set_instruction-instruction_handler
1373
 db 'stack',0
1374
 dw stack_directive-instruction_handler
1375
 db 'store',0
1376
 dw store_directive-instruction_handler
1377
 db 'stosb',0AAh
1378
 dw simple_instruction-instruction_handler
1379
 db 'stosd',0ABh
1380
 dw simple_instruction_32bit-instruction_handler
1381
 db 'stosq',0ABh
1382
 dw simple_instruction_64bit-instruction_handler
1383
 db 'stosw',0ABh
1384
 dw simple_instruction_16bit-instruction_handler
1385
 db 'subpd',5Ch
1386
 dw sse_pd_instruction-instruction_handler
1387
 db 'subps',5Ch
1388
 dw sse_ps_instruction-instruction_handler
1389
 db 'subsd',5Ch
1390
 dw sse_sd_instruction-instruction_handler
1391
 db 'subss',5Ch
1392
 dw sse_ss_instruction-instruction_handler
1393
 db 'times',0
1394
 dw times_directive-instruction_handler
1395
 db 'tzcnt',0BCh
1396
 dw popcnt_instruction-instruction_handler
1397
 db 'tzmsk',14h
1398
 dw tbm_instruction-instruction_handler
1399
 db 'vdppd',41h
1400
 dw avx_128bit_instruction_3a_imm8_noevex-instruction_handler
1401
 db 'vdpps',40h
1402
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
1403
 db 'vmovd',0
1404
 dw avx_movd_instruction-instruction_handler
1405
 db 'vmovq',0
1406
 dw avx_movq_instruction-instruction_handler
1407
 db 'vmrun',0D8h
1408
 dw simple_svm_instruction-instruction_handler
1409
 db 'vmxon',6
1410
 dw vmxon_instruction-instruction_handler
1411
 db 'vorpd',56h
1412
 dw avx_pd_instruction-instruction_handler
1413
 db 'vorps',56h
1414
 dw avx_ps_instruction-instruction_handler
1415
 db 'vpand',0DBh
1416
 dw avx_pd_instruction_noevex-instruction_handler
1417
 db 'vpord',0EBh
1418
 dw avx_d_instruction_evex-instruction_handler
1419
 db 'vporq',0EBh
1420
 dw avx_q_instruction_evex-instruction_handler
1421
 db 'vpxor',0EFh
1422
 dw avx_pd_instruction_noevex-instruction_handler
1423
 db 'while',0
1424
 dw while_directive-instruction_handler
1425
 db 'wrmsr',30h
1426
 dw simple_extended_instruction-instruction_handler
1427
 db 'wrssd',0F6h
1428
 dw wrssd_instruction-instruction_handler
1429
 db 'wrssq',0F6h
1430
 dw wrssq_instruction-instruction_handler
1431
 db 'xlatb',0D7h
1432
 dw simple_instruction-instruction_handler
1433
 db 'xorpd',57h
1434
 dw sse_pd_instruction-instruction_handler
1435
 db 'xorps',57h
1436
 dw sse_ps_instruction-instruction_handler
1437
 db 'xsave',100b
1438
 dw fxsave_instruction-instruction_handler
1439
 db 'xtest',0D6h
1440
 dw simple_instruction_0f_01-instruction_handler
1441
instructions_6:
1442
 db 'aesdec',0DEh
1443
 dw sse4_instruction_66_38-instruction_handler
1444
 db 'aesenc',0DCh
1445
 dw sse4_instruction_66_38-instruction_handler
1446
 db 'aesimc',0DBh
1447
 dw sse4_instruction_66_38-instruction_handler
1448
 db 'andnpd',55h
1449
 dw sse_pd_instruction-instruction_handler
1450
 db 'andnps',55h
1451
 dw sse_ps_instruction-instruction_handler
1452
 db 'assert',0
1453
 dw assert_directive-instruction_handler
1454
 db 'blcmsk',21h
1455
 dw tbm_instruction-instruction_handler
1456
 db 'blsmsk',2
1457
 dw bmi_instruction-instruction_handler
1458
 db 'bndldx',1Ah
1459
 dw bndldx_instruction-instruction_handler
1460
 db 'bndmov',1Ah
1461
 dw bndmov_instruction-instruction_handler
1462
 db 'bndstx',1Bh
1463
 dw bndstx_instruction-instruction_handler
1464
 db 'clzero',0
1465
 dw clzero_instruction-instruction_handler
1466
 db 'cmovae',43h
1467
 dw bs_instruction-instruction_handler
1468
 db 'cmovbe',46h
1469
 dw bs_instruction-instruction_handler
1470
 db 'cmovge',4Dh
1471
 dw bs_instruction-instruction_handler
1472
 db 'cmovle',4Eh
1473
 dw bs_instruction-instruction_handler
1474
 db 'cmovna',46h
1475
 dw bs_instruction-instruction_handler
1476
 db 'cmovnb',43h
1477
 dw bs_instruction-instruction_handler
1478
 db 'cmovnc',43h
1479
 dw bs_instruction-instruction_handler
1480
 db 'cmovne',45h
1481
 dw bs_instruction-instruction_handler
1482
 db 'cmovng',4Eh
1483
 dw bs_instruction-instruction_handler
1484
 db 'cmovnl',4Dh
1485
 dw bs_instruction-instruction_handler
1486
 db 'cmovno',41h
1487
 dw bs_instruction-instruction_handler
1488
 db 'cmovnp',4Bh
1489
 dw bs_instruction-instruction_handler
1490
 db 'cmovns',49h
1491
 dw bs_instruction-instruction_handler
1492
 db 'cmovnz',45h
1493
 dw bs_instruction-instruction_handler
1494
 db 'cmovpe',4Ah
1495
 dw bs_instruction-instruction_handler
1496
 db 'cmovpo',4Bh
1497
 dw bs_instruction-instruction_handler
1498
 db 'comisd',2Fh
1499
 dw comisd_instruction-instruction_handler
1500
 db 'comiss',2Fh
1501
 dw comiss_instruction-instruction_handler
1502
 db 'fcmovb',0C0h
1503
 dw fcmov_instruction-instruction_handler
1504
 db 'fcmove',0C8h
1505
 dw fcmov_instruction-instruction_handler
1506
 db 'fcmovu',0D8h
1507
 dw fcmov_instruction-instruction_handler
1508
 db 'fcomip',0F0h
1509
 dw fcomip_instruction-instruction_handler
1510
 db 'fcompp',0
1511
 dw fcompp_instruction-instruction_handler
1512
 db 'fdivrp',6
1513
 dw faddp_instruction-instruction_handler
1514
 db 'ffreep',0
1515
 dw ffreep_instruction-instruction_handler
1516
 db 'ficomp',3
1517
 dw fi_instruction-instruction_handler
1518
 db 'fidivr',7
1519
 dw fi_instruction-instruction_handler
1520
 db 'fisttp',1
1521
 dw fild_instruction-instruction_handler
1522
 db 'fisubr',5
1523
 dw fi_instruction-instruction_handler
1524
 db 'fldenv',4
1525
 dw fldenv_instruction-instruction_handler
1526
 db 'fldl2e',101010b
1527
 dw simple_fpu_instruction-instruction_handler
1528
 db 'fldl2t',101001b
1529
 dw simple_fpu_instruction-instruction_handler
1530
 db 'fldlg2',101100b
1531
 dw simple_fpu_instruction-instruction_handler
1532
 db 'fldln2',101101b
1533
 dw simple_fpu_instruction-instruction_handler
1534
 db 'fnclex',0E2h
1535
 dw fninit_instruction-instruction_handler
1536
 db 'fndisi',0E1h
1537
 dw fninit_instruction-instruction_handler
1538
 db 'fninit',0E3h
1539
 dw fninit_instruction-instruction_handler
1540
 db 'fnsave',6
1541
 dw fnsave_instruction-instruction_handler
1542
 db 'fnstcw',7
1543
 dw fldcw_instruction-instruction_handler
1544
 db 'fnstsw',0
1545
 dw fnstsw_instruction-instruction_handler
1546
 db 'format',0
1547
 dw format_directive-instruction_handler
1548
 db 'fpatan',110011b
1549
 dw simple_fpu_instruction-instruction_handler
1550
 db 'fprem1',110101b
1551
 dw simple_fpu_instruction-instruction_handler
1552
 db 'frstor',4
1553
 dw fnsave_instruction-instruction_handler
1554
 db 'frstpm',0E5h
1555
 dw fninit_instruction-instruction_handler
1556
 db 'fsaved',6
1557
 dw fsave_instruction_32bit-instruction_handler
1558
 db 'fsavew',6
1559
 dw fsave_instruction_16bit-instruction_handler
1560
 db 'fscale',111101b
1561
 dw simple_fpu_instruction-instruction_handler
1562
 db 'fsetpm',0E4h
1563
 dw fninit_instruction-instruction_handler
1564
 db 'fstenv',6
1565
 dw fstenv_instruction-instruction_handler
1566
 db 'fsubrp',4
1567
 dw faddp_instruction-instruction_handler
1568
 db 'fucomi',0E8h
1569
 dw fcomi_instruction-instruction_handler
1570
 db 'fucomp',5
1571
 dw ffree_instruction-instruction_handler
1572
 db 'fxsave',0
1573
 dw fxsave_instruction-instruction_handler
1574
 db 'getsec',37h
1575
 dw simple_extended_instruction-instruction_handler
1576
 db 'haddpd',07Ch
1577
 dw sse_pd_instruction-instruction_handler
1578
 db 'haddps',07Ch
1579
 dw cvtpd2dq_instruction-instruction_handler
1580
 db 'hsubpd',07Dh
1581
 dw sse_pd_instruction-instruction_handler
1582
 db 'hsubps',07Dh
1583
 dw cvtpd2dq_instruction-instruction_handler
1584
 db 'invept',80h
1585
 dw vmx_inv_instruction-instruction_handler
1586
 db 'invlpg',0
1587
 dw invlpg_instruction-instruction_handler
1588
 db 'kandnb',42h
1589
 dw mask_instruction_b-instruction_handler
1590
 db 'kandnd',42h
1591
 dw mask_instruction_d-instruction_handler
1592
 db 'kandnq',42h
1593
 dw mask_instruction_q-instruction_handler
1594
 db 'kandnw',42h
1595
 dw mask_instruction_w-instruction_handler
1596
 db 'ktestb',99h
1597
 dw mask_instruction_single_source_b-instruction_handler
1598
 db 'ktestd',99h
1599
 dw mask_instruction_single_source_d-instruction_handler
1600
 db 'ktestq',99h
1601
 dw mask_instruction_single_source_q-instruction_handler
1602
 db 'ktestw',99h
1603
 dw mask_instruction_single_source_w-instruction_handler
1604
 db 'kxnorb',46h
1605
 dw mask_instruction_b-instruction_handler
1606
 db 'kxnord',46h
1607
 dw mask_instruction_d-instruction_handler
1608
 db 'kxnorq',46h
1609
 dw mask_instruction_q-instruction_handler
1610
 db 'kxnorw',46h
1611
 dw mask_instruction_w-instruction_handler
1612
 db 'lfence',0E8h
1613
 dw fence_instruction-instruction_handler
1614
 db 'llwpcb',0
1615
 dw llwpcb_instruction-instruction_handler
1616
 db 'looped',0E1h
1617
 dw loop_instruction_32bit-instruction_handler
1618
 db 'loopeq',0E1h
1619
 dw loop_instruction_64bit-instruction_handler
1620
 db 'loopew',0E1h
1621
 dw loop_instruction_16bit-instruction_handler
1622
 db 'loopne',0E0h
1623
 dw loop_instruction-instruction_handler
1624
 db 'loopnz',0E0h
1625
 dw loop_instruction-instruction_handler
1626
 db 'loopzd',0E1h
1627
 dw loop_instruction_32bit-instruction_handler
1628
 db 'loopzq',0E1h
1629
 dw loop_instruction_64bit-instruction_handler
1630
 db 'loopzw',0E1h
1631
 dw loop_instruction_16bit-instruction_handler
1632
 db 'lwpins',0
1633
 dw lwpins_instruction-instruction_handler
1634
 db 'lwpval',1
1635
 dw lwpins_instruction-instruction_handler
1636
 db 'mfence',0F0h
1637
 dw fence_instruction-instruction_handler
1638
 db 'movapd',28h
1639
 dw movpd_instruction-instruction_handler
1640
 db 'movaps',28h
1641
 dw movps_instruction-instruction_handler
1642
 db 'movdqa',66h
1643
 dw movdq_instruction-instruction_handler
1644
 db 'movdqu',0F3h
1645
 dw movdq_instruction-instruction_handler
1646
 db 'movhpd',16h
1647
 dw movlpd_instruction-instruction_handler
1648
 db 'movhps',16h
1649
 dw movlps_instruction-instruction_handler
1650
 db 'movlpd',12h
1651
 dw movlpd_instruction-instruction_handler
1652
 db 'movlps',12h
1653
 dw movlps_instruction-instruction_handler
1654
 db 'movnti',0C3h
1655
 dw movnti_instruction-instruction_handler
1656
 db 'movntq',0E7h
1657
 dw movntq_instruction-instruction_handler
1658
 db 'movsxd',63h
1659
 dw movsxd_instruction-instruction_handler
1660
 db 'movupd',10h
1661
 dw movpd_instruction-instruction_handler
1662
 db 'movups',10h
1663
 dw movps_instruction-instruction_handler
1664
 db 'mwaitx',0FBh
1665
 dw monitor_instruction-instruction_handler
1666
 db 'paddsb',0ECh
1667
 dw basic_mmx_instruction-instruction_handler
1668
 db 'paddsw',0EDh
1669
 dw basic_mmx_instruction-instruction_handler
1670
 db 'pextrb',14h
1671
 dw pextrb_instruction-instruction_handler
1672
 db 'pextrd',16h
1673
 dw pextrd_instruction-instruction_handler
1674
 db 'pextrq',16h
1675
 dw pextrq_instruction-instruction_handler
1676
 db 'pextrw',15h
1677
 dw pextrw_instruction-instruction_handler
1678
 db 'pfnacc',8Ah
1679
 dw amd3dnow_instruction-instruction_handler
1680
 db 'pfsubr',0AAh
1681
 dw amd3dnow_instruction-instruction_handler
1682
 db 'phaddd',2
1683
 dw ssse3_instruction-instruction_handler
1684
 db 'phaddw',1
1685
 dw ssse3_instruction-instruction_handler
1686
 db 'phsubd',6
1687
 dw ssse3_instruction-instruction_handler
1688
 db 'phsubw',5
1689
 dw ssse3_instruction-instruction_handler
1690
 db 'pinsrb',20h
1691
 dw pinsrb_instruction-instruction_handler
1692
 db 'pinsrd',22h
1693
 dw pinsrd_instruction-instruction_handler
1694
 db 'pinsrq',22h
1695
 dw pinsrq_instruction-instruction_handler
1696
 db 'pinsrw',0C4h
1697
 dw pinsrw_instruction-instruction_handler
1698
 db 'pmaxsb',3Ch
1699
 dw sse4_instruction_66_38-instruction_handler
1700
 db 'pmaxsd',3Dh
1701
 dw sse4_instruction_66_38-instruction_handler
1702
 db 'pmaxsw',0EEh
1703
 dw basic_mmx_instruction-instruction_handler
1704
 db 'pmaxub',0DEh
1705
 dw basic_mmx_instruction-instruction_handler
1706
 db 'pmaxud',3Fh
1707
 dw sse4_instruction_66_38-instruction_handler
1708
 db 'pmaxuw',3Eh
1709
 dw sse4_instruction_66_38-instruction_handler
1710
 db 'pminsb',38h
1711
 dw sse4_instruction_66_38-instruction_handler
1712
 db 'pminsd',39h
1713
 dw sse4_instruction_66_38-instruction_handler
1714
 db 'pminsw',0EAh
1715
 dw basic_mmx_instruction-instruction_handler
1716
 db 'pminub',0DAh
1717
 dw basic_mmx_instruction-instruction_handler
1718
 db 'pminud',3Bh
1719
 dw sse4_instruction_66_38-instruction_handler
1720
 db 'pminuw',3Ah
1721
 dw sse4_instruction_66_38-instruction_handler
1722
 db 'pmuldq',28h
1723
 dw sse4_instruction_66_38-instruction_handler
1724
 db 'pmulhw',0E5h
1725
 dw basic_mmx_instruction-instruction_handler
1726
 db 'pmulld',40h
1727
 dw sse4_instruction_66_38-instruction_handler
1728
 db 'pmullw',0D5h
1729
 dw basic_mmx_instruction-instruction_handler
1730
 db 'popcnt',0B8h
1731
 dw popcnt_instruction-instruction_handler
1732
 db 'psadbw',0F6h
1733
 dw basic_mmx_instruction-instruction_handler
1734
 db 'pshufb',0
1735
 dw ssse3_instruction-instruction_handler
1736
 db 'pshufd',66h
1737
 dw pshufd_instruction-instruction_handler
1738
 db 'pshufw',0
1739
 dw pshufw_instruction-instruction_handler
1740
 db 'psignb',8
1741
 dw ssse3_instruction-instruction_handler
1742
 db 'psignd',0Ah
1743
 dw ssse3_instruction-instruction_handler
1744
 db 'psignw',9
1745
 dw ssse3_instruction-instruction_handler
1746
 db 'pslldq',111b
1747
 dw pslldq_instruction-instruction_handler
1748
 db 'psmash',0FFh
1749
 dw simple_instruction_f3_0f_01-instruction_handler
1750
 db 'psrldq',011b
1751
 dw pslldq_instruction-instruction_handler
1752
 db 'psubsb',0E8h
1753
 dw basic_mmx_instruction-instruction_handler
1754
 db 'psubsw',0E9h
1755
 dw basic_mmx_instruction-instruction_handler
1756
 db 'pswapd',0BBh
1757
 dw amd3dnow_instruction-instruction_handler
1758
 db 'public',0
1759
 dw public_directive-instruction_handler
1760
 db 'pushad',60h
1761
 dw simple_instruction_32bit_except64-instruction_handler
1762
 db 'pushaw',60h
1763
 dw simple_instruction_16bit_except64-instruction_handler
1764
 db 'pushfd',9Ch
1765
 dw simple_instruction_32bit_except64-instruction_handler
1766
 db 'pushfq',9Ch
1767
 dw simple_instruction_only64-instruction_handler
1768
 db 'pushfw',9Ch
1769
 dw simple_instruction_16bit-instruction_handler
1770
 db 'rdmsrq',32h
1771
 dw simple_extended_instruction_64bit-instruction_handler
1772
 db 'rdpkru',0EEh
1773
 dw simple_instruction_0f_01-instruction_handler
1774
 db 'rdrand',110b
1775
 dw rdrand_instruction-instruction_handler
1776
 db 'rdseed',111b
1777
 dw rdrand_instruction-instruction_handler
1778
 db 'rdsspd',1
1779
 dw rdsspd_instruction-instruction_handler
1780
 db 'rdsspq',1
1781
 dw rdsspq_instruction-instruction_handler
1782
 db 'rdtscp',0F9h
1783
 dw simple_instruction_0f_01-instruction_handler
1784
 db 'repeat',0
1785
 dw repeat_directive-instruction_handler
1786
 db 'setalc',0D6h
1787
 dw simple_instruction_except64-instruction_handler
1788
 db 'setnae',92h
1789
 dw set_instruction-instruction_handler
1790
 db 'setnbe',97h
1791
 dw set_instruction-instruction_handler
1792
 db 'setnge',9Ch
1793
 dw set_instruction-instruction_handler
1794
 db 'setnle',9Fh
1795
 dw set_instruction-instruction_handler
1796
 db 'sfence',0F8h
1797
 dw fence_instruction-instruction_handler
1798
 db 'shufpd',0C6h
1799
 dw sse_pd_instruction_imm8-instruction_handler
1800
 db 'shufps',0C6h
1801
 dw sse_ps_instruction_imm8-instruction_handler
1802
 db 'skinit',0
1803
 dw skinit_instruction-instruction_handler
1804
 db 'slwpcb',1
1805
 dw llwpcb_instruction-instruction_handler
1806
 db 'sqrtpd',51h
1807
 dw sse_pd_instruction-instruction_handler
1808
 db 'sqrtps',51h
1809
 dw sse_ps_instruction-instruction_handler
1810
 db 'sqrtsd',51h
1811
 dw sse_sd_instruction-instruction_handler
1812
 db 'sqrtss',51h
1813
 dw sse_ss_instruction-instruction_handler
1814
 db 'swapgs',0F8h
1815
 dw swapgs_instruction-instruction_handler
1816
 db 'sysret',07h
1817
 dw simple_extended_instruction-instruction_handler
1818
 db 't1mskc',17h
1819
 dw tbm_instruction-instruction_handler
1820
 db 'tpause',66h
1821
 dw tpause_instruction-instruction_handler
1822
 db 'umwait',0F2h
1823
 dw tpause_instruction-instruction_handler
1824
 db 'vaddpd',58h
1825
 dw avx_pd_instruction_er-instruction_handler
1826
 db 'vaddps',58h
1827
 dw avx_ps_instruction_er-instruction_handler
1828
 db 'vaddsd',58h
1829
 dw avx_sd_instruction_er-instruction_handler
1830
 db 'vaddss',58h
1831
 dw avx_ss_instruction_er-instruction_handler
1832
 db 'vandpd',54h
1833
 dw avx_pd_instruction-instruction_handler
1834
 db 'vandps',54h
1835
 dw avx_ps_instruction-instruction_handler
1836
 db 'vcmppd',-1
1837
 dw avx_cmp_pd_instruction-instruction_handler
1838
 db 'vcmpps',-1
1839
 dw avx_cmp_ps_instruction-instruction_handler
1840
 db 'vcmpsd',-1
1841
 dw avx_cmp_sd_instruction-instruction_handler
1842
 db 'vcmpss',-1
1843
 dw avx_cmp_ss_instruction-instruction_handler
1844
 db 'vdivpd',5Eh
1845
 dw avx_pd_instruction_er-instruction_handler
1846
 db 'vdivps',5Eh
1847
 dw avx_ps_instruction_er-instruction_handler
1848
 db 'vdivsd',5Eh
1849
 dw avx_sd_instruction_er-instruction_handler
1850
 db 'vdivss',5Eh
1851
 dw avx_ss_instruction_er-instruction_handler
1852
 db 'vlddqu',0F0h
1853
 dw avx_lddqu_instruction-instruction_handler
1854
 db 'vmaxpd',5Fh
1855
 dw avx_pd_instruction_sae-instruction_handler
1856
 db 'vmaxps',5Fh
1857
 dw avx_ps_instruction_sae-instruction_handler
1858
 db 'vmaxsd',5Fh
1859
 dw avx_sd_instruction_sae-instruction_handler
1860
 db 'vmaxss',5Fh
1861
 dw avx_ss_instruction_sae-instruction_handler
1862
 db 'vmcall',0C1h
1863
 dw simple_instruction_0f_01-instruction_handler
1864
 db 'vmfunc',0D4h
1865
 dw simple_instruction_0f_01-instruction_handler
1866
 db 'vminpd',5Dh
1867
 dw avx_pd_instruction_sae-instruction_handler
1868
 db 'vminps',5Dh
1869
 dw avx_ps_instruction_sae-instruction_handler
1870
 db 'vminsd',5Dh
1871
 dw avx_sd_instruction_sae-instruction_handler
1872
 db 'vminss',5Dh
1873
 dw avx_ss_instruction_sae-instruction_handler
1874
 db 'vmload',0DAh
1875
 dw simple_svm_instruction-instruction_handler
1876
 db 'vmovsd',0
1877
 dw avx_movsd_instruction-instruction_handler
1878
 db 'vmovss',0
1879
 dw avx_movss_instruction-instruction_handler
1880
 db 'vmread',0
1881
 dw vmread_instruction-instruction_handler
1882
 db 'vmsave',0DBh
1883
 dw simple_svm_instruction-instruction_handler
1884
 db 'vmulpd',59h
1885
 dw avx_pd_instruction_er-instruction_handler
1886
 db 'vmulps',59h
1887
 dw avx_ps_instruction_er-instruction_handler
1888
 db 'vmulsd',59h
1889
 dw avx_sd_instruction_er-instruction_handler
1890
 db 'vmulss',59h
1891
 dw avx_ss_instruction_er-instruction_handler
1892
 db 'vmxoff',0C4h
1893
 dw simple_instruction_0f_01-instruction_handler
1894
 db 'vpabsb',1Ch
1895
 dw avx_single_source_bw_instruction_38-instruction_handler
1896
 db 'vpabsd',1Eh
1897
 dw avx_single_source_d_instruction_38-instruction_handler
1898
 db 'vpabsq',1Fh
1899
 dw avx_single_source_q_instruction_38_evex-instruction_handler
1900
 db 'vpabsw',1Dh
1901
 dw avx_single_source_bw_instruction_38-instruction_handler
1902
 db 'vpaddb',0FCh
1903
 dw avx_bw_instruction-instruction_handler
1904
 db 'vpaddd',0FEh
1905
 dw avx_d_instruction-instruction_handler
1906
 db 'vpaddq',0D4h
1907
 dw avx_q_instruction-instruction_handler
1908
 db 'vpaddw',0FDh
1909
 dw avx_bw_instruction-instruction_handler
1910
 db 'vpandd',0DBh
1911
 dw avx_d_instruction_evex-instruction_handler
1912
 db 'vpandn',0DFh
1913
 dw avx_pd_instruction_noevex-instruction_handler
1914
 db 'vpandq',0DBh
1915
 dw avx_q_instruction_evex-instruction_handler
1916
 db 'vpavgb',0E0h
1917
 dw avx_bw_instruction-instruction_handler
1918
 db 'vpavgw',0E3h
1919
 dw avx_bw_instruction-instruction_handler
1920
 db 'vpcmov',0A2h
1921
 dw vpcmov_instruction-instruction_handler
1922
 db 'vpcmpb',-1
1923
 dw avx512_cmp_b_instruction-instruction_handler
1924
 db 'vpcmpd',-1
1925
 dw avx512_cmp_d_instruction-instruction_handler
1926
 db 'vpcmpq',-1
1927
 dw avx512_cmp_q_instruction-instruction_handler
1928
 db 'vpcmpw',-1
1929
 dw avx512_cmp_w_instruction-instruction_handler
1930
 db 'vpcomb',-1
1931
 dw xop_pcom_b_instruction-instruction_handler
1932
 db 'vpcomd',-1
1933
 dw xop_pcom_d_instruction-instruction_handler
1934
 db 'vpcomq',-1
1935
 dw xop_pcom_q_instruction-instruction_handler
1936
 db 'vpcomw',-1
1937
 dw xop_pcom_w_instruction-instruction_handler
1938
 db 'vpermb',8Dh
1939
 dw avx_bw_instruction_38_evex-instruction_handler
1940
 db 'vpermd',36h
1941
 dw avx_permd_instruction-instruction_handler
1942
 db 'vpermq',0
1943
 dw avx_permq_instruction-instruction_handler
1944
 db 'vpermw',8Dh
1945
 dw avx_bw_instruction_38_w1_evex-instruction_handler
1946
 db 'vpperm',0A3h
1947
 dw xop_128bit_instruction-instruction_handler
1948
 db 'vprold',1
1949
 dw avx512_rotate_d_instruction-instruction_handler
1950
 db 'vprolq',1
1951
 dw avx512_rotate_q_instruction-instruction_handler
1952
 db 'vprord',0
1953
 dw avx512_rotate_d_instruction-instruction_handler
1954
 db 'vprorq',0
1955
 dw avx512_rotate_q_instruction-instruction_handler
1956
 db 'vprotb',90h
1957
 dw xop_shift_instruction-instruction_handler
1958
 db 'vprotd',92h
1959
 dw xop_shift_instruction-instruction_handler
1960
 db 'vprotq',93h
1961
 dw xop_shift_instruction-instruction_handler
1962
 db 'vprotw',91h
1963
 dw xop_shift_instruction-instruction_handler
1964
 db 'vpshab',98h
1965
 dw xop_shift_instruction-instruction_handler
1966
 db 'vpshad',9Ah
1967
 dw xop_shift_instruction-instruction_handler
1968
 db 'vpshaq',9Bh
1969
 dw xop_shift_instruction-instruction_handler
1970
 db 'vpshaw',99h
1971
 dw xop_shift_instruction-instruction_handler
1972
 db 'vpshlb',94h
1973
 dw xop_shift_instruction-instruction_handler
1974
 db 'vpshld',96h
1975
 dw xop_shift_instruction-instruction_handler
1976
 db 'vpshlq',97h
1977
 dw xop_shift_instruction-instruction_handler
1978
 db 'vpshlw',95h
1979
 dw xop_shift_instruction-instruction_handler
1980
 db 'vpslld',0F2h
1981
 dw avx_shift_d_instruction-instruction_handler
1982
 db 'vpsllq',0F3h
1983
 dw avx_shift_q_instruction-instruction_handler
1984
 db 'vpsllw',0F1h
1985
 dw avx_shift_bw_instruction-instruction_handler
1986
 db 'vpsrad',0E2h
1987
 dw avx_shift_d_instruction-instruction_handler
1988
 db 'vpsraq',0E2h
1989
 dw avx_shift_q_instruction_evex-instruction_handler
1990
 db 'vpsraw',0E1h
1991
 dw avx_shift_bw_instruction-instruction_handler
1992
 db 'vpsrld',0D2h
1993
 dw avx_shift_d_instruction-instruction_handler
1994
 db 'vpsrlq',0D3h
1995
 dw avx_shift_q_instruction-instruction_handler
1996
 db 'vpsrlw',0D1h
1997
 dw avx_shift_bw_instruction-instruction_handler
1998
 db 'vpsubb',0F8h
1999
 dw avx_bw_instruction-instruction_handler
2000
 db 'vpsubd',0FAh
2001
 dw avx_d_instruction-instruction_handler
2002
 db 'vpsubq',0FBh
2003
 dw avx_q_instruction-instruction_handler
2004
 db 'vpsubw',0F9h
2005
 dw avx_bw_instruction-instruction_handler
2006
 db 'vptest',17h
2007
 dw avx_single_source_instruction_38_noevex-instruction_handler
2008
 db 'vpxord',0EFh
2009
 dw avx_d_instruction_evex-instruction_handler
2010
 db 'vpxorq',0EFh
2011
 dw avx_q_instruction_evex-instruction_handler
2012
 db 'vrcpps',53h
2013
 dw avx_single_source_ps_instruction_noevex-instruction_handler
2014
 db 'vrcpss',53h
2015
 dw avx_ss_instruction_noevex-instruction_handler
2016
 db 'vsubpd',5Ch
2017
 dw avx_pd_instruction_er-instruction_handler
2018
 db 'vsubps',5Ch
2019
 dw avx_ps_instruction_er-instruction_handler
2020
 db 'vsubsd',5Ch
2021
 dw avx_sd_instruction_er-instruction_handler
2022
 db 'vsubss',5Ch
2023
 dw avx_ss_instruction_er-instruction_handler
2024
 db 'vxorpd',57h
2025
 dw avx_pd_instruction-instruction_handler
2026
 db 'vxorps',57h
2027
 dw avx_ps_instruction-instruction_handler
2028
 db 'wbinvd',9
2029
 dw simple_extended_instruction-instruction_handler
2030
 db 'wrmsrq',30h
2031
 dw simple_extended_instruction_64bit-instruction_handler
2032
 db 'wrpkru',0EFh
2033
 dw simple_instruction_0f_01-instruction_handler
2034
 db 'wrussd',0F5h
2035
 dw wrussd_instruction-instruction_handler
2036
 db 'wrussq',0F5h
2037
 dw wrussq_instruction-instruction_handler
2038
 db 'xabort',0
2039
 dw xabort_instruction-instruction_handler
2040
 db 'xbegin',0
2041
 dw xbegin_instruction-instruction_handler
2042
 db 'xgetbv',0D0h
2043
 dw simple_instruction_0f_01-instruction_handler
2044
 db 'xrstor',101b
2045
 dw fxsave_instruction-instruction_handler
2046
 db 'xsavec',4
2047
 dw xsaves_instruction-instruction_handler
2048
 db 'xsaves',5
2049
 dw xsaves_instruction-instruction_handler
2050
 db 'xsetbv',0D1h
2051
 dw simple_instruction_0f_01-instruction_handler
2052
instructions_7:
2053
 db 'blcfill',11h
2054
 dw tbm_instruction-instruction_handler
2055
 db 'blendpd',0Dh
2056
 dw sse4_instruction_66_3a_imm8-instruction_handler
2057
 db 'blendps',0Ch
2058
 dw sse4_instruction_66_3a_imm8-instruction_handler
2059
 db 'blsfill',12h
2060
 dw tbm_instruction-instruction_handler
2061
 db 'clflush',111b
2062
 dw clflush_instruction-instruction_handler
2063
 db 'cmovnae',42h
2064
 dw bs_instruction-instruction_handler
2065
 db 'cmovnbe',47h
2066
 dw bs_instruction-instruction_handler
2067
 db 'cmovnge',4Ch
2068
 dw bs_instruction-instruction_handler
2069
 db 'cmovnle',4Fh
2070
 dw bs_instruction-instruction_handler
2071
 db 'cmpeqpd',0
2072
 dw cmp_pd_instruction-instruction_handler
2073
 db 'cmpeqps',0
2074
 dw cmp_ps_instruction-instruction_handler
2075
 db 'cmpeqsd',0
2076
 dw cmp_sd_instruction-instruction_handler
2077
 db 'cmpeqss',0
2078
 dw cmp_ss_instruction-instruction_handler
2079
 db 'cmplepd',2
2080
 dw cmp_pd_instruction-instruction_handler
2081
 db 'cmpleps',2
2082
 dw cmp_ps_instruction-instruction_handler
2083
 db 'cmplesd',2
2084
 dw cmp_sd_instruction-instruction_handler
2085
 db 'cmpless',2
2086
 dw cmp_ss_instruction-instruction_handler
2087
 db 'cmpltpd',1
2088
 dw cmp_pd_instruction-instruction_handler
2089
 db 'cmpltps',1
2090
 dw cmp_ps_instruction-instruction_handler
2091
 db 'cmpltsd',1
2092
 dw cmp_sd_instruction-instruction_handler
2093
 db 'cmpltss',1
2094
 dw cmp_ss_instruction-instruction_handler
2095
 db 'cmpxchg',0B0h
2096
 dw basic_486_instruction-instruction_handler
2097
 db 'display',0
2098
 dw display_directive-instruction_handler
2099
 db 'endbr32',0FBh
2100
 dw endbr_instruction-instruction_handler
2101
 db 'endbr64',0FAh
2102
 dw endbr_instruction-instruction_handler
2103
 db 'fcmovbe',0D0h
2104
 dw fcmov_instruction-instruction_handler
2105
 db 'fcmovnb',0C0h
2106
 dw fcomi_instruction-instruction_handler
2107
 db 'fcmovne',0C8h
2108
 dw fcomi_instruction-instruction_handler
2109
 db 'fcmovnu',0D8h
2110
 dw fcomi_instruction-instruction_handler
2111
 db 'fdecstp',110110b
2112
 dw simple_fpu_instruction-instruction_handler
2113
 db 'fincstp',110111b
2114
 dw simple_fpu_instruction-instruction_handler
2115
 db 'fldenvd',4
2116
 dw fldenv_instruction_32bit-instruction_handler
2117
 db 'fldenvw',4
2118
 dw fldenv_instruction_16bit-instruction_handler
2119
 db 'fnsaved',6
2120
 dw fnsave_instruction_32bit-instruction_handler
2121
 db 'fnsavew',6
2122
 dw fnsave_instruction_16bit-instruction_handler
2123
 db 'fnstenv',6
2124
 dw fldenv_instruction-instruction_handler
2125
 db 'frndint',111100b
2126
 dw simple_fpu_instruction-instruction_handler
2127
 db 'frstord',4
2128
 dw fnsave_instruction_32bit-instruction_handler
2129
 db 'frstorw',4
2130
 dw fnsave_instruction_16bit-instruction_handler
2131
 db 'fsincos',111011b
2132
 dw simple_fpu_instruction-instruction_handler
2133
 db 'fstenvd',6
2134
 dw fstenv_instruction_32bit-instruction_handler
2135
 db 'fstenvw',6
2136
 dw fstenv_instruction_16bit-instruction_handler
2137
 db 'fucomip',0E8h
2138
 dw fcomip_instruction-instruction_handler
2139
 db 'fucompp',0
2140
 dw fucompp_instruction-instruction_handler
2141
 db 'fxrstor',1
2142
 dw fxsave_instruction-instruction_handler
2143
 db 'fxtract',110100b
2144
 dw simple_fpu_instruction-instruction_handler
2145
 db 'fyl2xp1',111001b
2146
 dw simple_fpu_instruction-instruction_handler
2147
 db 'incsspd',5
2148
 dw incsspd_instruction-instruction_handler
2149
 db 'incsspq',5
2150
 dw incsspq_instruction-instruction_handler
2151
 db 'insertq',0
2152
 dw insertq_instruction-instruction_handler
2153
 db 'invlpga',0DFh
2154
 dw invlpga_instruction-instruction_handler
2155
 db 'invlpgb',0FEh
7859 leency 2156
 dw simple_instruction_0f_01-instruction_handler
2157
 db 'invpcid',82h
7836 leency 2158
 dw vmx_inv_instruction-instruction_handler
2159
 db 'invvpid',81h
2160
 dw vmx_inv_instruction-instruction_handler
2161
 db 'ldmxcsr',10b
2162
 dw stmxcsr_instruction-instruction_handler
2163
 db 'loopned',0E0h
2164
 dw loop_instruction_32bit-instruction_handler
2165
 db 'loopneq',0E0h
2166
 dw loop_instruction_64bit-instruction_handler
2167
 db 'loopnew',0E0h
2168
 dw loop_instruction_16bit-instruction_handler
2169
 db 'loopnzd',0E0h
2170
 dw loop_instruction_32bit-instruction_handler
2171
 db 'loopnzq',0E0h
2172
 dw loop_instruction_64bit-instruction_handler
2173
 db 'loopnzw',0E0h
2174
 dw loop_instruction_16bit-instruction_handler
2175
 db 'mcommit',0FAh
2176
 dw simple_instruction_f3_0f_01-instruction_handler
2177
 db 'monitor',0C8h
2178
 dw monitor_instruction-instruction_handler
2179
 db 'movddup',12h
2180
 dw sse_sd_instruction-instruction_handler
2181
 db 'movdiri',0F9h
2182
 dw movdiri_instruction-instruction_handler
2183
 db 'movdq2q',0
2184
 dw movdq2q_instruction-instruction_handler
2185
 db 'movhlps',12h
2186
 dw movhlps_instruction-instruction_handler
2187
 db 'movlhps',16h
2188
 dw movhlps_instruction-instruction_handler
2189
 db 'movntdq',0E7h
2190
 dw movntpd_instruction-instruction_handler
2191
 db 'movntpd',2Bh
2192
 dw movntpd_instruction-instruction_handler
2193
 db 'movntps',2Bh
2194
 dw movntps_instruction-instruction_handler
2195
 db 'movntsd',2Bh
2196
 dw movntsd_instruction-instruction_handler
2197
 db 'movntss',2Bh
2198
 dw movntss_instruction-instruction_handler
2199
 db 'movq2dq',0
2200
 dw movq2dq_instruction-instruction_handler
2201
 db 'mpsadbw',42h
2202
 dw sse4_instruction_66_3a_imm8-instruction_handler
2203
 db 'paddusb',0DCh
2204
 dw basic_mmx_instruction-instruction_handler
2205
 db 'paddusw',0DDh
2206
 dw basic_mmx_instruction-instruction_handler
2207
 db 'palignr',0
2208
 dw palignr_instruction-instruction_handler
2209
 db 'pavgusb',0BFh
2210
 dw amd3dnow_instruction-instruction_handler
2211
 db 'pblendw',0Eh
2212
 dw sse4_instruction_66_3a_imm8-instruction_handler
2213
 db 'pcmpeqb',74h
2214
 dw basic_mmx_instruction-instruction_handler
2215
 db 'pcmpeqd',76h
2216
 dw basic_mmx_instruction-instruction_handler
2217
 db 'pcmpeqq',29h
2218
 dw sse4_instruction_66_38-instruction_handler
2219
 db 'pcmpeqw',75h
2220
 dw basic_mmx_instruction-instruction_handler
2221
 db 'pcmpgtb',64h
2222
 dw basic_mmx_instruction-instruction_handler
2223
 db 'pcmpgtd',66h
2224
 dw basic_mmx_instruction-instruction_handler
2225
 db 'pcmpgtq',37h
2226
 dw sse4_instruction_66_38-instruction_handler
2227
 db 'pcmpgtw',65h
2228
 dw basic_mmx_instruction-instruction_handler
2229
 db 'pcommit',0F8h
2230
 dw pcommit_instruction-instruction_handler
2231
 db 'pconfig',0C5h
2232
 dw pconfig_instruction-instruction_handler
2233
 db 'pfcmpeq',0B0h
2234
 dw amd3dnow_instruction-instruction_handler
2235
 db 'pfcmpge',90h
2236
 dw amd3dnow_instruction-instruction_handler
2237
 db 'pfcmpgt',0A0h
2238
 dw amd3dnow_instruction-instruction_handler
2239
 db 'pfpnacc',8Eh
2240
 dw amd3dnow_instruction-instruction_handler
2241
 db 'pfrsqrt',97h
2242
 dw amd3dnow_instruction-instruction_handler
2243
 db 'phaddsw',3
2244
 dw ssse3_instruction-instruction_handler
2245
 db 'phsubsw',7
2246
 dw ssse3_instruction-instruction_handler
2247
 db 'pmaddwd',0F5h
2248
 dw basic_mmx_instruction-instruction_handler
2249
 db 'pmulhrw',0B7h
2250
 dw amd3dnow_instruction-instruction_handler
2251
 db 'pmulhuw',0E4h
2252
 dw basic_mmx_instruction-instruction_handler
2253
 db 'pmuludq',0F4h
2254
 dw basic_mmx_instruction-instruction_handler
2255
 db 'pshufhw',0F3h
2256
 dw pshufd_instruction-instruction_handler
2257
 db 'pshuflw',0F2h
2258
 dw pshufd_instruction-instruction_handler
2259
 db 'psubusb',0D8h
2260
 dw basic_mmx_instruction-instruction_handler
2261
 db 'psubusw',0D9h
2262
 dw basic_mmx_instruction-instruction_handler
2263
 db 'ptwrite',4
2264
 dw ptwrite_instruction-instruction_handler
2265
 db 'roundpd',9
2266
 dw sse4_instruction_66_3a_imm8-instruction_handler
2267
 db 'roundps',8
2268
 dw sse4_instruction_66_3a_imm8-instruction_handler
2269
 db 'roundsd',0Bh
2270
 dw sse4_sd_instruction_66_3a_imm8-instruction_handler
2271
 db 'roundss',0Ah
2272
 dw sse4_ss_instruction_66_3a_imm8-instruction_handler
2273
 db 'rsqrtps',52h
2274
 dw sse_ps_instruction-instruction_handler
2275
 db 'rsqrtss',52h
2276
 dw sse_ss_instruction-instruction_handler
2277
 db 'section',0
2278
 dw section_directive-instruction_handler
2279
 db 'segment',0
2280
 dw segment_directive-instruction_handler
2281
 db 'stmxcsr',11b
2282
 dw stmxcsr_instruction-instruction_handler
2283
 db 'syscall',05h
2284
 dw simple_extended_instruction-instruction_handler
2285
 db 'sysexit',35h
2286
 dw simple_extended_instruction-instruction_handler
2287
 db 'sysretq',07h
2288
 dw simple_extended_instruction_64bit-instruction_handler
2289
 db 'tlbsync',0FFh
7859 leency 2290
 dw simple_instruction_0f_01-instruction_handler
2291
 db 'ucomisd',2Eh
7836 leency 2292
 dw comisd_instruction-instruction_handler
2293
 db 'ucomiss',2Eh
2294
 dw comiss_instruction-instruction_handler
2295
 db 'vaesdec',0DEh
2296
 dw avx_instruction_38_nomask-instruction_handler
2297
 db 'vaesenc',0DCh
2298
 dw avx_instruction_38_nomask-instruction_handler
2299
 db 'vaesimc',0DBh
2300
 dw avx_single_source_128bit_instruction_38_noevex-instruction_handler
2301
 db 'valignd',3
2302
 dw avx_d_instruction_3a_imm8_evex-instruction_handler
2303
 db 'valignq',3
2304
 dw avx_q_instruction_3a_imm8_evex-instruction_handler
2305
 db 'vandnpd',55h
2306
 dw avx_pd_instruction-instruction_handler
2307
 db 'vandnps',55h
2308
 dw avx_ps_instruction-instruction_handler
2309
 db 'vcomisd',2Fh
2310
 dw avx_comisd_instruction-instruction_handler
2311
 db 'vcomiss',2Fh
2312
 dw avx_comiss_instruction-instruction_handler
2313
 db 'vexp2pd',0C8h
2314
 dw avx512_exp2pd_instruction-instruction_handler
2315
 db 'vexp2ps',0C8h
2316
 dw avx512_exp2ps_instruction-instruction_handler
2317
 db 'vfrczpd',81h
2318
 dw xop_single_source_instruction-instruction_handler
2319
 db 'vfrczps',80h
2320
 dw xop_single_source_instruction-instruction_handler
2321
 db 'vfrczsd',83h
2322
 dw xop_single_source_sd_instruction-instruction_handler
2323
 db 'vfrczss',82h
2324
 dw xop_single_source_ss_instruction-instruction_handler
2325
 db 'vhaddpd',07Ch
2326
 dw avx_pd_instruction_noevex-instruction_handler
2327
 db 'vhaddps',07Ch
2328
 dw avx_ps_instruction_noevex-instruction_handler
2329
 db 'vhsubpd',07Dh
2330
 dw avx_pd_instruction_noevex-instruction_handler
2331
 db 'vhsubps',07Dh
2332
 dw avx_ps_instruction_noevex-instruction_handler
2333
 db 'virtual',0
2334
 dw virtual_directive-instruction_handler
2335
 db 'vmclear',6
2336
 dw vmclear_instruction-instruction_handler
2337
 db 'vmmcall',0D9h
2338
 dw simple_instruction_0f_01-instruction_handler
2339
 db 'vmovapd',28h
2340
 dw avx_movpd_instruction-instruction_handler
2341
 db 'vmovaps',28h
2342
 dw avx_movps_instruction-instruction_handler
2343
 db 'vmovdqa',6Fh
2344
 dw avx_movdqa_instruction-instruction_handler
2345
 db 'vmovdqu',6Fh
2346
 dw avx_movdqu_instruction-instruction_handler
2347
 db 'vmovhpd',16h
2348
 dw avx_movlpd_instruction-instruction_handler
2349
 db 'vmovhps',16h
2350
 dw avx_movlps_instruction-instruction_handler
2351
 db 'vmovlpd',12h
2352
 dw avx_movlpd_instruction-instruction_handler
2353
 db 'vmovlps',12h
2354
 dw avx_movlps_instruction-instruction_handler
2355
 db 'vmovupd',10h
2356
 dw avx_movpd_instruction-instruction_handler
2357
 db 'vmovups',10h
2358
 dw avx_movps_instruction-instruction_handler
2359
 db 'vmptrld',6
2360
 dw vmx_instruction-instruction_handler
2361
 db 'vmptrst',7
2362
 dw vmx_instruction-instruction_handler
2363
 db 'vmwrite',0
2364
 dw vmwrite_instruction-instruction_handler
2365
 db 'vpaddsb',0ECh
2366
 dw avx_bw_instruction-instruction_handler
2367
 db 'vpaddsw',0EDh
2368
 dw avx_bw_instruction-instruction_handler
2369
 db 'vpandnd',0DFh
2370
 dw avx_d_instruction_evex-instruction_handler
2371
 db 'vpandnq',0DFh
2372
 dw avx_q_instruction_evex-instruction_handler
2373
 db 'vpcmpub',-1
2374
 dw avx512_cmp_ub_instruction-instruction_handler
2375
 db 'vpcmpud',-1
2376
 dw avx512_cmp_ud_instruction-instruction_handler
2377
 db 'vpcmpuq',-1
2378
 dw avx512_cmp_uq_instruction-instruction_handler
2379
 db 'vpcmpuw',-1
2380
 dw avx512_cmp_uw_instruction-instruction_handler
2381
 db 'vpcomub',-1
2382
 dw xop_pcom_ub_instruction-instruction_handler
2383
 db 'vpcomud',-1
2384
 dw xop_pcom_ud_instruction-instruction_handler
2385
 db 'vpcomuq',-1
2386
 dw xop_pcom_uq_instruction-instruction_handler
2387
 db 'vpcomuw',-1
2388
 dw xop_pcom_uw_instruction-instruction_handler
2389
 db 'vpermpd',1
2390
 dw avx_permq_instruction-instruction_handler
2391
 db 'vpermps',16h
2392
 dw avx_permd_instruction-instruction_handler
2393
 db 'vpextrb',14h
2394
 dw avx_extract_b_instruction-instruction_handler
2395
 db 'vpextrd',16h
2396
 dw avx_extract_d_instruction-instruction_handler
2397
 db 'vpextrq',16h
2398
 dw avx_extract_q_instruction-instruction_handler
2399
 db 'vpextrw',15h
2400
 dw avx_extract_w_instruction-instruction_handler
2401
 db 'vphaddd',2
2402
 dw avx_pi_instruction_38_noevex-instruction_handler
2403
 db 'vphaddw',1
2404
 dw avx_pi_instruction_38_noevex-instruction_handler
2405
 db 'vphsubd',6
2406
 dw avx_pi_instruction_38_noevex-instruction_handler
2407
 db 'vphsubw',5
2408
 dw avx_pi_instruction_38_noevex-instruction_handler
2409
 db 'vpinsrb',20h
2410
 dw avx_pinsrb_instruction-instruction_handler
2411
 db 'vpinsrd',22h
2412
 dw avx_pinsrd_instruction-instruction_handler
2413
 db 'vpinsrq',22h
2414
 dw avx_pinsrq_instruction-instruction_handler
2415
 db 'vpinsrw',0C4h
2416
 dw avx_pinsrw_instruction-instruction_handler
2417
 db 'vpmaxsb',3Ch
2418
 dw avx_bw_instruction_38-instruction_handler
2419
 db 'vpmaxsd',3Dh
2420
 dw avx_d_instruction_38-instruction_handler
2421
 db 'vpmaxsq',3Dh
2422
 dw avx_q_instruction_38_evex-instruction_handler
2423
 db 'vpmaxsw',0EEh
2424
 dw avx_bw_instruction-instruction_handler
2425
 db 'vpmaxub',0DEh
2426
 dw avx_bw_instruction-instruction_handler
2427
 db 'vpmaxud',3Fh
2428
 dw avx_d_instruction_38-instruction_handler
2429
 db 'vpmaxuq',3Fh
2430
 dw avx_q_instruction_38_evex-instruction_handler
2431
 db 'vpmaxuw',3Eh
2432
 dw avx_bw_instruction_38-instruction_handler
2433
 db 'vpminsb',38h
2434
 dw avx_bw_instruction_38-instruction_handler
2435
 db 'vpminsd',39h
2436
 dw avx_d_instruction_38-instruction_handler
2437
 db 'vpminsq',39h
2438
 dw avx_q_instruction_38_evex-instruction_handler
2439
 db 'vpminsw',0EAh
2440
 dw avx_bw_instruction-instruction_handler
2441
 db 'vpminub',0DAh
2442
 dw avx_bw_instruction-instruction_handler
2443
 db 'vpminud',3Bh
2444
 dw avx_d_instruction_38-instruction_handler
2445
 db 'vpminuq',3Bh
2446
 dw avx_q_instruction_38_evex-instruction_handler
2447
 db 'vpminuw',3Ah
2448
 dw avx_bw_instruction_38-instruction_handler
2449
 db 'vpmovdb',31h
2450
 dw avx512_pmovdb_instruction-instruction_handler
2451
 db 'vpmovdw',33h
2452
 dw avx512_pmovwb_instruction-instruction_handler
2453
 db 'vpmovqb',32h
2454
 dw avx512_pmovqb_instruction-instruction_handler
2455
 db 'vpmovqd',35h
2456
 dw avx512_pmovwb_instruction-instruction_handler
2457
 db 'vpmovqw',34h
2458
 dw avx512_pmovdb_instruction-instruction_handler
2459
 db 'vpmovwb',30h
2460
 dw avx512_pmovwb_instruction-instruction_handler
2461
 db 'vpmuldq',28h
2462
 dw avx_q_instruction_38-instruction_handler
2463
 db 'vpmulhw',0E5h
2464
 dw avx_bw_instruction-instruction_handler
2465
 db 'vpmulld',40h
2466
 dw avx_d_instruction_38-instruction_handler
2467
 db 'vpmullq',40h
2468
 dw avx_q_instruction_38_evex-instruction_handler
2469
 db 'vpmullw',0D5h
2470
 dw avx_bw_instruction-instruction_handler
2471
 db 'vprolvd',15h
2472
 dw avx_d_instruction_38_evex-instruction_handler
2473
 db 'vprolvq',15h
2474
 dw avx_q_instruction_38_evex-instruction_handler
2475
 db 'vprorvd',14h
2476
 dw avx_d_instruction_38_evex-instruction_handler
2477
 db 'vprorvq',14h
2478
 dw avx_q_instruction_38_evex-instruction_handler
2479
 db 'vpsadbw',0F6h
2480
 dw avx_bw_instruction-instruction_handler
2481
 db 'vpshldd',71h
2482
 dw avx_d_instruction_3a_imm8_evex-instruction_handler
2483
 db 'vpshldq',71h
2484
 dw avx_q_instruction_3a_imm8_evex-instruction_handler
2485
 db 'vpshldw',70h
2486
 dw avx_bw_instruction_3a_imm8_w1_evex-instruction_handler
2487
 db 'vpshrdd',73h
2488
 dw avx_d_instruction_3a_imm8_evex-instruction_handler
2489
 db 'vpshrdq',73h
2490
 dw avx_q_instruction_3a_imm8_evex-instruction_handler
2491
 db 'vpshrdw',72h
2492
 dw avx_bw_instruction_3a_imm8_w1_evex-instruction_handler
2493
 db 'vpshufb',0
2494
 dw avx_bw_instruction_38-instruction_handler
2495
 db 'vpshufd',70h
2496
 dw avx_single_source_d_instruction_imm8-instruction_handler
2497
 db 'vpsignb',8
2498
 dw avx_pi_instruction_38_noevex-instruction_handler
2499
 db 'vpsignd',0Ah
2500
 dw avx_pi_instruction_38_noevex-instruction_handler
2501
 db 'vpsignw',9
2502
 dw avx_pi_instruction_38_noevex-instruction_handler
2503
 db 'vpslldq',111b
2504
 dw avx_shift_dq_instruction-instruction_handler
2505
 db 'vpsllvd',47h
2506
 dw avx_d_instruction_38-instruction_handler
2507
 db 'vpsllvq',47h
2508
 dw avx_q_instruction_38_w1-instruction_handler
2509
 db 'vpsllvw',12h
2510
 dw avx_bw_instruction_38_w1_evex-instruction_handler
2511
 db 'vpsravd',46h
2512
 dw avx_d_instruction_38-instruction_handler
2513
 db 'vpsravq',46h
2514
 dw avx_q_instruction_38_w1_evex-instruction_handler
2515
 db 'vpsravw',11h
2516
 dw avx_bw_instruction_38_w1_evex-instruction_handler
2517
 db 'vpsrldq',011b
2518
 dw avx_shift_dq_instruction-instruction_handler
2519
 db 'vpsrlvd',45h
2520
 dw avx_d_instruction_38-instruction_handler
2521
 db 'vpsrlvq',45h
2522
 dw avx_q_instruction_38_w1-instruction_handler
2523
 db 'vpsrlvw',10h
2524
 dw avx_bw_instruction_38_w1_evex-instruction_handler
2525
 db 'vpsubsb',0E8h
2526
 dw avx_bw_instruction-instruction_handler
2527
 db 'vpsubsw',0E9h
2528
 dw avx_bw_instruction-instruction_handler
2529
 db 'vshufpd',0C6h
2530
 dw avx_pd_instruction_imm8-instruction_handler
2531
 db 'vshufps',0C6h
2532
 dw avx_ps_instruction_imm8-instruction_handler
2533
 db 'vsqrtpd',51h
2534
 dw avx_single_source_pd_instruction_er-instruction_handler
2535
 db 'vsqrtps',51h
2536
 dw avx_single_source_ps_instruction_er-instruction_handler
2537
 db 'vsqrtsd',51h
2538
 dw avx_sd_instruction_er-instruction_handler
2539
 db 'vsqrtss',51h
2540
 dw avx_ss_instruction_er-instruction_handler
2541
 db 'vtestpd',0Fh
2542
 dw avx_single_source_instruction_38_noevex-instruction_handler
2543
 db 'vtestps',0Eh
2544
 dw avx_single_source_instruction_38_noevex-instruction_handler
2545
 db 'xrstors',3
2546
 dw xsaves_instruction-instruction_handler
2547
 db 'xsave64',100b
2548
 dw fxsave_instruction_64bit-instruction_handler
2549
instructions_8:
2550
 db 'addsubpd',0D0h
2551
 dw sse_pd_instruction-instruction_handler
2552
 db 'addsubps',0D0h
2553
 dw cvtpd2dq_instruction-instruction_handler
2554
 db 'blendvpd',15h
2555
 dw sse4_instruction_66_38_xmm0-instruction_handler
2556
 db 'blendvps',14h
2557
 dw sse4_instruction_66_38_xmm0-instruction_handler
2558
 db 'cldemote',0
2559
 dw cldemote_instruction-instruction_handler
2560
 db 'clrssbsy',6
2561
 dw clrssbsy_instruction-instruction_handler
2562
 db 'cmpneqpd',4
2563
 dw cmp_pd_instruction-instruction_handler
2564
 db 'cmpneqps',4
2565
 dw cmp_ps_instruction-instruction_handler
2566
 db 'cmpneqsd',4
2567
 dw cmp_sd_instruction-instruction_handler
2568
 db 'cmpneqss',4
2569
 dw cmp_ss_instruction-instruction_handler
2570
 db 'cmpnlepd',6
2571
 dw cmp_pd_instruction-instruction_handler
2572
 db 'cmpnleps',6
2573
 dw cmp_ps_instruction-instruction_handler
2574
 db 'cmpnlesd',6
2575
 dw cmp_sd_instruction-instruction_handler
2576
 db 'cmpnless',6
2577
 dw cmp_ss_instruction-instruction_handler
2578
 db 'cmpnltpd',5
2579
 dw cmp_pd_instruction-instruction_handler
2580
 db 'cmpnltps',5
2581
 dw cmp_ps_instruction-instruction_handler
2582
 db 'cmpnltsd',5
2583
 dw cmp_sd_instruction-instruction_handler
2584
 db 'cmpnltss',5
2585
 dw cmp_ss_instruction-instruction_handler
2586
 db 'cmpordpd',7
2587
 dw cmp_pd_instruction-instruction_handler
2588
 db 'cmpordps',7
2589
 dw cmp_ps_instruction-instruction_handler
2590
 db 'cmpordsd',7
2591
 dw cmp_sd_instruction-instruction_handler
2592
 db 'cmpordss',7
2593
 dw cmp_ss_instruction-instruction_handler
2594
 db 'cvtdq2pd',0E6h
2595
 dw cvtdq2pd_instruction-instruction_handler
2596
 db 'cvtdq2ps',5Bh
2597
 dw sse_ps_instruction-instruction_handler
2598
 db 'cvtpd2dq',0E6h
2599
 dw cvtpd2dq_instruction-instruction_handler
2600
 db 'cvtpd2pi',2Dh
2601
 dw cvtpd2pi_instruction-instruction_handler
2602
 db 'cvtpd2ps',5Ah
2603
 dw sse_pd_instruction-instruction_handler
2604
 db 'cvtpi2pd',2Ah
2605
 dw cvtpi2pd_instruction-instruction_handler
2606
 db 'cvtpi2ps',2Ah
2607
 dw cvtpi2ps_instruction-instruction_handler
2608
 db 'cvtps2dq',5Bh
2609
 dw sse_pd_instruction-instruction_handler
2610
 db 'cvtps2pd',5Ah
2611
 dw cvtps2pd_instruction-instruction_handler
2612
 db 'cvtps2pi',2Dh
2613
 dw cvtps2pi_instruction-instruction_handler
2614
 db 'cvtsd2si',2Dh
2615
 dw cvtsd2si_instruction-instruction_handler
2616
 db 'cvtsd2ss',5Ah
2617
 dw sse_sd_instruction-instruction_handler
2618
 db 'cvtsi2sd',2Ah
2619
 dw cvtsi2sd_instruction-instruction_handler
2620
 db 'cvtsi2ss',2Ah
2621
 dw cvtsi2ss_instruction-instruction_handler
2622
 db 'cvtss2sd',5Ah
2623
 dw sse_ss_instruction-instruction_handler
2624
 db 'cvtss2si',2Dh
2625
 dw cvtss2si_instruction-instruction_handler
2626
 db 'fcmovnbe',0D0h
2627
 dw fcomi_instruction-instruction_handler
2628
 db 'fnstenvd',6
2629
 dw fldenv_instruction_32bit-instruction_handler
2630
 db 'fnstenvw',6
2631
 dw fldenv_instruction_16bit-instruction_handler
2632
 db 'fxsave64',0
2633
 dw fxsave_instruction_64bit-instruction_handler
2634
 db 'insertps',21h
2635
 dw insertps_instruction-instruction_handler
2636
 db 'kortestb',98h
2637
 dw mask_instruction_single_source_b-instruction_handler
2638
 db 'kortestd',98h
2639
 dw mask_instruction_single_source_d-instruction_handler
2640
 db 'kortestq',98h
2641
 dw mask_instruction_single_source_q-instruction_handler
2642
 db 'kortestw',98h
2643
 dw mask_instruction_single_source_w-instruction_handler
2644
 db 'kshiftlb',32h
2645
 dw mask_shift_instruction_d-instruction_handler
2646
 db 'kshiftld',33h
2647
 dw mask_shift_instruction_d-instruction_handler
2648
 db 'kshiftlq',33h
2649
 dw mask_shift_instruction_q-instruction_handler
2650
 db 'kshiftlw',32h
2651
 dw mask_shift_instruction_q-instruction_handler
2652
 db 'kshiftrb',30h
2653
 dw mask_shift_instruction_d-instruction_handler
2654
 db 'kshiftrd',31h
2655
 dw mask_shift_instruction_d-instruction_handler
2656
 db 'kshiftrq',31h
2657
 dw mask_shift_instruction_q-instruction_handler
2658
 db 'kshiftrw',30h
2659
 dw mask_shift_instruction_q-instruction_handler
2660
 db 'kunpckbw',4Bh
2661
 dw mask_instruction_b-instruction_handler
2662
 db 'kunpckdq',4Bh
2663
 dw mask_instruction_q-instruction_handler
2664
 db 'kunpckwd',4Bh
2665
 dw mask_instruction_w-instruction_handler
2666
 db 'maskmovq',0
2667
 dw maskmovq_instruction-instruction_handler
2668
 db 'monitorx',0FAh
2669
 dw monitor_instruction-instruction_handler
2670
 db 'movmskpd',0
2671
 dw movmskpd_instruction-instruction_handler
2672
 db 'movmskps',0
2673
 dw movmskps_instruction-instruction_handler
2674
 db 'movntdqa',2Ah
2675
 dw movntdqa_instruction-instruction_handler
2676
 db 'movshdup',16h
2677
 dw movshdup_instruction-instruction_handler
2678
 db 'movsldup',12h
2679
 dw movshdup_instruction-instruction_handler
2680
 db 'packssdw',6Bh
2681
 dw basic_mmx_instruction-instruction_handler
2682
 db 'packsswb',63h
2683
 dw basic_mmx_instruction-instruction_handler
2684
 db 'packusdw',2Bh
2685
 dw sse4_instruction_66_38-instruction_handler
2686
 db 'packuswb',67h
2687
 dw basic_mmx_instruction-instruction_handler
2688
 db 'pblendvb',10h
2689
 dw sse4_instruction_66_38_xmm0-instruction_handler
2690
 db 'pfrcpit1',0A6h
2691
 dw amd3dnow_instruction-instruction_handler
2692
 db 'pfrcpit2',0B6h
2693
 dw amd3dnow_instruction-instruction_handler
2694
 db 'pfrsqit1',0A7h
2695
 dw amd3dnow_instruction-instruction_handler
2696
 db 'pmovmskb',0D7h
2697
 dw pmovmskb_instruction-instruction_handler
2698
 db 'pmovsxbd',21h
2699
 dw pmovsxbd_instruction-instruction_handler
2700
 db 'pmovsxbq',22h
2701
 dw pmovsxbq_instruction-instruction_handler
2702
 db 'pmovsxbw',20h
2703
 dw pmovsxbw_instruction-instruction_handler
2704
 db 'pmovsxdq',25h
2705
 dw pmovsxdq_instruction-instruction_handler
2706
 db 'pmovsxwd',23h
2707
 dw pmovsxwd_instruction-instruction_handler
2708
 db 'pmovsxwq',24h
2709
 dw pmovsxwq_instruction-instruction_handler
2710
 db 'pmovzxbd',31h
2711
 dw pmovsxbd_instruction-instruction_handler
2712
 db 'pmovzxbq',32h
2713
 dw pmovsxbq_instruction-instruction_handler
2714
 db 'pmovzxbw',30h
2715
 dw pmovsxbw_instruction-instruction_handler
2716
 db 'pmovzxdq',35h
2717
 dw pmovsxdq_instruction-instruction_handler
2718
 db 'pmovzxwd',33h
2719
 dw pmovsxwd_instruction-instruction_handler
2720
 db 'pmovzxwq',34h
2721
 dw pmovsxwq_instruction-instruction_handler
2722
 db 'pmulhrsw',0Bh
2723
 dw ssse3_instruction-instruction_handler
2724
 db 'prefetch',0
2725
 dw amd_prefetch_instruction-instruction_handler
2726
 db 'rdfsbase',0
2727
 dw rdfsbase_instruction-instruction_handler
2728
 db 'rdgsbase',1
2729
 dw rdfsbase_instruction-instruction_handler
2730
 db 'rstorssp',5
2731
 dw rstorssp_instruction-instruction_handler
2732
 db 'setssbsy',0E8h
2733
 dw setssbsy_instruction-instruction_handler
2734
 db 'sha1msg1',0C9h
2735
 dw sse4_instruction_38-instruction_handler
2736
 db 'sha1msg2',0CAh
2737
 dw sse4_instruction_38-instruction_handler
2738
 db 'sysenter',34h
2739
 dw simple_extended_instruction-instruction_handler
2740
 db 'sysexitq',35h
2741
 dw simple_extended_instruction_64bit-instruction_handler
2742
 db 'umonitor',0
2743
 dw umonitor_instruction-instruction_handler
2744
 db 'unpckhpd',15h
2745
 dw sse_pd_instruction-instruction_handler
2746
 db 'unpckhps',15h
2747
 dw sse_ps_instruction-instruction_handler
2748
 db 'unpcklpd',14h
2749
 dw sse_pd_instruction-instruction_handler
2750
 db 'unpcklps',14h
2751
 dw sse_ps_instruction-instruction_handler
2752
 db 'vblendpd',0Dh
2753
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2754
 db 'vblendps',0Ch
2755
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2756
 db 'vcmpeqpd',0
2757
 dw avx_cmp_pd_instruction-instruction_handler
2758
 db 'vcmpeqps',0
2759
 dw avx_cmp_ps_instruction-instruction_handler
2760
 db 'vcmpeqsd',0
2761
 dw avx_cmp_sd_instruction-instruction_handler
2762
 db 'vcmpeqss',0
2763
 dw avx_cmp_ss_instruction-instruction_handler
2764
 db 'vcmpgepd',0Dh
2765
 dw avx_cmp_pd_instruction-instruction_handler
2766
 db 'vcmpgeps',0Dh
2767
 dw avx_cmp_ps_instruction-instruction_handler
2768
 db 'vcmpgesd',0Dh
2769
 dw avx_cmp_sd_instruction-instruction_handler
2770
 db 'vcmpgess',0Dh
2771
 dw avx_cmp_ss_instruction-instruction_handler
2772
 db 'vcmpgtpd',0Eh
2773
 dw avx_cmp_pd_instruction-instruction_handler
2774
 db 'vcmpgtps',0Eh
2775
 dw avx_cmp_ps_instruction-instruction_handler
2776
 db 'vcmpgtsd',0Eh
2777
 dw avx_cmp_sd_instruction-instruction_handler
2778
 db 'vcmpgtss',0Eh
2779
 dw avx_cmp_ss_instruction-instruction_handler
2780
 db 'vcmplepd',2
2781
 dw avx_cmp_pd_instruction-instruction_handler
2782
 db 'vcmpleps',2
2783
 dw avx_cmp_ps_instruction-instruction_handler
2784
 db 'vcmplesd',2
2785
 dw avx_cmp_sd_instruction-instruction_handler
2786
 db 'vcmpless',2
2787
 dw avx_cmp_ss_instruction-instruction_handler
2788
 db 'vcmpltpd',1
2789
 dw avx_cmp_pd_instruction-instruction_handler
2790
 db 'vcmpltps',1
2791
 dw avx_cmp_ps_instruction-instruction_handler
2792
 db 'vcmpltsd',1
2793
 dw avx_cmp_sd_instruction-instruction_handler
2794
 db 'vcmpltss',1
2795
 dw avx_cmp_ss_instruction-instruction_handler
2796
 db 'vfmaddpd',69h
2797
 dw fma4_instruction_p-instruction_handler
2798
 db 'vfmaddps',68h
2799
 dw fma4_instruction_p-instruction_handler
2800
 db 'vfmaddsd',6Bh
2801
 dw fma4_instruction_sd-instruction_handler
2802
 db 'vfmaddss',6Ah
2803
 dw fma4_instruction_ss-instruction_handler
2804
 db 'vfmsubpd',6Dh
2805
 dw fma4_instruction_p-instruction_handler
2806
 db 'vfmsubps',6Ch
2807
 dw fma4_instruction_p-instruction_handler
2808
 db 'vfmsubsd',6Fh
2809
 dw fma4_instruction_sd-instruction_handler
2810
 db 'vfmsubss',6Eh
2811
 dw fma4_instruction_ss-instruction_handler
2812
 db 'vldmxcsr',10b
2813
 dw vldmxcsr_instruction-instruction_handler
2814
 db 'vmlaunch',0C2h
2815
 dw simple_instruction_0f_01-instruction_handler
2816
 db 'vmovddup',12h
2817
 dw avx_movddup_instruction-instruction_handler
2818
 db 'vmovdqu8',6Fh
2819
 dw avx512_movdqu8_instruction-instruction_handler
2820
 db 'vmovhlps',12h
2821
 dw avx_movhlps_instruction-instruction_handler
2822
 db 'vmovlhps',16h
2823
 dw avx_movhlps_instruction-instruction_handler
2824
 db 'vmovntdq',0E7h
2825
 dw avx_movntdq_instruction-instruction_handler
2826
 db 'vmovntpd',2Bh
2827
 dw avx_movntpd_instruction-instruction_handler
2828
 db 'vmovntps',2Bh
2829
 dw avx_movntps_instruction-instruction_handler
2830
 db 'vmpsadbw',42h
2831
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2832
 db 'vmresume',0C3h
2833
 dw simple_instruction_0f_01-instruction_handler
2834
 db 'vpaddusb',0DCh
2835
 dw avx_bw_instruction-instruction_handler
2836
 db 'vpaddusw',0DDh
2837
 dw avx_bw_instruction-instruction_handler
2838
 db 'vpalignr',0Fh
2839
 dw avx_pi_instruction_3a_imm8-instruction_handler
2840
 db 'vpblendd',2
2841
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2842
 db 'vpblendw',0Eh
2843
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2844
 db 'vpcmpeqb',74h
2845
 dw avx_cmpeqb_instruction-instruction_handler
2846
 db 'vpcmpeqd',76h
2847
 dw avx_cmpeqd_instruction-instruction_handler
2848
 db 'vpcmpeqq',29h
2849
 dw avx_cmpeqq_instruction-instruction_handler
2850
 db 'vpcmpeqw',75h
2851
 dw avx_cmpeqb_instruction-instruction_handler
2852
 db 'vpcmpgtb',64h
2853
 dw avx_cmpeqb_instruction-instruction_handler
2854
 db 'vpcmpgtd',66h
2855
 dw avx_cmpeqd_instruction-instruction_handler
2856
 db 'vpcmpgtq',37h
2857
 dw avx_cmpeqq_instruction-instruction_handler
2858
 db 'vpcmpgtw',65h
2859
 dw avx_cmpeqb_instruction-instruction_handler
2860
 db 'vpcmpleb',2
2861
 dw avx512_cmp_b_instruction-instruction_handler
2862
 db 'vpcmpled',2
2863
 dw avx512_cmp_d_instruction-instruction_handler
2864
 db 'vpcmpleq',2
2865
 dw avx512_cmp_q_instruction-instruction_handler
2866
 db 'vpcmplew',2
2867
 dw avx512_cmp_w_instruction-instruction_handler
2868
 db 'vpcmpltb',1
2869
 dw avx512_cmp_b_instruction-instruction_handler
2870
 db 'vpcmpltd',1
2871
 dw avx512_cmp_d_instruction-instruction_handler
2872
 db 'vpcmpltq',1
2873
 dw avx512_cmp_q_instruction-instruction_handler
2874
 db 'vpcmpltw',1
2875
 dw avx512_cmp_w_instruction-instruction_handler
2876
 db 'vpcomeqb',4
2877
 dw xop_pcom_b_instruction-instruction_handler
2878
 db 'vpcomeqd',4
2879
 dw xop_pcom_d_instruction-instruction_handler
2880
 db 'vpcomeqq',4
2881
 dw xop_pcom_q_instruction-instruction_handler
2882
 db 'vpcomeqw',4
2883
 dw xop_pcom_w_instruction-instruction_handler
2884
 db 'vpcomgeb',3
2885
 dw xop_pcom_b_instruction-instruction_handler
2886
 db 'vpcomged',3
2887
 dw xop_pcom_d_instruction-instruction_handler
2888
 db 'vpcomgeq',3
2889
 dw xop_pcom_q_instruction-instruction_handler
2890
 db 'vpcomgew',3
2891
 dw xop_pcom_w_instruction-instruction_handler
2892
 db 'vpcomgtb',2
2893
 dw xop_pcom_b_instruction-instruction_handler
2894
 db 'vpcomgtd',2
2895
 dw xop_pcom_d_instruction-instruction_handler
2896
 db 'vpcomgtq',2
2897
 dw xop_pcom_q_instruction-instruction_handler
2898
 db 'vpcomgtw',2
2899
 dw xop_pcom_w_instruction-instruction_handler
2900
 db 'vpcomleb',1
2901
 dw xop_pcom_b_instruction-instruction_handler
2902
 db 'vpcomled',1
2903
 dw xop_pcom_d_instruction-instruction_handler
2904
 db 'vpcomleq',1
2905
 dw xop_pcom_q_instruction-instruction_handler
2906
 db 'vpcomlew',1
2907
 dw xop_pcom_w_instruction-instruction_handler
2908
 db 'vpcomltb',0
2909
 dw xop_pcom_b_instruction-instruction_handler
2910
 db 'vpcomltd',0
2911
 dw xop_pcom_d_instruction-instruction_handler
2912
 db 'vpcomltq',0
2913
 dw xop_pcom_q_instruction-instruction_handler
2914
 db 'vpcomltw',0
2915
 dw xop_pcom_w_instruction-instruction_handler
2916
 db 'vpdpbusd',50h
2917
 dw avx_d_instruction_38_evex-instruction_handler
2918
 db 'vpdpwssd',52h
2919
 dw avx_d_instruction_38_evex-instruction_handler
2920
 db 'vpermi2b',75h
2921
 dw avx_bw_instruction_38_evex-instruction_handler
2922
 db 'vpermi2d',76h
2923
 dw avx_d_instruction_38_evex-instruction_handler
2924
 db 'vpermi2q',76h
2925
 dw avx_q_instruction_38_evex-instruction_handler
2926
 db 'vpermi2w',75h
2927
 dw avx_bw_instruction_38_w1_evex-instruction_handler
2928
 db 'vpermt2b',7Dh
2929
 dw avx_bw_instruction_38_evex-instruction_handler
2930
 db 'vpermt2d',7Eh
2931
 dw avx_d_instruction_38_evex-instruction_handler
2932
 db 'vpermt2q',7Eh
2933
 dw avx_q_instruction_38_evex-instruction_handler
2934
 db 'vpermt2w',7Dh
2935
 dw avx_bw_instruction_38_w1_evex-instruction_handler
2936
 db 'vphaddbd',0C2h
2937
 dw xop_single_source_128bit_instruction-instruction_handler
2938
 db 'vphaddbq',0C3h
2939
 dw xop_single_source_128bit_instruction-instruction_handler
2940
 db 'vphaddbw',0C1h
2941
 dw xop_single_source_128bit_instruction-instruction_handler
2942
 db 'vphadddq',0CBh
2943
 dw xop_single_source_128bit_instruction-instruction_handler
2944
 db 'vphaddsw',3
2945
 dw avx_pi_instruction_38_noevex-instruction_handler
2946
 db 'vphaddwd',0C6h
2947
 dw xop_single_source_128bit_instruction-instruction_handler
2948
 db 'vphaddwq',0C7h
2949
 dw xop_single_source_128bit_instruction-instruction_handler
2950
 db 'vphsubbw',0E1h
2951
 dw xop_single_source_128bit_instruction-instruction_handler
2952
 db 'vphsubdq',0E3h
2953
 dw xop_single_source_128bit_instruction-instruction_handler
2954
 db 'vphsubsw',7
2955
 dw avx_pi_instruction_38_noevex-instruction_handler
2956
 db 'vphsubwd',0E2h
2957
 dw xop_single_source_128bit_instruction-instruction_handler
2958
 db 'vplzcntd',44h
2959
 dw avx_single_source_d_instruction_38_evex-instruction_handler
2960
 db 'vplzcntq',44h
2961
 dw avx_single_source_q_instruction_38_evex-instruction_handler
2962
 db 'vpmacsdd',9Eh
2963
 dw xop_triple_source_128bit_instruction-instruction_handler
2964
 db 'vpmacswd',96h
2965
 dw xop_triple_source_128bit_instruction-instruction_handler
2966
 db 'vpmacsww',95h
2967
 dw xop_triple_source_128bit_instruction-instruction_handler
2968
 db 'vpmaddwd',0F5h
2969
 dw avx_bw_instruction-instruction_handler
2970
 db 'vpmovb2m',29h
2971
 dw avx512_pmov_2m_instruction-instruction_handler
2972
 db 'vpmovd2m',39h
2973
 dw avx512_pmov_2m_instruction-instruction_handler
2974
 db 'vpmovm2b',28h
2975
 dw avx512_pmov_m2_instruction-instruction_handler
2976
 db 'vpmovm2d',38h
2977
 dw avx512_pmov_m2_instruction-instruction_handler
2978
 db 'vpmovm2q',38h
2979
 dw avx512_pmov_m2_instruction_w1-instruction_handler
2980
 db 'vpmovm2w',28h
2981
 dw avx512_pmov_m2_instruction_w1-instruction_handler
2982
 db 'vpmovq2m',39h
2983
 dw avx512_pmov_2m_instruction_w1-instruction_handler
2984
 db 'vpmovsdb',21h
2985
 dw avx512_pmovdb_instruction-instruction_handler
2986
 db 'vpmovsdw',23h
2987
 dw avx512_pmovwb_instruction-instruction_handler
2988
 db 'vpmovsqb',22h
2989
 dw avx512_pmovqb_instruction-instruction_handler
2990
 db 'vpmovsqd',25h
2991
 dw avx512_pmovwb_instruction-instruction_handler
2992
 db 'vpmovsqw',24h
2993
 dw avx512_pmovdb_instruction-instruction_handler
2994
 db 'vpmovswb',20h
2995
 dw avx512_pmovwb_instruction-instruction_handler
2996
 db 'vpmovw2m',29h
2997
 dw avx512_pmov_2m_instruction_w1-instruction_handler
2998
 db 'vpmulhuw',0E4h
2999
 dw avx_bw_instruction-instruction_handler
3000
 db 'vpmuludq',0F4h
3001
 dw avx_q_instruction-instruction_handler
3002
 db 'vpopcntb',54h
3003
 dw avx_single_source_d_instruction_38_evex-instruction_handler
3004
 db 'vpopcntd',55h
3005
 dw avx512_single_source_ps_instruction-instruction_handler
3006
 db 'vpopcntq',55h
3007
 dw avx512_single_source_pd_instruction-instruction_handler
3008
 db 'vpopcntw',54h
3009
 dw avx_single_source_d_instruction_38_evex_w1-instruction_handler
3010
 db 'vpshldvd',71h
3011
 dw avx_d_instruction_38_evex-instruction_handler
3012
 db 'vpshldvq',71h
3013
 dw avx_q_instruction_38_evex-instruction_handler
3014
 db 'vpshldvw',70h
3015
 dw avx_bw_instruction_38_w1_evex-instruction_handler
3016
 db 'vpshrdvd',73h
3017
 dw avx_d_instruction_38_evex-instruction_handler
3018
 db 'vpshrdvq',73h
3019
 dw avx_q_instruction_38_evex-instruction_handler
3020
 db 'vpshrdvw',72
3021
 dw avx_bw_instruction_38_w1_evex-instruction_handler
3022
 db 'vpshufhw',0F3h
3023
 dw avx_pshuf_w_instruction-instruction_handler
3024
 db 'vpshuflw',0F2h
3025
 dw avx_pshuf_w_instruction-instruction_handler
3026
 db 'vpsubusb',0D8h
3027
 dw avx_bw_instruction-instruction_handler
3028
 db 'vpsubusw',0D9h
3029
 dw avx_bw_instruction-instruction_handler
3030
 db 'vptestmb',26h
3031
 dw avx512_ptestmb_instruction-instruction_handler
3032
 db 'vptestmd',27h
3033
 dw avx512_ptestmd_instruction-instruction_handler
3034
 db 'vptestmq',27h
3035
 dw avx512_ptestmq_instruction-instruction_handler
3036
 db 'vptestmw',26h
3037
 dw avx512_ptestmw_instruction-instruction_handler
3038
 db 'vrangepd',50h
3039
 dw avx512_pd_instruction_sae_imm8-instruction_handler
3040
 db 'vrangeps',50h
3041
 dw avx512_ps_instruction_sae_imm8-instruction_handler
3042
 db 'vrangesd',51h
3043
 dw avx512_sd_instruction_sae_imm8-instruction_handler
3044
 db 'vrangess',51h
3045
 dw avx512_ss_instruction_sae_imm8-instruction_handler
3046
 db 'vrcp14pd',4Ch
3047
 dw avx512_single_source_pd_instruction-instruction_handler
3048
 db 'vrcp14ps',4Ch
3049
 dw avx512_single_source_ps_instruction-instruction_handler
3050
 db 'vrcp14sd',4Dh
3051
 dw avx512_sd_instruction-instruction_handler
3052
 db 'vrcp14ss',4Dh
3053
 dw avx512_ss_instruction-instruction_handler
3054
 db 'vrcp28pd',0CAh
3055
 dw avx512_exp2pd_instruction-instruction_handler
3056
 db 'vrcp28ps',0CAh
3057
 dw avx512_exp2ps_instruction-instruction_handler
3058
 db 'vrcp28sd',0CBh
3059
 dw avx512_sd_instruction_sae-instruction_handler
3060
 db 'vrcp28ss',0CBh
3061
 dw avx512_ss_instruction_sae-instruction_handler
3062
 db 'vroundpd',9
3063
 dw avx_single_source_instruction_3a_imm8_noevex-instruction_handler
3064
 db 'vroundps',8
3065
 dw avx_single_source_instruction_3a_imm8_noevex-instruction_handler
3066
 db 'vroundsd',0Bh
3067
 dw avx_sd_instruction_3a_imm8_noevex-instruction_handler
3068
 db 'vroundss',0Ah
3069
 dw avx_ss_instruction_3a_imm8_noevex-instruction_handler
3070
 db 'vrsqrtps',52h
3071
 dw avx_single_source_ps_instruction_noevex-instruction_handler
3072
 db 'vrsqrtss',52h
3073
 dw avx_ss_instruction_noevex-instruction_handler
3074
 db 'vstmxcsr',11b
3075
 dw vldmxcsr_instruction-instruction_handler
3076
 db 'vucomisd',2Eh
3077
 dw avx_comisd_instruction-instruction_handler
3078
 db 'vucomiss',2Eh
3079
 dw avx_comiss_instruction-instruction_handler
3080
 db 'vzeroall',77h
3081
 dw vzeroall_instruction-instruction_handler
3082
 db 'wbnoinvd',9
3083
 dw simple_extended_instruction_f3-instruction_handler
3084
 db 'wrfsbase',2
3085
 dw rdfsbase_instruction-instruction_handler
3086
 db 'wrgsbase',3
3087
 dw rdfsbase_instruction-instruction_handler
3088
 db 'xacquire',0F2h
3089
 dw prefix_instruction-instruction_handler
3090
 db 'xrelease',0F3h
3091
 dw prefix_instruction-instruction_handler
3092
 db 'xrstor64',101b
3093
 dw fxsave_instruction_64bit-instruction_handler
3094
 db 'xsavec64',4
3095
 dw xsaves_instruction_64bit-instruction_handler
3096
 db 'xsaveopt',110b
3097
 dw fxsave_instruction-instruction_handler
3098
 db 'xsaves64',5
3099
 dw xsaves_instruction_64bit-instruction_handler
3100
instructions_9:
3101
 db 'cmpxchg8b',8
3102
 dw cmpxchgx_instruction-instruction_handler
3103
 db 'cvttpd2dq',0E6h
3104
 dw sse_pd_instruction-instruction_handler
3105
 db 'cvttpd2pi',2Ch
3106
 dw cvtpd2pi_instruction-instruction_handler
3107
 db 'cvttps2dq',5Bh
3108
 dw movshdup_instruction-instruction_handler
3109
 db 'cvttps2pi',2Ch
3110
 dw cvtps2pi_instruction-instruction_handler
3111
 db 'cvttsd2si',2Ch
3112
 dw cvtsd2si_instruction-instruction_handler
3113
 db 'cvttss2si',2Ch
3114
 dw cvtss2si_instruction-instruction_handler
3115
 db 'extractps',17h
3116
 dw extractps_instruction-instruction_handler
3117
 db 'fxrstor64',1
3118
 dw fxsave_instruction_64bit-instruction_handler
3119
 db 'gf2p8mulb',0CFh
3120
 dw sse4_instruction_66_38-instruction_handler
3121
 db 'movdir64b',0F8h
3122
 dw movdir64b_instruction-instruction_handler
3123
 db 'pclmulqdq',-1
3124
 dw pclmulqdq_instruction-instruction_handler
3125
 db 'pcmpestri',61h
3126
 dw sse4_instruction_66_3a_imm8-instruction_handler
3127
 db 'pcmpestrm',60h
3128
 dw sse4_instruction_66_3a_imm8-instruction_handler
3129
 db 'pcmpistri',63h
3130
 dw sse4_instruction_66_3a_imm8-instruction_handler
3131
 db 'pcmpistrm',62h
3132
 dw sse4_instruction_66_3a_imm8-instruction_handler
3133
 db 'pmaddubsw',4
3134
 dw ssse3_instruction-instruction_handler
3135
 db 'prefetchw',1
3136
 dw amd_prefetch_instruction-instruction_handler
3137
 db 'punpckhbw',68h
3138
 dw basic_mmx_instruction-instruction_handler
3139
 db 'punpckhdq',6Ah
3140
 dw basic_mmx_instruction-instruction_handler
3141
 db 'punpckhwd',69h
3142
 dw basic_mmx_instruction-instruction_handler
3143
 db 'punpcklbw',60h
3144
 dw basic_mmx_instruction-instruction_handler
3145
 db 'punpckldq',62h
3146
 dw basic_mmx_instruction-instruction_handler
3147
 db 'punpcklwd',61h
3148
 dw basic_mmx_instruction-instruction_handler
3149
 db 'pvalidate',0FFh
3150
 dw simple_instruction_f2_0f_01-instruction_handler
3151
 db 'rmpadjust',0FEh
3152
 dw simple_instruction_f3_0f_01-instruction_handler
3153
 db 'rmpupdate',0FEh
3154
 dw simple_instruction_f2_0f_01-instruction_handler
3155
 db 'sha1nexte',0C8h
3156
 dw sse4_instruction_38-instruction_handler
3157
 db 'sha1rnds4',0CCh
3158
 dw sse4_instruction_3a_imm8-instruction_handler
3159
 db 'useavx256',0
3160
 dw set_evex_mode-instruction_handler
3161
 db 'useavx512',1
3162
 dw set_evex_mode-instruction_handler
3163
 db 'vaddsubpd',0D0h
3164
 dw avx_pd_instruction_noevex-instruction_handler
3165
 db 'vaddsubps',0D0h
3166
 dw avx_ps_instruction_noevex-instruction_handler
3167
 db 'vblendmpd',65h
3168
 dw avx_pd_instruction_38_evex-instruction_handler
3169
 db 'vblendmps',65h
3170
 dw avx_ps_instruction_66_38_evex-instruction_handler
3171
 db 'vblendvpd',4Bh
3172
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
3173
 db 'vblendvps',4Ah
3174
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
3175
 db 'vcmpneqpd',4
3176
 dw avx_cmp_pd_instruction-instruction_handler
3177
 db 'vcmpneqps',4
3178
 dw avx_cmp_ps_instruction-instruction_handler
3179
 db 'vcmpneqsd',4
3180
 dw avx_cmp_sd_instruction-instruction_handler
3181
 db 'vcmpneqss',4
3182
 dw avx_cmp_ss_instruction-instruction_handler
3183
 db 'vcmpngepd',9
3184
 dw avx_cmp_pd_instruction-instruction_handler
3185
 db 'vcmpngeps',9
3186
 dw avx_cmp_ps_instruction-instruction_handler
3187
 db 'vcmpngesd',9
3188
 dw avx_cmp_sd_instruction-instruction_handler
3189
 db 'vcmpngess',9
3190
 dw avx_cmp_ss_instruction-instruction_handler
3191
 db 'vcmpngtpd',0Ah
3192
 dw avx_cmp_pd_instruction-instruction_handler
3193
 db 'vcmpngtps',0Ah
3194
 dw avx_cmp_ps_instruction-instruction_handler
3195
 db 'vcmpngtsd',0Ah
3196
 dw avx_cmp_sd_instruction-instruction_handler
3197
 db 'vcmpngtss',0Ah
3198
 dw avx_cmp_ss_instruction-instruction_handler
3199
 db 'vcmpnlepd',6
3200
 dw avx_cmp_pd_instruction-instruction_handler
3201
 db 'vcmpnleps',6
3202
 dw avx_cmp_ps_instruction-instruction_handler
3203
 db 'vcmpnlesd',6
3204
 dw avx_cmp_sd_instruction-instruction_handler
3205
 db 'vcmpnless',6
3206
 dw avx_cmp_ss_instruction-instruction_handler
3207
 db 'vcmpnltpd',5
3208
 dw avx_cmp_pd_instruction-instruction_handler
3209
 db 'vcmpnltps',5
3210
 dw avx_cmp_ps_instruction-instruction_handler
3211
 db 'vcmpnltsd',5
3212
 dw avx_cmp_sd_instruction-instruction_handler
3213
 db 'vcmpnltss',5
3214
 dw avx_cmp_ss_instruction-instruction_handler
3215
 db 'vcmpordpd',7
3216
 dw avx_cmp_pd_instruction-instruction_handler
3217
 db 'vcmpordps',7
3218
 dw avx_cmp_ps_instruction-instruction_handler
3219
 db 'vcmpordsd',7
3220
 dw avx_cmp_sd_instruction-instruction_handler
3221
 db 'vcmpordss',7
3222
 dw avx_cmp_ss_instruction-instruction_handler
3223
 db 'vcvtdq2pd',0E6h
3224
 dw avx_cvtdq2pd_instruction-instruction_handler
3225
 db 'vcvtdq2ps',5Bh
3226
 dw avx_single_source_ps_instruction_er-instruction_handler
3227
 db 'vcvtpd2dq',0E6h
3228
 dw avx_cvtpd2dq_instruction-instruction_handler
3229
 db 'vcvtpd2ps',5Ah
3230
 dw avx_cvtpd2ps_instruction-instruction_handler
3231
 db 'vcvtpd2qq',7Bh
3232
 dw avx_single_source_pd_instruction_er_evex-instruction_handler
3233
 db 'vcvtph2ps',13h
3234
 dw avx_cvtph2ps_instruction-instruction_handler
3235
 db 'vcvtps2dq',5Bh
3236
 dw avx_cvtps2dq_instruction-instruction_handler
3237
 db 'vcvtps2pd',5Ah
3238
 dw avx_cvtps2pd_instruction-instruction_handler
3239
 db 'vcvtps2ph',1Dh
3240
 dw avx_cvtps2ph_instruction-instruction_handler
3241
 db 'vcvtps2qq',7Bh
3242
 dw avx_cvtps2qq_instruction-instruction_handler
3243
 db 'vcvtqq2pd',0E6h
3244
 dw avx_cvtqq2pd_instruction-instruction_handler
3245
 db 'vcvtqq2ps',5Bh
3246
 dw avx_cvtpd2udq_instruction-instruction_handler
3247
 db 'vcvtsd2si',2Dh
3248
 dw avx_cvtsd2si_instruction-instruction_handler
3249
 db 'vcvtsd2ss',5Ah
3250
 dw avx_sd_instruction_er-instruction_handler
3251
 db 'vcvtsi2sd',2Ah
3252
 dw avx_cvtsi2sd_instruction-instruction_handler
3253
 db 'vcvtsi2ss',2Ah
3254
 dw avx_cvtsi2ss_instruction-instruction_handler
3255
 db 'vcvtss2sd',5Ah
3256
 dw avx_ss_instruction_sae-instruction_handler
3257
 db 'vcvtss2si',2Dh
3258
 dw avx_cvtss2si_instruction-instruction_handler
3259
 db 'vdbpsadbw',42h
3260
 dw avx_bw_instruction_3a_imm8_evex-instruction_handler
3261
 db 'vexpandpd',88h
3262
 dw avx_single_source_q_instruction_38_evex-instruction_handler
3263
 db 'vexpandps',88h
3264
 dw avx_single_source_d_instruction_38_evex-instruction_handler
3265
 db 'vfnmaddpd',79h
3266
 dw fma4_instruction_p-instruction_handler
3267
 db 'vfnmaddps',78h
3268
 dw fma4_instruction_p-instruction_handler
3269
 db 'vfnmaddsd',7Bh
3270
 dw fma4_instruction_sd-instruction_handler
3271
 db 'vfnmaddss',7Ah
3272
 dw fma4_instruction_ss-instruction_handler
3273
 db 'vfnmsubpd',7Dh
3274
 dw fma4_instruction_p-instruction_handler
3275
 db 'vfnmsubps',7Ch
3276
 dw fma4_instruction_p-instruction_handler
3277
 db 'vfnmsubsd',7Fh
3278
 dw fma4_instruction_sd-instruction_handler
3279
 db 'vfnmsubss',7Eh
3280
 dw fma4_instruction_ss-instruction_handler
3281
 db 'vgetexppd',42h
3282
 dw avx512_single_source_pd_instruction_sae-instruction_handler
3283
 db 'vgetexpps',42h
3284
 dw avx512_single_source_ps_instruction_sae-instruction_handler
3285
 db 'vgetexpsd',43h
3286
 dw avx512_sd_instruction_sae-instruction_handler
3287
 db 'vgetexpss',43h
3288
 dw avx512_ss_instruction_sae-instruction_handler
3289
 db 'vinsertps',21h
3290
 dw avx_insertps_instruction-instruction_handler
3291
 db 'vmovdqa32',6Fh
3292
 dw avx512_movdqa32_instruction-instruction_handler
3293
 db 'vmovdqa64',6Fh
3294
 dw avx512_movdqa64_instruction-instruction_handler
3295
 db 'vmovdqu16',6Fh
3296
 dw avx512_movdqu16_instruction-instruction_handler
3297
 db 'vmovdqu32',6Fh
3298
 dw avx512_movdqu32_instruction-instruction_handler
3299
 db 'vmovdqu64',6Fh
3300
 dw avx512_movdqu64_instruction-instruction_handler
3301
 db 'vmovmskpd',0
3302
 dw avx_movmskpd_instruction-instruction_handler
3303
 db 'vmovmskps',0
3304
 dw avx_movmskps_instruction-instruction_handler
3305
 db 'vmovntdqa',2Ah
3306
 dw avx_movntdqa_instruction-instruction_handler
3307
 db 'vmovshdup',16h
3308
 dw avx_movshdup_instruction-instruction_handler
3309
 db 'vmovsldup',12h
3310
 dw avx_movshdup_instruction-instruction_handler
3311
 db 'vp4dpwssd',52h
3312
 dw avx512_4vnniw_instruction-instruction_handler
3313
 db 'vpackssdw',6Bh
3314
 dw avx_d_instruction-instruction_handler
3315
 db 'vpacksswb',63h
3316
 dw avx_bw_instruction-instruction_handler
3317
 db 'vpackusdw',2Bh
3318
 dw avx_d_instruction_38-instruction_handler
3319
 db 'vpackuswb',67h
3320
 dw avx_bw_instruction-instruction_handler
3321
 db 'vpblendmb',66h
3322
 dw avx_bw_instruction_38_evex-instruction_handler
3323
 db 'vpblendmd',64h
3324
 dw avx_d_instruction_38_evex-instruction_handler
3325
 db 'vpblendmq',64h
3326
 dw avx_q_instruction_38_evex-instruction_handler
3327
 db 'vpblendmw',66h
3328
 dw avx_bw_instruction_38_w1_evex-instruction_handler
3329
 db 'vpblendvb',4Ch
3330
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
3331
 db 'vpcmpleub',2
3332
 dw avx512_cmp_ub_instruction-instruction_handler
3333
 db 'vpcmpleud',2
3334
 dw avx512_cmp_ud_instruction-instruction_handler
3335
 db 'vpcmpleuq',2
3336
 dw avx512_cmp_uq_instruction-instruction_handler
3337
 db 'vpcmpleuw',2
3338
 dw avx512_cmp_uw_instruction-instruction_handler
3339
 db 'vpcmpltub',1
3340
 dw avx512_cmp_ub_instruction-instruction_handler
3341
 db 'vpcmpltud',1
3342
 dw avx512_cmp_ud_instruction-instruction_handler
3343
 db 'vpcmpltuq',1
3344
 dw avx512_cmp_uq_instruction-instruction_handler
3345
 db 'vpcmpltuw',1
3346
 dw avx512_cmp_uw_instruction-instruction_handler
3347
 db 'vpcmpneqb',4
3348
 dw avx512_cmp_b_instruction-instruction_handler
3349
 db 'vpcmpneqd',4
3350
 dw avx512_cmp_d_instruction-instruction_handler
3351
 db 'vpcmpneqq',4
3352
 dw avx512_cmp_q_instruction-instruction_handler
3353
 db 'vpcmpneqw',4
3354
 dw avx512_cmp_b_instruction-instruction_handler
3355
 db 'vpcmpnleb',6
3356
 dw avx512_cmp_b_instruction-instruction_handler
3357
 db 'vpcmpnled',6
3358
 dw avx512_cmp_d_instruction-instruction_handler
3359
 db 'vpcmpnleq',6
3360
 dw avx512_cmp_q_instruction-instruction_handler
3361
 db 'vpcmpnlew',6
3362
 dw avx512_cmp_b_instruction-instruction_handler
3363
 db 'vpcmpnltb',5
3364
 dw avx512_cmp_b_instruction-instruction_handler
3365
 db 'vpcmpnltd',5
3366
 dw avx512_cmp_d_instruction-instruction_handler
3367
 db 'vpcmpnltq',5
3368
 dw avx512_cmp_q_instruction-instruction_handler
3369
 db 'vpcmpnltw',5
3370
 dw avx512_cmp_b_instruction-instruction_handler
3371
 db 'vpcomequb',4
3372
 dw xop_pcom_ub_instruction-instruction_handler
3373
 db 'vpcomequd',4
3374
 dw xop_pcom_ud_instruction-instruction_handler
3375
 db 'vpcomequq',4
3376
 dw xop_pcom_uq_instruction-instruction_handler
3377
 db 'vpcomequw',4
3378
 dw xop_pcom_uw_instruction-instruction_handler
3379
 db 'vpcomgeub',3
3380
 dw xop_pcom_ub_instruction-instruction_handler
3381
 db 'vpcomgeud',3
3382
 dw xop_pcom_ud_instruction-instruction_handler
3383
 db 'vpcomgeuq',3
3384
 dw xop_pcom_uq_instruction-instruction_handler
3385
 db 'vpcomgeuw',3
3386
 dw xop_pcom_uw_instruction-instruction_handler
3387
 db 'vpcomgtub',2
3388
 dw xop_pcom_ub_instruction-instruction_handler
3389
 db 'vpcomgtud',2
3390
 dw xop_pcom_ud_instruction-instruction_handler
3391
 db 'vpcomgtuq',2
3392
 dw xop_pcom_uq_instruction-instruction_handler
3393
 db 'vpcomgtuw',2
3394
 dw xop_pcom_uw_instruction-instruction_handler
3395
 db 'vpcomleub',1
3396
 dw xop_pcom_ub_instruction-instruction_handler
3397
 db 'vpcomleud',1
3398
 dw xop_pcom_ud_instruction-instruction_handler
3399
 db 'vpcomleuq',1
3400
 dw xop_pcom_uq_instruction-instruction_handler
3401
 db 'vpcomleuw',1
3402
 dw xop_pcom_uw_instruction-instruction_handler
3403
 db 'vpcomltub',0
3404
 dw xop_pcom_ub_instruction-instruction_handler
3405
 db 'vpcomltud',0
3406
 dw xop_pcom_ud_instruction-instruction_handler
3407
 db 'vpcomltuq',0
3408
 dw xop_pcom_uq_instruction-instruction_handler
3409
 db 'vpcomltuw',0
3410
 dw xop_pcom_uw_instruction-instruction_handler
3411
 db 'vpcomneqb',5
3412
 dw xop_pcom_b_instruction-instruction_handler
3413
 db 'vpcomneqd',5
3414
 dw xop_pcom_d_instruction-instruction_handler
3415
 db 'vpcomneqq',5
3416
 dw xop_pcom_q_instruction-instruction_handler
3417
 db 'vpcomneqw',5
3418
 dw xop_pcom_w_instruction-instruction_handler
3419
 db 'vpdpbusds',51h
3420
 dw avx_d_instruction_38_evex-instruction_handler
3421
 db 'vpdpwssds',53h
3422
 dw avx_d_instruction_38_evex-instruction_handler
3423
 db 'vpermi2pd',77h
3424
 dw avx_q_instruction_38_evex-instruction_handler
3425
 db 'vpermi2ps',77h
3426
 dw avx_d_instruction_38_evex-instruction_handler
3427
 db 'vpermilpd',5
3428
 dw avx_permilpd_instruction-instruction_handler
3429
 db 'vpermilps',4
3430
 dw avx_permilps_instruction-instruction_handler
3431
 db 'vpermt2pd',7Fh
3432
 dw avx_q_instruction_38_evex-instruction_handler
3433
 db 'vpermt2ps',7Fh
3434
 dw avx_d_instruction_38_evex-instruction_handler
3435
 db 'vpexpandb',62h
3436
 dw avx_single_source_d_instruction_38_evex-instruction_handler
3437
 db 'vpexpandd',89h
3438
 dw avx_single_source_d_instruction_38_evex-instruction_handler
3439
 db 'vpexpandq',89h
3440
 dw avx_single_source_q_instruction_38_evex-instruction_handler
3441
 db 'vpexpandw',62h
3442
 dw avx_single_source_q_instruction_38_evex-instruction_handler
3443
 db 'vphaddubd',0D2h
3444
 dw xop_single_source_128bit_instruction-instruction_handler
3445
 db 'vphaddubq',0D3h
3446
 dw xop_single_source_128bit_instruction-instruction_handler
3447
 db 'vphaddubw',0D1h
3448
 dw xop_single_source_128bit_instruction-instruction_handler
3449
 db 'vphaddudq',0DBh
3450
 dw xop_single_source_128bit_instruction-instruction_handler
3451
 db 'vphadduwd',0D6h
3452
 dw xop_single_source_128bit_instruction-instruction_handler
3453
 db 'vphadduwq',0D7h
3454
 dw xop_single_source_128bit_instruction-instruction_handler
3455
 db 'vpmacsdqh',9Fh
3456
 dw xop_triple_source_128bit_instruction-instruction_handler
3457
 db 'vpmacsdql',97h
3458
 dw xop_triple_source_128bit_instruction-instruction_handler
3459
 db 'vpmacssdd',8Eh
3460
 dw xop_triple_source_128bit_instruction-instruction_handler
3461
 db 'vpmacsswd',86h
3462
 dw xop_triple_source_128bit_instruction-instruction_handler
3463
 db 'vpmacssww',85h
3464
 dw xop_triple_source_128bit_instruction-instruction_handler
3465
 db 'vpmadcswd',0B6h
3466
 dw xop_triple_source_128bit_instruction-instruction_handler
3467
 db 'vpmovmskb',0D7h
3468
 dw avx_pmovmskb_instruction-instruction_handler
3469
 db 'vpmovsxbd',21h
3470
 dw avx_pmovsxbd_instruction-instruction_handler
3471
 db 'vpmovsxbq',22h
3472
 dw avx_pmovsxbq_instruction-instruction_handler
3473
 db 'vpmovsxbw',20h
3474
 dw avx_pmovsxbw_instruction-instruction_handler
3475
 db 'vpmovsxdq',25h
3476
 dw avx_pmovsxbw_instruction-instruction_handler
3477
 db 'vpmovsxwd',23h
3478
 dw avx_pmovsxbw_instruction-instruction_handler
3479
 db 'vpmovsxwq',24h
3480
 dw avx_pmovsxbd_instruction-instruction_handler
3481
 db 'vpmovusdb',11h
3482
 dw avx512_pmovdb_instruction-instruction_handler
3483
 db 'vpmovusdw',13h
3484
 dw avx512_pmovwb_instruction-instruction_handler
3485
 db 'vpmovusqb',12h
3486
 dw avx512_pmovqb_instruction-instruction_handler
3487
 db 'vpmovusqd',15h
3488
 dw avx512_pmovwb_instruction-instruction_handler
3489
 db 'vpmovusqw',14h
3490
 dw avx512_pmovdb_instruction-instruction_handler
3491
 db 'vpmovuswb',10h
3492
 dw avx512_pmovwb_instruction-instruction_handler
3493
 db 'vpmovzxbd',31h
3494
 dw avx_pmovsxbd_instruction-instruction_handler
3495
 db 'vpmovzxbq',32h
3496
 dw avx_pmovsxbq_instruction-instruction_handler
3497
 db 'vpmovzxbw',30h
3498
 dw avx_pmovsxbw_instruction-instruction_handler
3499
 db 'vpmovzxdq',35h
3500
 dw avx_pmovsxbw_instruction-instruction_handler
3501
 db 'vpmovzxwd',33h
3502
 dw avx_pmovsxbw_instruction-instruction_handler
3503
 db 'vpmovzxwq',34h
3504
 dw avx_pmovsxbd_instruction-instruction_handler
3505
 db 'vpmulhrsw',0Bh
3506
 dw avx_bw_instruction_38-instruction_handler
3507
 db 'vptestnmb',26h
3508
 dw avx512_ptestnmb_instruction-instruction_handler
3509
 db 'vptestnmd',27h
3510
 dw avx512_ptestnmd_instruction-instruction_handler
3511
 db 'vptestnmq',27h
3512
 dw avx512_ptestnmq_instruction-instruction_handler
3513
 db 'vptestnmw',26h
3514
 dw avx512_ptestnmw_instruction-instruction_handler
3515
 db 'vreducepd',56h
3516
 dw avx512_single_source_pd_instruction_sae_imm8-instruction_handler
3517
 db 'vreduceps',56h
3518
 dw avx512_single_source_ps_instruction_sae_imm8-instruction_handler
3519
 db 'vreducesd',57h
3520
 dw avx512_sd_instruction_sae_imm8-instruction_handler
3521
 db 'vreducess',57h
3522
 dw avx512_ss_instruction_sae_imm8-instruction_handler
3523
 db 'vscalefpd',2Ch
3524
 dw avx512_pd_instruction_er-instruction_handler
3525
 db 'vscalefps',2Ch
3526
 dw avx512_ps_instruction_er-instruction_handler
3527
 db 'vscalefsd',2Dh
3528
 dw avx512_sd_instruction_er-instruction_handler
3529
 db 'vscalefss',2Dh
3530
 dw avx512_ss_instruction_er-instruction_handler
3531
 db 'vunpckhpd',15h
3532
 dw avx_pd_instruction-instruction_handler
3533
 db 'vunpckhps',15h
3534
 dw avx_ps_instruction-instruction_handler
3535
 db 'vunpcklpd',14h
3536
 dw avx_pd_instruction-instruction_handler
3537
 db 'vunpcklps',14h
3538
 dw avx_ps_instruction-instruction_handler
3539
 db 'xrstors64',3
3540
 dw xsaves_instruction_64bit-instruction_handler
3541
instructions_10:
3542
 db 'aesdeclast',0DFh
3543
 dw sse4_instruction_66_38-instruction_handler
3544
 db 'aesenclast',0DDh
3545
 dw sse4_instruction_66_38-instruction_handler
3546
 db 'clflushopt',7
3547
 dw clflushopt_instruction-instruction_handler
3548
 db 'cmpunordpd',3
3549
 dw cmp_pd_instruction-instruction_handler
3550
 db 'cmpunordps',3
3551
 dw cmp_ps_instruction-instruction_handler
3552
 db 'cmpunordsd',3
3553
 dw cmp_sd_instruction-instruction_handler
3554
 db 'cmpunordss',3
3555
 dw cmp_ss_instruction-instruction_handler
3556
 db 'cmpxchg16b',16
3557
 dw cmpxchgx_instruction-instruction_handler
3558
 db 'loadall286',5
3559
 dw simple_extended_instruction-instruction_handler
3560
 db 'loadall386',7
3561
 dw simple_extended_instruction-instruction_handler
3562
 db 'maskmovdqu',0
3563
 dw maskmovdqu_instruction-instruction_handler
3564
 db 'phminposuw',41h
3565
 dw sse4_instruction_66_38-instruction_handler
3566
 db 'prefetcht0',1
3567
 dw prefetch_instruction-instruction_handler
3568
 db 'prefetcht1',2
3569
 dw prefetch_instruction-instruction_handler
3570
 db 'prefetcht2',3
3571
 dw prefetch_instruction-instruction_handler
3572
 db 'punpckhqdq',6Dh
3573
 dw sse_pd_instruction-instruction_handler
3574
 db 'punpcklqdq',6Ch
3575
 dw sse_pd_instruction-instruction_handler
3576
 db 'sha256msg1',0CCh
3577
 dw sse4_instruction_38-instruction_handler
3578
 db 'sha256msg2',0CDh
3579
 dw sse4_instruction_38-instruction_handler
3580
 db 'vcmptruepd',0Fh
3581
 dw avx_cmp_pd_instruction-instruction_handler
3582
 db 'vcmptrueps',0Fh
3583
 dw avx_cmp_ps_instruction-instruction_handler
3584
 db 'vcmptruesd',0Fh
3585
 dw avx_cmp_sd_instruction-instruction_handler
3586
 db 'vcmptruess',0Fh
3587
 dw avx_cmp_ss_instruction-instruction_handler
3588
 db 'vcvtpd2udq',79h
3589
 dw avx_cvtpd2udq_instruction-instruction_handler
3590
 db 'vcvtpd2uqq',79h
3591
 dw avx_single_source_pd_instruction_er_evex-instruction_handler
3592
 db 'vcvtps2udq',79h
3593
 dw avx_single_source_ps_instruction_er_evex-instruction_handler
3594
 db 'vcvtps2uqq',79h
3595
 dw avx_cvtps2qq_instruction-instruction_handler
3596
 db 'vcvtsd2usi',79h
3597
 dw avx_cvtsd2usi_instruction-instruction_handler
3598
 db 'vcvtss2usi',79h
3599
 dw avx_cvtss2usi_instruction-instruction_handler
3600
 db 'vcvttpd2dq',0E6h
3601
 dw avx_cvttpd2dq_instruction-instruction_handler
3602
 db 'vcvttpd2qq',7Ah
3603
 dw avx_single_source_pd_instruction_sae_evex-instruction_handler
3604
 db 'vcvttps2dq',5Bh
3605
 dw avx_cvttps2dq_instruction-instruction_handler
3606
 db 'vcvttps2qq',7Ah
3607
 dw avx_cvttps2qq_instruction-instruction_handler
3608
 db 'vcvttsd2si',2Ch
3609
 dw avx_cvttsd2si_instruction-instruction_handler
3610
 db 'vcvttss2si',2Ch
3611
 dw avx_cvttss2si_instruction-instruction_handler
3612
 db 'vcvtudq2pd',7Ah
3613
 dw avx_cvtudq2pd_instruction-instruction_handler
3614
 db 'vcvtudq2ps',7Ah
3615
 dw avx_cvtudq2ps_instruction-instruction_handler
3616
 db 'vcvtuqq2pd',7Ah
3617
 dw avx_cvtqq2pd_instruction-instruction_handler
3618
 db 'vcvtuqq2ps',7Ah
3619
 dw avx_cvtuqq2ps_instruction-instruction_handler
3620
 db 'vcvtusi2sd',7Bh
3621
 dw avx_cvtusi2sd_instruction-instruction_handler
3622
 db 'vcvtusi2ss',7Bh
3623
 dw avx_cvtusi2ss_instruction-instruction_handler
3624
 db 'vextractps',17h
3625
 dw avx_extract_d_instruction-instruction_handler
3626
 db 'vfpclasspd',66h
3627
 dw avx512_fpclasspd_instruction-instruction_handler
3628
 db 'vfpclassps',66h
3629
 dw avx512_fpclassps_instruction-instruction_handler
3630
 db 'vfpclasssd',67h
3631
 dw avx512_fpclasssd_instruction-instruction_handler
3632
 db 'vfpclassss',67h
3633
 dw avx512_fpclassss_instruction-instruction_handler
3634
 db 'vgatherdpd',92h
3635
 dw gather_pd_instruction-instruction_handler
3636
 db 'vgatherdps',92h
3637
 dw gather_ps_instruction-instruction_handler
3638
 db 'vgatherqpd',93h
3639
 dw gather_pd_instruction-instruction_handler
3640
 db 'vgatherqps',93h
3641
 dw gather_ps_instruction-instruction_handler
3642
 db 'vgetmantpd',26h
3643
 dw avx512_single_source_pd_instruction_sae_imm8-instruction_handler
3644
 db 'vgetmantps',26h
3645
 dw avx512_single_source_ps_instruction_sae_imm8-instruction_handler
3646
 db 'vgetmantsd',27h
3647
 dw avx512_sd_instruction_sae_imm8-instruction_handler
3648
 db 'vgetmantss',27h
3649
 dw avx512_ss_instruction_sae_imm8-instruction_handler
3650
 db 'vgf2p8mulb',0CFh
3651
 dw avx_bw_instruction_38-instruction_handler
3652
 db 'vmaskmovpd',2Dh
3653
 dw avx_maskmov_instruction-instruction_handler
3654
 db 'vmaskmovps',2Ch
3655
 dw avx_maskmov_instruction-instruction_handler
3656
 db 'vp4dpwssds',53h
3657
 dw avx512_4vnniw_instruction-instruction_handler
3658
 db 'vpclmulqdq',-1
3659
 dw avx_pclmulqdq_instruction-instruction_handler
3660
 db 'vpcmpestri',61h
3661
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
3662
 db 'vpcmpestrm',60h
3663
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
3664
 db 'vpcmpistri',63h
3665
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
3666
 db 'vpcmpistrm',62h
3667
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
3668
 db 'vpcmpnequb',4
3669
 dw avx512_cmp_ub_instruction-instruction_handler
3670
 db 'vpcmpnequd',4
3671
 dw avx512_cmp_ud_instruction-instruction_handler
3672
 db 'vpcmpnequq',4
3673
 dw avx512_cmp_uq_instruction-instruction_handler
3674
 db 'vpcmpnequw',4
3675
 dw avx512_cmp_uw_instruction-instruction_handler
3676
 db 'vpcmpnleub',6
3677
 dw avx512_cmp_ub_instruction-instruction_handler
3678
 db 'vpcmpnleud',6
3679
 dw avx512_cmp_ud_instruction-instruction_handler
3680
 db 'vpcmpnleuq',6
3681
 dw avx512_cmp_uq_instruction-instruction_handler
3682
 db 'vpcmpnleuw',6
3683
 dw avx512_cmp_uw_instruction-instruction_handler
3684
 db 'vpcmpnltub',5
3685
 dw avx512_cmp_ub_instruction-instruction_handler
3686
 db 'vpcmpnltud',5
3687
 dw avx512_cmp_ud_instruction-instruction_handler
3688
 db 'vpcmpnltuq',5
3689
 dw avx512_cmp_uq_instruction-instruction_handler
3690
 db 'vpcmpnltuw',5
3691
 dw avx512_cmp_uw_instruction-instruction_handler
3692
 db 'vpcomnequb',5
3693
 dw xop_pcom_ub_instruction-instruction_handler
3694
 db 'vpcomnequd',5
3695
 dw xop_pcom_ud_instruction-instruction_handler
3696
 db 'vpcomnequq',5
3697
 dw xop_pcom_uq_instruction-instruction_handler
3698
 db 'vpcomnequw',5
3699
 dw xop_pcom_uw_instruction-instruction_handler
3700
 db 'vpcomtrueb',7
3701
 dw xop_pcom_b_instruction-instruction_handler
3702
 db 'vpcomtrued',7
3703
 dw xop_pcom_d_instruction-instruction_handler
3704
 db 'vpcomtrueq',7
3705
 dw xop_pcom_q_instruction-instruction_handler
3706
 db 'vpcomtruew',7
3707
 dw xop_pcom_w_instruction-instruction_handler
3708
 db 'vperm2f128',6
3709
 dw avx_perm2f128_instruction-instruction_handler
3710
 db 'vperm2i128',46h
3711
 dw avx_perm2f128_instruction-instruction_handler
3712
 db 'vpermil2pd',49h
3713
 dw vpermil2_instruction-instruction_handler
3714
 db 'vpermil2ps',48h
3715
 dw vpermil2_instruction-instruction_handler
3716
 db 'vpgatherdd',90h
3717
 dw gather_ps_instruction-instruction_handler
3718
 db 'vpgatherdq',90h
3719
 dw gather_pd_instruction-instruction_handler
3720
 db 'vpgatherqd',91h
3721
 dw gather_ps_instruction-instruction_handler
3722
 db 'vpgatherqq',91h
3723
 dw gather_pd_instruction-instruction_handler
3724
 db 'vpmacssdqh',8Fh
3725
 dw xop_triple_source_128bit_instruction-instruction_handler
3726
 db 'vpmacssdql',87h
3727
 dw xop_triple_source_128bit_instruction-instruction_handler
3728
 db 'vpmadcsswd',0A6h
3729
 dw xop_triple_source_128bit_instruction-instruction_handler
3730
 db 'vpmaddubsw',4
3731
 dw avx_bw_instruction_38-instruction_handler
3732
 db 'vpmaskmovd',8Ch
3733
 dw avx_maskmov_instruction-instruction_handler
3734
 db 'vpmaskmovq',8Ch
3735
 dw avx_maskmov_w1_instruction-instruction_handler
3736
 db 'vpternlogd',25h
3737
 dw avx_d_instruction_3a_imm8_evex-instruction_handler
3738
 db 'vpternlogq',25h
3739
 dw avx_q_instruction_3a_imm8_evex-instruction_handler
3740
 db 'vpunpckhbw',68h
3741
 dw avx_bw_instruction-instruction_handler
3742
 db 'vpunpckhdq',6Ah
3743
 dw avx_d_instruction-instruction_handler
3744
 db 'vpunpckhwd',69h
3745
 dw avx_bw_instruction-instruction_handler
3746
 db 'vpunpcklbw',60h
3747
 dw avx_bw_instruction-instruction_handler
3748
 db 'vpunpckldq',62h
3749
 dw avx_d_instruction-instruction_handler
3750
 db 'vpunpcklwd',61h
3751
 dw avx_bw_instruction-instruction_handler
3752
 db 'vrsqrt14pd',4Eh
3753
 dw avx512_single_source_pd_instruction-instruction_handler
3754
 db 'vrsqrt14ps',4Eh
3755
 dw avx512_single_source_ps_instruction-instruction_handler
3756
 db 'vrsqrt14sd',4Fh
3757
 dw avx512_sd_instruction-instruction_handler
3758
 db 'vrsqrt14ss',4Fh
3759
 dw avx512_ss_instruction-instruction_handler
3760
 db 'vrsqrt28pd',0CCh
3761
 dw avx512_exp2pd_instruction-instruction_handler
3762
 db 'vrsqrt28ps',0CCh
3763
 dw avx512_exp2ps_instruction-instruction_handler
3764
 db 'vrsqrt28sd',0CDh
3765
 dw avx512_sd_instruction_sae-instruction_handler
3766
 db 'vrsqrt28ss',0CDh
3767
 dw avx512_ss_instruction_sae-instruction_handler
3768
 db 'vshuff32x4',23h
3769
 dw avx512_shuf_d_instruction-instruction_handler
3770
 db 'vshuff64x2',23h
3771
 dw avx512_shuf_q_instruction-instruction_handler
3772
 db 'vshufi32x4',43h
3773
 dw avx512_shuf_d_instruction-instruction_handler
3774
 db 'vshufi64x2',43h
3775
 dw avx512_shuf_q_instruction-instruction_handler
3776
 db 'vzeroupper',77h
3777
 dw vzeroupper_instruction-instruction_handler
3778
 db 'xsaveopt64',110b
3779
 dw fxsave_instruction_64bit-instruction_handler
3780
instructions_11:
3781
 db 'pclmulhqhdq',10001b
3782
 dw pclmulqdq_instruction-instruction_handler
3783
 db 'pclmullqhdq',10000b
3784
 dw pclmulqdq_instruction-instruction_handler
3785
 db 'prefetchnta',0
3786
 dw prefetch_instruction-instruction_handler
3787
 db 'prefetchwt1',2
3788
 dw amd_prefetch_instruction-instruction_handler
3789
 db 'saveprevssp',0EAh
3790
 dw setssbsy_instruction-instruction_handler
3791
 db 'sha256rnds2',0CBh
3792
 dw sse4_instruction_38_xmm0-instruction_handler
3793
 db 'vaesdeclast',0DFh
3794
 dw avx_instruction_38_nomask-instruction_handler
3795
 db 'vaesenclast',0DDh
3796
 dw avx_instruction_38_nomask-instruction_handler
3797
 db 'vcmpeq_ospd',10h
3798
 dw avx_cmp_pd_instruction-instruction_handler
3799
 db 'vcmpeq_osps',10h
3800
 dw avx_cmp_ps_instruction-instruction_handler
3801
 db 'vcmpeq_ossd',10h
3802
 dw avx_cmp_sd_instruction-instruction_handler
3803
 db 'vcmpeq_osss',10h
3804
 dw avx_cmp_ss_instruction-instruction_handler
3805
 db 'vcmpeq_uqpd',8
3806
 dw avx_cmp_pd_instruction-instruction_handler
3807
 db 'vcmpeq_uqps',8
3808
 dw avx_cmp_ps_instruction-instruction_handler
3809
 db 'vcmpeq_uqsd',8
3810
 dw avx_cmp_sd_instruction-instruction_handler
3811
 db 'vcmpeq_uqss',8
3812
 dw avx_cmp_ss_instruction-instruction_handler
3813
 db 'vcmpeq_uspd',18h
3814
 dw avx_cmp_pd_instruction-instruction_handler
3815
 db 'vcmpeq_usps',18h
3816
 dw avx_cmp_ps_instruction-instruction_handler
3817
 db 'vcmpeq_ussd',18h
3818
 dw avx_cmp_sd_instruction-instruction_handler
3819
 db 'vcmpeq_usss',18h
3820
 dw avx_cmp_ss_instruction-instruction_handler
3821
 db 'vcmpfalsepd',0Bh
3822
 dw avx_cmp_pd_instruction-instruction_handler
3823
 db 'vcmpfalseps',0Bh
3824
 dw avx_cmp_ps_instruction-instruction_handler
3825
 db 'vcmpfalsesd',0Bh
3826
 dw avx_cmp_sd_instruction-instruction_handler
3827
 db 'vcmpfalsess',0Bh
3828
 dw avx_cmp_ss_instruction-instruction_handler
3829
 db 'vcmpge_oqpd',1Dh
3830
 dw avx_cmp_pd_instruction-instruction_handler
3831
 db 'vcmpge_oqps',1Dh
3832
 dw avx_cmp_ps_instruction-instruction_handler
3833
 db 'vcmpge_oqsd',1Dh
3834
 dw avx_cmp_sd_instruction-instruction_handler
3835
 db 'vcmpge_oqss',1Dh
3836
 dw avx_cmp_ss_instruction-instruction_handler
3837
 db 'vcmpgt_oqpd',1Eh
3838
 dw avx_cmp_pd_instruction-instruction_handler
3839
 db 'vcmpgt_oqps',1Eh
3840
 dw avx_cmp_ps_instruction-instruction_handler
3841
 db 'vcmpgt_oqsd',1Eh
3842
 dw avx_cmp_sd_instruction-instruction_handler
3843
 db 'vcmpgt_oqss',1Eh
3844
 dw avx_cmp_ss_instruction-instruction_handler
3845
 db 'vcmple_oqpd',12h
3846
 dw avx_cmp_pd_instruction-instruction_handler
3847
 db 'vcmple_oqps',12h
3848
 dw avx_cmp_ps_instruction-instruction_handler
3849
 db 'vcmple_oqsd',12h
3850
 dw avx_cmp_sd_instruction-instruction_handler
3851
 db 'vcmple_oqss',12h
3852
 dw avx_cmp_ss_instruction-instruction_handler
3853
 db 'vcmplt_oqpd',11h
3854
 dw avx_cmp_pd_instruction-instruction_handler
3855
 db 'vcmplt_oqps',11h
3856
 dw avx_cmp_ps_instruction-instruction_handler
3857
 db 'vcmplt_oqsd',11h
3858
 dw avx_cmp_sd_instruction-instruction_handler
3859
 db 'vcmplt_oqss',11h
3860
 dw avx_cmp_ss_instruction-instruction_handler
3861
 db 'vcmpord_spd',17h
3862
 dw avx_cmp_pd_instruction-instruction_handler
3863
 db 'vcmpord_sps',17h
3864
 dw avx_cmp_ps_instruction-instruction_handler
3865
 db 'vcmpord_ssd',17h
3866
 dw avx_cmp_sd_instruction-instruction_handler
3867
 db 'vcmpord_sss',17h
3868
 dw avx_cmp_ss_instruction-instruction_handler
3869
 db 'vcmpunordpd',3
3870
 dw avx_cmp_pd_instruction-instruction_handler
3871
 db 'vcmpunordps',3
3872
 dw avx_cmp_ps_instruction-instruction_handler
3873
 db 'vcmpunordsd',3
3874
 dw avx_cmp_sd_instruction-instruction_handler
3875
 db 'vcmpunordss',3
3876
 dw avx_cmp_ss_instruction-instruction_handler
3877
 db 'vcompresspd',8Ah
3878
 dw avx_compress_q_instruction-instruction_handler
3879
 db 'vcompressps',8Ah
3880
 dw avx_compress_d_instruction-instruction_handler
3881
 db 'vcvttpd2udq',78h
3882
 dw avx_cvttpd2udq_instruction-instruction_handler
3883
 db 'vcvttpd2uqq',78h
3884
 dw avx_single_source_pd_instruction_sae_evex-instruction_handler
3885
 db 'vcvttps2udq',78h
3886
 dw avx_cvttps2udq_instruction-instruction_handler
3887
 db 'vcvttps2uqq',78h
3888
 dw avx_cvttps2qq_instruction-instruction_handler
3889
 db 'vcvttsd2usi',78h
3890
 dw avx_cvttsd2usi_instruction-instruction_handler
3891
 db 'vcvttss2usi',78h
3892
 dw avx_cvttss2usi_instruction-instruction_handler
3893
 db 'vfixupimmpd',54h
3894
 dw avx512_pd_instruction_sae_imm8-instruction_handler
3895
 db 'vfixupimmps',54h
3896
 dw avx512_ps_instruction_sae_imm8-instruction_handler
3897
 db 'vfixupimmsd',55h
3898
 dw avx512_sd_instruction_sae_imm8-instruction_handler
3899
 db 'vfixupimmss',55h
3900
 dw avx512_ss_instruction_sae_imm8-instruction_handler
3901
 db 'vfmadd132pd',98h
3902
 dw fma_instruction_pd-instruction_handler
3903
 db 'vfmadd132ps',98h
3904
 dw fma_instruction_ps-instruction_handler
3905
 db 'vfmadd132sd',99h
3906
 dw fma_instruction_sd-instruction_handler
3907
 db 'vfmadd132ss',99h
3908
 dw fma_instruction_ss-instruction_handler
3909
 db 'vfmadd213pd',0A8h
3910
 dw fma_instruction_pd-instruction_handler
3911
 db 'vfmadd213ps',0A8h
3912
 dw fma_instruction_ps-instruction_handler
3913
 db 'vfmadd213sd',0A9h
3914
 dw fma_instruction_sd-instruction_handler
3915
 db 'vfmadd213ss',0A9h
3916
 dw fma_instruction_ss-instruction_handler
3917
 db 'vfmadd231pd',0B8h
3918
 dw fma_instruction_pd-instruction_handler
3919
 db 'vfmadd231ps',0B8h
3920
 dw fma_instruction_ps-instruction_handler
3921
 db 'vfmadd231sd',0B9h
3922
 dw fma_instruction_sd-instruction_handler
3923
 db 'vfmadd231ss',0B9h
3924
 dw fma_instruction_ss-instruction_handler
3925
 db 'vfmaddsubpd',5Dh
3926
 dw fma4_instruction_p-instruction_handler
3927
 db 'vfmaddsubps',5Ch
3928
 dw fma4_instruction_p-instruction_handler
3929
 db 'vfmsub132pd',9Ah
3930
 dw fma_instruction_pd-instruction_handler
3931
 db 'vfmsub132ps',9Ah
3932
 dw fma_instruction_ps-instruction_handler
3933
 db 'vfmsub132sd',9Bh
3934
 dw fma_instruction_sd-instruction_handler
3935
 db 'vfmsub132ss',9Bh
3936
 dw fma_instruction_ss-instruction_handler
3937
 db 'vfmsub213pd',0AAh
3938
 dw fma_instruction_pd-instruction_handler
3939
 db 'vfmsub213ps',0AAh
3940
 dw fma_instruction_ps-instruction_handler
3941
 db 'vfmsub213sd',0ABh
3942
 dw fma_instruction_sd-instruction_handler
3943
 db 'vfmsub213ss',0ABh
3944
 dw fma_instruction_ss-instruction_handler
3945
 db 'vfmsub231pd',0BAh
3946
 dw fma_instruction_pd-instruction_handler
3947
 db 'vfmsub231ps',0BAh
3948
 dw fma_instruction_ps-instruction_handler
3949
 db 'vfmsub231sd',0BBh
3950
 dw fma_instruction_sd-instruction_handler
3951
 db 'vfmsub231ss',0BBh
3952
 dw fma_instruction_ss-instruction_handler
3953
 db 'vfmsubaddpd',5Fh
3954
 dw fma4_instruction_p-instruction_handler
3955
 db 'vfmsubaddps',5Eh
3956
 dw fma4_instruction_p-instruction_handler
3957
 db 'vinsertf128',18h
3958
 dw avx_insertf128_instruction-instruction_handler
3959
 db 'vinserti128',38h
3960
 dw avx_insertf128_instruction-instruction_handler
3961
 db 'vmaskmovdqu',0
3962
 dw avx_maskmovdqu_instruction-instruction_handler
3963
 db 'vpcomfalseb',6
3964
 dw xop_pcom_b_instruction-instruction_handler
3965
 db 'vpcomfalsed',6
3966
 dw xop_pcom_d_instruction-instruction_handler
3967
 db 'vpcomfalseq',6
3968
 dw xop_pcom_q_instruction-instruction_handler
3969
 db 'vpcomfalsew',6
3970
 dw xop_pcom_w_instruction-instruction_handler
3971
 db 'vpcompressb',63h
3972
 dw avx_compress_d_instruction-instruction_handler
3973
 db 'vpcompressd',8Bh
3974
 dw avx_compress_d_instruction-instruction_handler
3975
 db 'vpcompressq',8Bh
3976
 dw avx_compress_q_instruction-instruction_handler
3977
 db 'vpcompressw',63h
3978
 dw avx_compress_q_instruction-instruction_handler
3979
 db 'vpcomtrueub',7
3980
 dw xop_pcom_ub_instruction-instruction_handler
3981
 db 'vpcomtrueud',7
3982
 dw xop_pcom_ud_instruction-instruction_handler
3983
 db 'vpcomtrueuq',7
3984
 dw xop_pcom_uq_instruction-instruction_handler
3985
 db 'vpcomtrueuw',7
3986
 dw xop_pcom_uw_instruction-instruction_handler
3987
 db 'vpconflictd',0C4h
3988
 dw avx_single_source_d_instruction_38_evex-instruction_handler
3989
 db 'vpconflictq',0C4h
3990
 dw avx_single_source_q_instruction_38_evex-instruction_handler
3991
 db 'vphminposuw',41h
3992
 dw avx_single_source_instruction_38_noevex-instruction_handler
3993
 db 'vpmadd52huq',0B5h
3994
 dw avx_q_instruction_38_evex-instruction_handler
3995
 db 'vpmadd52luq',0B4h
3996
 dw avx_q_instruction_38_evex-instruction_handler
3997
 db 'vpscatterdd',0A0h
3998
 dw scatter_ps_instruction-instruction_handler
3999
 db 'vpscatterdq',0A0h
4000
 dw scatter_pd_instruction-instruction_handler
4001
 db 'vpscatterqd',0A1h
4002
 dw scatter_ps_instruction-instruction_handler
4003
 db 'vpscatterqq',0A1h
4004
 dw scatter_pd_instruction-instruction_handler
4005
 db 'vpunpckhqdq',6Dh
4006
 dw avx_q_instruction-instruction_handler
4007
 db 'vpunpcklqdq',6Ch
4008
 dw avx_q_instruction-instruction_handler
4009
 db 'vrndscalepd',9
4010
 dw avx512_single_source_pd_instruction_sae_imm8-instruction_handler
4011
 db 'vrndscaleps',8
4012
 dw avx512_single_source_ps_instruction_sae_imm8-instruction_handler
4013
 db 'vrndscalesd',0Bh
4014
 dw avx512_sd_instruction_sae_imm8-instruction_handler
4015
 db 'vrndscaless',0Ah
4016
 dw avx512_ss_instruction_sae_imm8-instruction_handler
4017
 db 'vscatterdpd',0A2h
4018
 dw scatter_pd_instruction-instruction_handler
4019
 db 'vscatterdps',0A2h
4020
 dw scatter_ps_instruction-instruction_handler
4021
 db 'vscatterqpd',0A3h
4022
 dw scatter_pd_instruction-instruction_handler
4023
 db 'vscatterqps',0A3h
4024
 dw scatter_ps_instruction-instruction_handler
4025
instructions_12:
4026
 db 'pclmulhqhqdq',10001b
4027
 dw pclmulqdq_instruction-instruction_handler
4028
 db 'pclmulhqlqdq',1
4029
 dw pclmulqdq_instruction-instruction_handler
4030
 db 'pclmullqhqdq',10000b
4031
 dw pclmulqdq_instruction-instruction_handler
4032
 db 'pclmullqlqdq',0
4033
 dw pclmulqdq_instruction-instruction_handler
4034
 db 'vbroadcastsd',19h
4035
 dw avx_broadcastsd_instruction-instruction_handler
4036
 db 'vbroadcastss',18h
4037
 dw avx_broadcastss_instruction-instruction_handler
4038
 db 'vcmpneq_oqpd',0Ch
4039
 dw avx_cmp_pd_instruction-instruction_handler
4040
 db 'vcmpneq_oqps',0Ch
4041
 dw avx_cmp_ps_instruction-instruction_handler
4042
 db 'vcmpneq_oqsd',0Ch
4043
 dw avx_cmp_sd_instruction-instruction_handler
4044
 db 'vcmpneq_oqss',0Ch
4045
 dw avx_cmp_ss_instruction-instruction_handler
4046
 db 'vcmpneq_ospd',1Ch
4047
 dw avx_cmp_pd_instruction-instruction_handler
4048
 db 'vcmpneq_osps',1Ch
4049
 dw avx_cmp_ps_instruction-instruction_handler
4050
 db 'vcmpneq_ossd',1Ch
4051
 dw avx_cmp_sd_instruction-instruction_handler
4052
 db 'vcmpneq_osss',1Ch
4053
 dw avx_cmp_ss_instruction-instruction_handler
4054
 db 'vcmpneq_uspd',14h
4055
 dw avx_cmp_pd_instruction-instruction_handler
4056
 db 'vcmpneq_usps',14h
4057
 dw avx_cmp_ps_instruction-instruction_handler
4058
 db 'vcmpneq_ussd',14h
4059
 dw avx_cmp_sd_instruction-instruction_handler
4060
 db 'vcmpneq_usss',14h
4061
 dw avx_cmp_ss_instruction-instruction_handler
4062
 db 'vcmpnge_uqpd',19h
4063
 dw avx_cmp_pd_instruction-instruction_handler
4064
 db 'vcmpnge_uqps',19h
4065
 dw avx_cmp_ps_instruction-instruction_handler
4066
 db 'vcmpnge_uqsd',19h
4067
 dw avx_cmp_sd_instruction-instruction_handler
4068
 db 'vcmpnge_uqss',19h
4069
 dw avx_cmp_ss_instruction-instruction_handler
4070
 db 'vcmpngt_uqpd',1Ah
4071
 dw avx_cmp_pd_instruction-instruction_handler
4072
 db 'vcmpngt_uqps',1Ah
4073
 dw avx_cmp_ps_instruction-instruction_handler
4074
 db 'vcmpngt_uqsd',1Ah
4075
 dw avx_cmp_sd_instruction-instruction_handler
4076
 db 'vcmpngt_uqss',1Ah
4077
 dw avx_cmp_ss_instruction-instruction_handler
4078
 db 'vcmpnle_uqpd',16h
4079
 dw avx_cmp_pd_instruction-instruction_handler
4080
 db 'vcmpnle_uqps',16h
4081
 dw avx_cmp_ps_instruction-instruction_handler
4082
 db 'vcmpnle_uqsd',16h
4083
 dw avx_cmp_sd_instruction-instruction_handler
4084
 db 'vcmpnle_uqss',16h
4085
 dw avx_cmp_ss_instruction-instruction_handler
4086
 db 'vcmpnlt_uqpd',15h
4087
 dw avx_cmp_pd_instruction-instruction_handler
4088
 db 'vcmpnlt_uqps',15h
4089
 dw avx_cmp_ps_instruction-instruction_handler
4090
 db 'vcmpnlt_uqsd',15h
4091
 dw avx_cmp_sd_instruction-instruction_handler
4092
 db 'vcmpnlt_uqss',15h
4093
 dw avx_cmp_ss_instruction-instruction_handler
4094
 db 'vextractf128',19h
4095
 dw avx_extractf128_instruction-instruction_handler
4096
 db 'vextracti128',39h
4097
 dw avx_extractf128_instruction-instruction_handler
4098
 db 'vfnmadd132pd',9Ch
4099
 dw fma_instruction_pd-instruction_handler
4100
 db 'vfnmadd132ps',9Ch
4101
 dw fma_instruction_ps-instruction_handler
4102
 db 'vfnmadd132sd',9Dh
4103
 dw fma_instruction_sd-instruction_handler
4104
 db 'vfnmadd132ss',9Dh
4105
 dw fma_instruction_ss-instruction_handler
4106
 db 'vfnmadd213pd',0ACh
4107
 dw fma_instruction_pd-instruction_handler
4108
 db 'vfnmadd213ps',0ACh
4109
 dw fma_instruction_ps-instruction_handler
4110
 db 'vfnmadd213sd',0ADh
4111
 dw fma_instruction_sd-instruction_handler
4112
 db 'vfnmadd213ss',0ADh
4113
 dw fma_instruction_ss-instruction_handler
4114
 db 'vfnmadd231pd',0BCh
4115
 dw fma_instruction_pd-instruction_handler
4116
 db 'vfnmadd231ps',0BCh
4117
 dw fma_instruction_ps-instruction_handler
4118
 db 'vfnmadd231sd',0BDh
4119
 dw fma_instruction_sd-instruction_handler
4120
 db 'vfnmadd231ss',0BDh
4121
 dw fma_instruction_ss-instruction_handler
4122
 db 'vfnmsub132pd',9Eh
4123
 dw fma_instruction_pd-instruction_handler
4124
 db 'vfnmsub132ps',9Eh
4125
 dw fma_instruction_ps-instruction_handler
4126
 db 'vfnmsub132sd',9Fh
4127
 dw fma_instruction_sd-instruction_handler
4128
 db 'vfnmsub132ss',9Fh
4129
 dw fma_instruction_ss-instruction_handler
4130
 db 'vfnmsub213pd',0AEh
4131
 dw fma_instruction_pd-instruction_handler
4132
 db 'vfnmsub213ps',0AEh
4133
 dw fma_instruction_ps-instruction_handler
4134
 db 'vfnmsub213sd',0AFh
4135
 dw fma_instruction_sd-instruction_handler
4136
 db 'vfnmsub213ss',0AFh
4137
 dw fma_instruction_ss-instruction_handler
4138
 db 'vfnmsub231pd',0BEh
4139
 dw fma_instruction_pd-instruction_handler
4140
 db 'vfnmsub231ps',0BEh
4141
 dw fma_instruction_ps-instruction_handler
4142
 db 'vfnmsub231sd',0BFh
4143
 dw fma_instruction_sd-instruction_handler
4144
 db 'vfnmsub231ss',0BFh
4145
 dw fma_instruction_ss-instruction_handler
4146
 db 'vinsertf32x4',18h
4147
 dw avx512_insert_32x4_instruction-instruction_handler
4148
 db 'vinsertf32x8',1Ah
4149
 dw avx512_insert_32x8_instruction-instruction_handler
4150
 db 'vinsertf64x2',18h
4151
 dw avx512_insert_64x2_instruction-instruction_handler
4152
 db 'vinsertf64x4',1Ah
4153
 dw avx512_insert_64x4_instruction-instruction_handler
4154
 db 'vinserti32x4',38h
4155
 dw avx512_insert_32x4_instruction-instruction_handler
4156
 db 'vinserti32x8',3Ah
4157
 dw avx512_insert_32x8_instruction-instruction_handler
4158
 db 'vinserti64x2',38h
4159
 dw avx512_insert_64x2_instruction-instruction_handler
4160
 db 'vinserti64x4',3Ah
4161
 dw avx512_insert_64x4_instruction-instruction_handler
4162
 db 'vpbroadcastb',78h
4163
 dw avx_pbroadcastb_instruction-instruction_handler
4164
 db 'vpbroadcastd',58h
4165
 dw avx_pbroadcastd_instruction-instruction_handler
4166
 db 'vpbroadcastq',59h
4167
 dw avx_pbroadcastq_instruction-instruction_handler
4168
 db 'vpbroadcastw',79h
4169
 dw avx_pbroadcastw_instruction-instruction_handler
4170
 db 'vpclmulhqhdq',10001b
4171
 dw avx_pclmulqdq_instruction-instruction_handler
4172
 db 'vpclmullqhdq',10000b
4173
 dw avx_pclmulqdq_instruction-instruction_handler
4174
 db 'vpcomfalseub',6
4175
 dw xop_pcom_ub_instruction-instruction_handler
4176
 db 'vpcomfalseud',6
4177
 dw xop_pcom_ud_instruction-instruction_handler
4178
 db 'vpcomfalseuq',6
4179
 dw xop_pcom_uq_instruction-instruction_handler
4180
 db 'vpcomfalseuw',6
4181
 dw xop_pcom_uw_instruction-instruction_handler
4182
 db 'vpermilmo2pd',10b
4183
 dw vpermil_2pd_instruction-instruction_handler
4184
 db 'vpermilmo2ps',10b
4185
 dw vpermil_2ps_instruction-instruction_handler
4186
 db 'vpermilmz2pd',11b
4187
 dw vpermil_2pd_instruction-instruction_handler
4188
 db 'vpermilmz2ps',11b
4189
 dw vpermil_2ps_instruction-instruction_handler
4190
 db 'vpermiltd2pd',0
4191
 dw vpermil_2pd_instruction-instruction_handler
4192
 db 'vpermiltd2ps',0
4193
 dw vpermil_2ps_instruction-instruction_handler
4194
 db 'vpshufbitqmb',8Fh
4195
 dw avx512_ptestmb_instruction-instruction_handler
4196
instructions_13:
4197
 db 'gf2p8affineqb',0CEh
4198
 dw sse4_instruction_66_3a_imm8-instruction_handler
4199
 db 'vcmptrue_uspd',1Fh
4200
 dw avx_cmp_pd_instruction-instruction_handler
4201
 db 'vcmptrue_usps',1Fh
4202
 dw avx_cmp_ps_instruction-instruction_handler
4203
 db 'vcmptrue_ussd',1Fh
4204
 dw avx_cmp_sd_instruction-instruction_handler
4205
 db 'vcmptrue_usss',1Fh
4206
 dw avx_cmp_ss_instruction-instruction_handler
4207
 db 'vcmpunord_spd',13h
4208
 dw avx_cmp_pd_instruction-instruction_handler
4209
 db 'vcmpunord_sps',13h
4210
 dw avx_cmp_ps_instruction-instruction_handler
4211
 db 'vcmpunord_ssd',13h
4212
 dw avx_cmp_sd_instruction-instruction_handler
4213
 db 'vcmpunord_sss',13h
4214
 dw avx_cmp_ss_instruction-instruction_handler
4215
 db 'vextractf32x4',19h
4216
 dw avx512_extract_32x4_instruction-instruction_handler
4217
 db 'vextractf32x8',1Bh
4218
 dw avx512_extract_32x8_instruction-instruction_handler
4219
 db 'vextractf64x2',19h
4220
 dw avx512_extract_64x2_instruction-instruction_handler
4221
 db 'vextractf64x4',1Bh
4222
 dw avx512_extract_64x4_instruction-instruction_handler
4223
 db 'vextracti32x4',39h
4224
 dw avx512_extract_32x4_instruction-instruction_handler
4225
 db 'vextracti32x8',3Bh
4226
 dw avx512_extract_32x8_instruction-instruction_handler
4227
 db 'vextracti64x2',39h
4228
 dw avx512_extract_64x2_instruction-instruction_handler
4229
 db 'vextracti64x4',3Bh
4230
 dw avx512_extract_64x4_instruction-instruction_handler
4231
 db 'vgatherpf0dpd',1
4232
 dw gatherpf_dpd_instruction-instruction_handler
4233
 db 'vgatherpf0dps',1
4234
 dw gatherpf_dps_instruction-instruction_handler
4235
 db 'vgatherpf0qpd',1
4236
 dw gatherpf_qpd_instruction-instruction_handler
4237
 db 'vgatherpf0qps',1
4238
 dw gatherpf_qps_instruction-instruction_handler
4239
 db 'vgatherpf1dpd',2
4240
 dw gatherpf_dpd_instruction-instruction_handler
4241
 db 'vgatherpf1dps',2
4242
 dw gatherpf_dps_instruction-instruction_handler
4243
 db 'vgatherpf1qpd',2
4244
 dw gatherpf_qpd_instruction-instruction_handler
4245
 db 'vgatherpf1qps',2
4246
 dw gatherpf_qps_instruction-instruction_handler
4247
 db 'vpclmulhqlqdq',1
4248
 dw avx_pclmulqdq_instruction-instruction_handler
4249
 db 'vpclmullqlqdq',0
4250
 dw avx_pclmulqdq_instruction-instruction_handler
4251
instructions_14:
4252
 db 'vbroadcastf128',1Ah
4253
 dw avx_broadcast_128_instruction_noevex-instruction_handler
4254
 db 'vbroadcasti128',5Ah
4255
 dw avx_broadcast_128_instruction_noevex-instruction_handler
4256
 db 'vcmpfalse_ospd',1Bh
4257
 dw avx_cmp_pd_instruction-instruction_handler
4258
 db 'vcmpfalse_osps',1Bh
4259
 dw avx_cmp_ps_instruction-instruction_handler
4260
 db 'vcmpfalse_ossd',1Bh
4261
 dw avx_cmp_sd_instruction-instruction_handler
4262
 db 'vcmpfalse_osss',1Bh
4263
 dw avx_cmp_ss_instruction-instruction_handler
4264
 db 'vfmaddsub132pd',96h
4265
 dw fma_instruction_pd-instruction_handler
4266
 db 'vfmaddsub132ps',96h
4267
 dw fma_instruction_ps-instruction_handler
4268
 db 'vfmaddsub213pd',0A6h
4269
 dw fma_instruction_pd-instruction_handler
4270
 db 'vfmaddsub213ps',0A6h
4271
 dw fma_instruction_ps-instruction_handler
4272
 db 'vfmaddsub231pd',0B6h
4273
 dw fma_instruction_pd-instruction_handler
4274
 db 'vfmaddsub231ps',0B6h
4275
 dw fma_instruction_ps-instruction_handler
4276
 db 'vfmsubadd132pd',97h
4277
 dw fma_instruction_pd-instruction_handler
4278
 db 'vfmsubadd132ps',97h
4279
 dw fma_instruction_ps-instruction_handler
4280
 db 'vfmsubadd213pd',0A7h
4281
 dw fma_instruction_pd-instruction_handler
4282
 db 'vfmsubadd213ps',0A7h
4283
 dw fma_instruction_ps-instruction_handler
4284
 db 'vfmsubadd231pd',0B7h
4285
 dw fma_instruction_pd-instruction_handler
4286
 db 'vfmsubadd231ps',0B7h
4287
 dw fma_instruction_ps-instruction_handler
4288
 db 'vgf2p8affineqb',0CEh
4289
 dw avx_q_instruction_3a_imm8_w1-instruction_handler
4290
 db 'vpmultishiftqb',83h
4291
 dw avx_q_instruction_38_evex-instruction_handler
4292
 db 'vscatterpf0dpd',5
4293
 dw gatherpf_dpd_instruction-instruction_handler
4294
 db 'vscatterpf0dps',5
4295
 dw gatherpf_dps_instruction-instruction_handler
4296
 db 'vscatterpf0qpd',5
4297
 dw gatherpf_qpd_instruction-instruction_handler
4298
 db 'vscatterpf0qps',5
4299
 dw gatherpf_qps_instruction-instruction_handler
4300
 db 'vscatterpf1dpd',6
4301
 dw gatherpf_dpd_instruction-instruction_handler
4302
 db 'vscatterpf1dps',6
4303
 dw gatherpf_dps_instruction-instruction_handler
4304
 db 'vscatterpf1qpd',6
4305
 dw gatherpf_qpd_instruction-instruction_handler
4306
 db 'vscatterpf1qps',6
4307
 dw gatherpf_qps_instruction-instruction_handler
4308
instructions_15:
4309
 db 'aeskeygenassist',0DFh
4310
 dw sse4_instruction_66_3a_imm8-instruction_handler
4311
 db 'vbroadcastf32x2',19h
4312
 dw avx512_broadcast_32x2_instruction-instruction_handler
4313
 db 'vbroadcastf32x4',1Ah
4314
 dw avx512_broadcast_32x4_instruction-instruction_handler
4315
 db 'vbroadcastf32x8',1Bh
4316
 dw avx512_broadcast_32x8_instruction-instruction_handler
4317
 db 'vbroadcastf64x2',1Ah
4318
 dw avx512_broadcast_64x2_instruction-instruction_handler
4319
 db 'vbroadcastf64x4',1Bh
4320
 dw avx512_broadcast_64x4_instruction-instruction_handler
4321
 db 'vbroadcasti32x2',59h
4322
 dw avx512_broadcast_32x2_instruction-instruction_handler
4323
 db 'vbroadcasti32x4',5Ah
4324
 dw avx512_broadcast_32x4_instruction-instruction_handler
4325
 db 'vbroadcasti32x8',5Bh
4326
 dw avx512_broadcast_32x8_instruction-instruction_handler
4327
 db 'vbroadcasti64x2',5Ah
4328
 dw avx512_broadcast_64x2_instruction-instruction_handler
4329
 db 'vbroadcasti64x4',5Bh
4330
 dw avx512_broadcast_64x4_instruction-instruction_handler
4331
 db 'vpbroadcastmb2q',2Ah
4332
 dw avx512_pmov_m2_instruction_w1-instruction_handler
4333
 db 'vpbroadcastmw2d',3Ah
4334
 dw avx512_pmov_m2_instruction-instruction_handler
4335
instructions_16:
4336
 db 'gf2p8affineinvqb',0CFh
4337
 dw sse4_instruction_66_3a_imm8-instruction_handler
4338
 db 'vaeskeygenassist',0DFh
4339
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
4340
instructions_17:
4341
 db 'vgf2p8affineinvqb',0CFh
4342
 dw avx_q_instruction_3a_imm8_w1-instruction_handler
4343
instructions_end:
4344
4345
 
4346
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
4347
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
4348
 dw data_directives_4-data_directives,(data_directives_end-data_directives_4)/(4+3)
4349
4350
 
4351
 db 'db',1
4352
 dw data_bytes-instruction_handler
4353
 db 'dd',4
4354
 dw data_dwords-instruction_handler
4355
 db 'df',6
4356
 dw data_pwords-instruction_handler
4357
 db 'dp',6
4358
 dw data_pwords-instruction_handler
4359
 db 'dq',8
4360
 dw data_qwords-instruction_handler
4361
 db 'dt',10
4362
 dw data_twords-instruction_handler
4363
 db 'du',2
4364
 dw data_unicode-instruction_handler
4365
 db 'dw',2
4366
 dw data_words-instruction_handler
4367
 db 'rb',1
4368
 dw reserve_bytes-instruction_handler
4369
 db 'rd',4
4370
 dw reserve_dwords-instruction_handler
4371
 db 'rf',6
4372
 dw reserve_pwords-instruction_handler
4373
 db 'rp',6
4374
 dw reserve_pwords-instruction_handler
4375
 db 'rq',8
4376
 dw reserve_qwords-instruction_handler
4377
 db 'rt',10
4378
 dw reserve_twords-instruction_handler
4379
 db 'rw',2
4380
 dw reserve_words-instruction_handler
4381
data_directives_3:
4382
data_directives_4:
4383
 db 'file',1
4384
 dw data_file-instruction_handler
4385
data_directives_end:
4386