Subversion Repositories Kolibri OS

Rev

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

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