Subversion Repositories Kolibri OS

Rev

Rev 7859 | Details | Compare with Previous | Last modification | View Log | RSS feed

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