Subversion Repositories Kolibri OS

Rev

Rev 4478 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4478 Rev 6467
Line 1... Line 1...
1
; flat assembler core
1
; flat assembler core
2
; Copyright (c) 1999-2013, Tomasz Grysztar.
2
; Copyright (c) 1999-2016, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
include_variable db 'INCLUDE',0
5
include_variable db 'INCLUDE',0
Line 15... Line 15...
15
 db 3,'irp'
15
 db 3,'irp'
16
 dw irp_directive-directive_handler
16
 dw irp_directive-directive_handler
17
 db 4,'irps'
17
 db 4,'irps'
18
 dw irps_directive-directive_handler
18
 dw irps_directive-directive_handler
19
 db 5,'macro'
19
 db 4,'irpv'
-
 
20
 dw irpv_directive-directive_handler
-
 
21
 db 5,'macro'
20
 dw define_macro-directive_handler
22
 dw define_macro-directive_handler
21
 db 5,'match'
23
 db 5,'match'
22
 dw match_directive-directive_handler
24
 dw match_directive-directive_handler
23
 db 8,'postpone'
25
 db 8,'postpone'
24
 dw postpone_directive-directive_handler
26
 dw postpone_directive-directive_handler
Line 60... Line 62...
60
 
62
 
Line 61... Line 63...
61
single_operand_operators:
63
single_operand_operators:
62
 db 1,'+',82h
64
 db 1,'+',82h
63
 db 1,'-',83h
65
 db 1,'-',83h
-
 
66
 db 3,'bsf',0E0h
-
 
67
 db 3,'bsr',0E1h
64
 db 3,'not',0D0h
68
 db 3,'not',0D0h
65
 db 3,'plt',0E1h
69
 db 3,'plt',0F1h
66
 db 3,'rva',0E0h
70
 db 3,'rva',0F0h
67
 db 0
71
 db 0
Line 68... Line 72...
68
 
72
 
69
directive_operators:
73
directive_operators:
70
 db 5,'align',8Ch
74
 db 5,'align',8Ch
Line 89... Line 93...
89
 db 4,'word',2
93
 db 4,'word',2
90
 db 0
94
 db 0
91
 
95
 
Line 92... Line 96...
92
symbols:
96
symbols:
-
 
97
 dw symbols_1-symbols,(symbols_2-symbols_1)/(1+2)
93
 dw symbols_2-symbols,(symbols_3-symbols_2)/(2+2)
98
 dw symbols_2-symbols,(symbols_3-symbols_2)/(2+2)
94
 dw symbols_3-symbols,(symbols_4-symbols_3)/(3+2)
99
 dw symbols_3-symbols,(symbols_4-symbols_3)/(3+2)
95
 dw symbols_4-symbols,(symbols_5-symbols_4)/(4+2)
100
 dw symbols_4-symbols,(symbols_5-symbols_4)/(4+2)
96
 dw symbols_5-symbols,(symbols_6-symbols_5)/(5+2)
101
 dw symbols_5-symbols,(symbols_6-symbols_5)/(5+2)
97
 dw symbols_6-symbols,(symbols_7-symbols_6)/(6+2)
102
 dw symbols_6-symbols,(symbols_7-symbols_6)/(6+2)
Line 100... Line 105...
100
 dw symbols_9-symbols,(symbols_10-symbols_9)/(9+2)
105
 dw symbols_9-symbols,(symbols_10-symbols_9)/(9+2)
101
 dw symbols_10-symbols,(symbols_11-symbols_10)/(10+2)
106
 dw symbols_10-symbols,(symbols_11-symbols_10)/(10+2)
102
 dw symbols_11-symbols,(symbols_end-symbols_11)/(11+2)
107
 dw symbols_11-symbols,(symbols_end-symbols_11)/(11+2)
103
 
108
 
Line -... Line 109...
-
 
109
symbols_1:
-
 
110
 db 'z',1Fh,0
104
symbols_2:
111
symbols_2:
105
 db 'ah',10h,04h
112
 db 'ah',10h,04h
106
 db 'al',10h,10h
113
 db 'al',10h,10h
107
 db 'ax',10h,20h
114
 db 'ax',10h,20h
108
 db 'bh',10h,07h
115
 db 'bh',10h,07h
109
 db 'bl',10h,13h
116
 db 'bl',10h,13h
110
 db 'bp',10h,25h
117
 db 'bp',10h,25h
111
 db 'bx',10h,23h
118
 db 'bx',10h,23h
112
 db 'ch',10h,05h
119
 db 'ch',10h,05h
113
 db 'cl',10h,11h
120
 db 'cl',10h,11h
114
 db 'cs',10h,62h
121
 db 'cs',10h,32h
115
 db 'cx',10h,21h
122
 db 'cx',10h,21h
116
 db 'dh',10h,06h
123
 db 'dh',10h,06h
117
 db 'di',10h,27h
124
 db 'di',10h,27h
118
 db 'dl',10h,12h
125
 db 'dl',10h,12h
119
 db 'ds',10h,64h
126
 db 'ds',10h,34h
120
 db 'dx',10h,22h
127
 db 'dx',10h,22h
121
 db 'es',10h,61h
128
 db 'es',10h,31h
122
 db 'fs',10h,65h
129
 db 'fs',10h,35h
123
 db 'gs',10h,66h
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
124
 db 'ms',1Ch,41h
139
 db 'ms',1Ch,41h
125
 db 'mz',18h,20h
140
 db 'mz',18h,20h
126
 db 'nx',1Bh,83h
141
 db 'nx',1Bh,83h
127
 db 'pe',18h,30h
142
 db 'pe',18h,30h
128
 db 'r8',10h,88h
143
 db 'r8',10h,88h
129
 db 'r9',10h,89h
144
 db 'r9',10h,89h
-
 
145
 db 'rd',1Fh,21h
-
 
146
 db 'rn',1Fh,20h
-
 
147
 db 'ru',1Fh,22h
-
 
148
 db 'rz',1Fh,23h
130
 db 'si',10h,26h
149
 db 'si',10h,26h
131
 db 'sp',10h,24h
150
 db 'sp',10h,24h
132
 db 'ss',10h,63h
151
 db 'ss',10h,33h
133
 db 'st',10h,0A0h
152
 db 'st',10h,0A0h
134
symbols_3:
153
symbols_3:
135
 db 'bpl',10h,15h
154
 db 'bpl',10h,15h
136
 db 'cr0',10h,50h
155
 db 'cr0',14h,00h
137
 db 'cr1',10h,51h
156
 db 'cr1',14h,01h
138
 db 'cr2',10h,52h
157
 db 'cr2',14h,02h
139
 db 'cr3',10h,53h
158
 db 'cr3',14h,03h
140
 db 'cr4',10h,54h
159
 db 'cr4',14h,04h
141
 db 'cr5',10h,55h
160
 db 'cr5',14h,05h
142
 db 'cr6',10h,56h
161
 db 'cr6',14h,06h
143
 db 'cr7',10h,57h
162
 db 'cr7',14h,07h
144
 db 'cr8',10h,58h
163
 db 'cr8',14h,08h
145
 db 'cr9',10h,59h
164
 db 'cr9',14h,09h
146
 db 'dil',10h,17h
165
 db 'dil',10h,17h
147
 db 'dll',1Bh,80h
166
 db 'dll',1Bh,80h
148
 db 'dr0',10h,70h
167
 db 'dr0',14h,10h
149
 db 'dr1',10h,71h
168
 db 'dr1',14h,11h
150
 db 'dr2',10h,72h
169
 db 'dr2',14h,12h
151
 db 'dr3',10h,73h
170
 db 'dr3',14h,13h
152
 db 'dr4',10h,74h
171
 db 'dr4',14h,14h
153
 db 'dr5',10h,75h
172
 db 'dr5',14h,15h
154
 db 'dr6',10h,76h
173
 db 'dr6',14h,16h
155
 db 'dr7',10h,77h
174
 db 'dr7',14h,17h
156
 db 'dr8',10h,78h
175
 db 'dr8',14h,18h
157
 db 'dr9',10h,79h
176
 db 'dr9',14h,19h
158
 db 'eax',10h,40h
177
 db 'eax',10h,40h
159
 db 'ebp',10h,45h
178
 db 'ebp',10h,45h
160
 db 'ebx',10h,43h
179
 db 'ebx',10h,43h
161
 db 'ecx',10h,41h
180
 db 'ecx',10h,41h
162
 db 'edi',10h,47h
181
 db 'edi',10h,47h
163
 db 'edx',10h,42h
182
 db 'edx',10h,42h
164
 db 'efi',1Bh,10
183
 db 'efi',1Bh,10
165
 db 'eip',10h,0F4h
184
 db 'eip',10h,94h
166
 db 'elf',18h,50h
185
 db 'elf',18h,50h
167
 db 'esi',10h,46h
186
 db 'esi',10h,46h
168
 db 'esp',10h,44h
187
 db 'esp',10h,44h
169
 db 'far',12h,3
188
 db 'far',12h,3
170
 db 'gui',1Bh,2
189
 db 'gui',1Bh,2
Line 195... Line 214...
195
 db 'rbx',10h,83h
214
 db 'rbx',10h,83h
196
 db 'rcx',10h,81h
215
 db 'rcx',10h,81h
197
 db 'rdi',10h,87h
216
 db 'rdi',10h,87h
198
 db 'rdx',10h,82h
217
 db 'rdx',10h,82h
199
 db 'rip',10h,0F8h
218
 db 'rip',10h,98h
200
 db 'rsi',10h,86h
219
 db 'rsi',10h,86h
201
 db 'rsp',10h,84h
220
 db 'rsp',10h,84h
202
 db 'sil',10h,16h
221
 db 'sae',1Fh,30h
-
 
222
 db 'sil',10h,16h
203
 db 'spl',10h,14h
223
 db 'spl',10h,14h
204
 db 'st0',10h,0A0h
224
 db 'st0',10h,0A0h
205
 db 'st1',10h,0A1h
225
 db 'st1',10h,0A1h
206
 db 'st2',10h,0A2h
226
 db 'st2',10h,0A2h
207
 db 'st3',10h,0A3h
227
 db 'st3',10h,0A3h
208
 db 'st4',10h,0A4h
228
 db 'st4',10h,0A4h
209
 db 'st5',10h,0A5h
229
 db 'st5',10h,0A5h
210
 db 'st6',10h,0A6h
230
 db 'st6',10h,0A6h
211
 db 'st7',10h,0A7h
231
 db 'st7',10h,0A7h
212
 db 'tr0',10h,90h
232
 db 'tr0',14h,40h
213
 db 'tr1',10h,91h
233
 db 'tr1',14h,41h
214
 db 'tr2',10h,92h
234
 db 'tr2',14h,42h
215
 db 'tr3',10h,93h
235
 db 'tr3',14h,43h
216
 db 'tr4',10h,94h
236
 db 'tr4',14h,44h
217
 db 'tr5',10h,95h
237
 db 'tr5',14h,45h
218
 db 'tr6',10h,96h
238
 db 'tr6',14h,46h
219
 db 'tr7',10h,97h
239
 db 'tr7',14h,47h
220
 db 'wdm',1Bh,81h
240
 db 'wdm',1Bh,81h
221
symbols_4:
241
symbols_4:
222
 db 'byte',11h,1
242
 db '1to2',1Fh,11h
-
 
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
223
 db 'code',19h,5
250
 db 'code',19h,5
224
 db 'coff',18h,40h
251
 db 'coff',18h,40h
225
 db 'cr10',10h,5Ah
252
 db 'cr10',14h,0Ah
226
 db 'cr11',10h,5Bh
253
 db 'cr11',14h,0Bh
227
 db 'cr12',10h,5Ch
254
 db 'cr12',14h,0Ch
228
 db 'cr13',10h,5Dh
255
 db 'cr13',14h,0Dh
229
 db 'cr14',10h,5Eh
256
 db 'cr14',14h,0Eh
230
 db 'cr15',10h,5Fh
257
 db 'cr15',14h,0Fh
231
 db 'data',19h,6
258
 db 'data',19h,6
232
 db 'dr10',10h,7Ah
259
 db 'dr10',14h,1Ah
233
 db 'dr11',10h,7Bh
260
 db 'dr11',14h,1Bh
234
 db 'dr12',10h,7Ch
261
 db 'dr12',14h,1Ch
235
 db 'dr13',10h,7Dh
262
 db 'dr13',14h,1Dh
236
 db 'dr14',10h,7Eh
263
 db 'dr14',14h,1Eh
237
 db 'dr15',10h,7Fh
264
 db 'dr15',14h,1Fh
238
 db 'ms64',1Ch,49h
265
 db 'ms64',1Ch,49h
239
 db 'near',12h,2
266
 db 'near',12h,2
240
 db 'note',1Eh,4
267
 db 'note',1Eh,4
241
 db 'pe64',18h,3Ch
268
 db 'pe64',18h,3Ch
242
 db 'r10b',10h,1Ah
269
 db 'r10b',10h,1Ah
243
 db 'r10d',10h,4Ah
270
 db 'r10d',10h,4Ah
Line 273... Line 300...
273
 db 'xmm6',10h,0C6h
300
 db 'xmm6',10h,0C6h
274
 db 'xmm7',10h,0C7h
301
 db 'xmm7',10h,0C7h
275
 db 'xmm8',10h,0C8h
302
 db 'xmm8',10h,0C8h
276
 db 'xmm9',10h,0C9h
303
 db 'xmm9',10h,0C9h
277
 db 'ymm0',10h,0D0h
304
 db 'ymm0',10h,0E0h
278
 db 'ymm1',10h,0D1h
305
 db 'ymm1',10h,0E1h
279
 db 'ymm2',10h,0D2h
306
 db 'ymm2',10h,0E2h
280
 db 'ymm3',10h,0D3h
307
 db 'ymm3',10h,0E3h
281
 db 'ymm4',10h,0D4h
308
 db 'ymm4',10h,0E4h
282
 db 'ymm5',10h,0D5h
309
 db 'ymm5',10h,0E5h
283
 db 'ymm6',10h,0D6h
310
 db 'ymm6',10h,0E6h
284
 db 'ymm7',10h,0D7h
311
 db 'ymm7',10h,0E7h
285
 db 'ymm8',10h,0D8h
312
 db 'ymm8',10h,0E8h
286
 db 'ymm9',10h,0D9h
313
 db 'ymm9',10h,0E9h
287
symbols_5:
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:
288
 db 'dword',11h,4
325
 db '1to16',1Fh,14h
-
 
326
 db 'dword',11h,4
289
 db 'elf64',18h,58h
327
 db 'elf64',18h,58h
290
 db 'fword',11h,6
328
 db 'fword',11h,6
291
 db 'large',1Bh,82h
329
 db 'large',1Bh,82h
292
 db 'pword',11h,6
330
 db 'pword',11h,6
293
 db 'qword',11h,8
331
 db 'qword',11h,8
Line 302... Line 340...
302
 db 'xmm12',10h,0CCh
340
 db 'xmm12',10h,0CCh
303
 db 'xmm13',10h,0CDh
341
 db 'xmm13',10h,0CDh
304
 db 'xmm14',10h,0CEh
342
 db 'xmm14',10h,0CEh
305
 db 'xmm15',10h,0CFh
343
 db 'xmm15',10h,0CFh
306
 db 'xword',11h,16
344
 db 'xmm16',10h,0D0h
-
 
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
307
 db 'ymm10',10h,0DAh
361
 db 'ymm10',10h,0EAh
308
 db 'ymm11',10h,0DBh
362
 db 'ymm11',10h,0EBh
309
 db 'ymm12',10h,0DCh
363
 db 'ymm12',10h,0ECh
310
 db 'ymm13',10h,0DDh
364
 db 'ymm13',10h,0EDh
311
 db 'ymm14',10h,0DEh
365
 db 'ymm14',10h,0EEh
312
 db 'ymm15',10h,0DFh
366
 db 'ymm15',10h,0EFh
313
 db 'yword',11h,32
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
314
symbols_6:
384
 db 'zmm10',10h,6Ah
-
 
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:
315
 db 'binary',18h,10h
408
 db 'binary',18h,10h
316
 db 'dqword',11h,16
409
 db 'dqword',11h,16
317
 db 'export',1Ah,0
410
 db 'export',1Ah,0
318
 db 'fixups',1Ah,5
411
 db 'fixups',1Ah,5
319
 db 'import',1Ah,1
412
 db 'import',1Ah,1
Line 321... Line 414...
321
 db 'qqword',11h,32
414
 db 'qqword',11h,32
322
 db 'static',1Dh,1
415
 db 'static',1Dh,1
323
symbols_7:
416
symbols_7:
324
 db 'console',1Bh,3
417
 db 'console',1Bh,3
325
 db 'dynamic',1Eh,2
418
 db 'dqqword',11h,64
-
 
419
 db 'dynamic',1Eh,2
326
 db 'efiboot',1Bh,11
420
 db 'efiboot',1Bh,11
327
symbols_8:
421
symbols_8:
328
 db 'linkinfo',19h,9
422
 db 'linkinfo',19h,9
329
 db 'readable',19h,30
423
 db 'readable',19h,30
330
 db 'resource',1Ah,2
424
 db 'resource',1Ah,2
Line 402... Line 496...
402
 db 'add',00h
496
 db 'add',00h
403
 dw basic_instruction-instruction_handler
497
 dw basic_instruction-instruction_handler
404
 db 'and',20h
498
 db 'and',20h
405
 dw basic_instruction-instruction_handler
499
 dw basic_instruction-instruction_handler
406
 db 'bsf',0BCh
500
 db 'bnd',0F2h
-
 
501
 dw bnd_prefix_instruction-instruction_handler
-
 
502
 db 'bsf',0BCh
407
 dw bs_instruction-instruction_handler
503
 dw bs_instruction-instruction_handler
408
 db 'bsr',0BDh
504
 db 'bsr',0BDh
409
 dw bs_instruction-instruction_handler
505
 dw bs_instruction-instruction_handler
410
 db 'btc',7
506
 db 'btc',7
411
 dw bt_instruction-instruction_handler
507
 dw bt_instruction-instruction_handler
Line 586... Line 682...
586
 dw call_instruction-instruction_handler
682
 dw call_instruction-instruction_handler
587
 db 'cdqe',98h
683
 db 'cdqe',98h
588
 dw simple_instruction_64bit-instruction_handler
684
 dw simple_instruction_64bit-instruction_handler
589
 db 'clac',0CAh
685
 db 'clac',0CAh
590
 dw simple_vmx_instruction-instruction_handler
686
 dw simple_instruction_0f_01-instruction_handler
591
 db 'clgi',0DDh
687
 db 'clgi',0DDh
592
 dw simple_vmx_instruction-instruction_handler
688
 dw simple_instruction_0f_01-instruction_handler
593
 db 'clts',6
689
 db 'clts',6
594
 dw simple_extended_instruction-instruction_handler
690
 dw simple_extended_instruction-instruction_handler
595
 db 'cmps',0A6h
691
 db 'clwb',6
-
 
692
 dw clflushopt_instruction-instruction_handler
-
 
693
 db 'cmps',0A6h
596
 dw cmps_instruction-instruction_handler
694
 dw cmps_instruction-instruction_handler
597
 db 'cwde',98h
695
 db 'cwde',98h
598
 dw simple_instruction_32bit-instruction_handler
696
 dw simple_instruction_32bit-instruction_handler
599
 db 'data',0
697
 db 'data',0
600
 dw data_directive-instruction_handler
698
 dw data_directive-instruction_handler
601
 db 'dppd',41h
699
 db 'dppd',41h
602
 dw sse4_instruction_3a_imm8-instruction_handler
700
 dw sse4_instruction_66_3a_imm8-instruction_handler
603
 db 'dpps',40h
701
 db 'dpps',40h
604
 dw sse4_instruction_3a_imm8-instruction_handler
702
 dw sse4_instruction_66_3a_imm8-instruction_handler
605
 db 'else',0
703
 db 'else',0
606
 dw else_directive-instruction_handler
704
 dw else_directive-instruction_handler
607
 db 'emms',77h
705
 db 'emms',77h
608
 dw simple_extended_instruction-instruction_handler
706
 dw simple_extended_instruction-instruction_handler
609
 db 'fabs',100001b
707
 db 'fabs',100001b
610
 dw simple_fpu_instruction-instruction_handler
708
 dw simple_fpu_instruction-instruction_handler
Line 677... Line 775...
677
 db 'jnge',7Ch
775
 db 'jnge',7Ch
678
 dw conditional_jump-instruction_handler
776
 dw conditional_jump-instruction_handler
679
 db 'jnle',7Fh
777
 db 'jnle',7Fh
680
 dw conditional_jump-instruction_handler
778
 dw conditional_jump-instruction_handler
681
 db 'lahf',9Fh
779
 db 'korb',45h
-
 
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
682
 dw simple_instruction-instruction_handler
788
 dw simple_instruction-instruction_handler
683
 db 'lgdt',2
789
 db 'lgdt',2
684
 dw lgdt_instruction-instruction_handler
790
 dw lgdt_instruction-instruction_handler
685
 db 'lidt',3
791
 db 'lidt',3
686
 dw lgdt_instruction-instruction_handler
792
 dw lgdt_instruction-instruction_handler
Line 790... Line 896...
790
 dw pm_store_word_instruction-instruction_handler
896
 dw pm_store_word_instruction-instruction_handler
791
 db 'smsw',14h
897
 db 'smsw',14h
792
 dw pm_store_word_instruction-instruction_handler
898
 dw pm_store_word_instruction-instruction_handler
793
 db 'stac',0CBh
899
 db 'stac',0CBh
794
 dw simple_vmx_instruction-instruction_handler
900
 dw simple_instruction_0f_01-instruction_handler
795
 db 'stgi',0DCh
901
 db 'stgi',0DCh
796
 dw simple_vmx_instruction-instruction_handler
902
 dw simple_instruction_0f_01-instruction_handler
797
 db 'stos',0AAh
903
 db 'stos',0AAh
798
 dw stos_instruction-instruction_handler
904
 dw stos_instruction-instruction_handler
799
 db 'test',0
905
 db 'test',0
800
 dw test_instruction-instruction_handler
906
 dw test_instruction-instruction_handler
801
 db 'verr',4
907
 db 'verr',4
802
 dw pm_word_instruction-instruction_handler
908
 dw pm_word_instruction-instruction_handler
803
 db 'verw',5
909
 db 'verw',5
804
 dw pm_word_instruction-instruction_handler
910
 dw pm_word_instruction-instruction_handler
805
 db 'vpor',0EBh
911
 db 'vpor',0EBh
806
 dw avx_pd_instruction-instruction_handler
912
 dw avx_pd_instruction_noevex-instruction_handler
807
 db 'wait',9Bh
913
 db 'wait',9Bh
808
 dw simple_instruction-instruction_handler
914
 dw simple_instruction-instruction_handler
809
 db 'xadd',0C0h
915
 db 'xadd',0C0h
810
 dw basic_486_instruction-instruction_handler
916
 dw basic_486_instruction-instruction_handler
811
 db 'xchg',0
917
 db 'xchg',0
812
 dw xchg_instruction-instruction_handler
918
 dw xchg_instruction-instruction_handler
813
 db 'xend',0D5h
919
 db 'xend',0D5h
814
 dw simple_vmx_instruction-instruction_handler
920
 dw simple_instruction_0f_01-instruction_handler
815
 db 'xlat',0D7h
921
 db 'xlat',0D7h
816
 dw xlat_instruction-instruction_handler
922
 dw xlat_instruction-instruction_handler
817
instructions_5:
923
instructions_5:
818
 db 'addpd',58h
924
 db 'addpd',58h
819
 dw sse_pd_instruction-instruction_handler
925
 dw sse_pd_instruction-instruction_handler
820
 db 'addps',58h
926
 db 'addps',58h
Line 834... Line 940...
834
 db 'blcic',15h
940
 db 'blcic',15h
835
 dw tbm_instruction-instruction_handler
941
 dw tbm_instruction-instruction_handler
836
 db 'blsic',16h
942
 db 'blsic',16h
837
 dw tbm_instruction-instruction_handler
943
 dw tbm_instruction-instruction_handler
838
 db 'bound',0
944
 db 'bndcl',1Ah
-
 
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
839
 dw bound_instruction-instruction_handler
953
 dw bound_instruction-instruction_handler
840
 db 'break',0
954
 db 'break',0
841
 dw break_directive-instruction_handler
955
 dw break_directive-instruction_handler
842
 db 'bswap',0
956
 db 'bswap',0
843
 dw bswap_instruction-instruction_handler
957
 dw bswap_instruction-instruction_handler
Line 972... Line 1086...
972
 db 'jecxz',0E3h
1086
 db 'jecxz',0E3h
973
 dw loop_instruction_32bit-instruction_handler
1087
 dw loop_instruction_32bit-instruction_handler
974
 db 'jrcxz',0E3h
1088
 db 'jrcxz',0E3h
975
 dw loop_instruction_64bit-instruction_handler
1089
 dw loop_instruction_64bit-instruction_handler
976
 db 'label',0
1090
 db 'kaddb',4Ah
-
 
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
977
 dw label_directive-instruction_handler
1131
 dw label_directive-instruction_handler
978
 db 'lddqu',0
1132
 db 'lddqu',0
979
 dw lddqu_instruction-instruction_handler
1133
 dw lddqu_instruction-instruction_handler
980
 db 'leave',0C9h
1134
 db 'leave',0C9h
981
 dw simple_instruction-instruction_handler
1135
 dw simple_instruction-instruction_handler
Line 1125... Line 1279...
1125
 dw basic_mmx_instruction-instruction_handler
1279
 dw basic_mmx_instruction-instruction_handler
1126
 db 'psubw',0F9h
1280
 db 'psubw',0F9h
1127
 dw basic_mmx_instruction-instruction_handler
1281
 dw basic_mmx_instruction-instruction_handler
1128
 db 'ptest',17h
1282
 db 'ptest',17h
1129
 dw sse4_instruction_38-instruction_handler
1283
 dw sse4_instruction_66_38-instruction_handler
1130
 db 'pusha',60h
1284
 db 'pusha',60h
1131
 dw simple_instruction_except64-instruction_handler
1285
 dw simple_instruction_except64-instruction_handler
1132
 db 'pushd',4
1286
 db 'pushd',4
1133
 dw push_instruction-instruction_handler
1287
 dw push_instruction-instruction_handler
1134
 db 'pushf',9Ch
1288
 db 'pushf',9Ch
1135
 dw simple_instruction-instruction_handler
1289
 dw simple_instruction-instruction_handler
Line 1151... Line 1305...
1151
 dw prefix_instruction-instruction_handler
1305
 dw prefix_instruction-instruction_handler
1152
 db 'repnz',0F2h
1306
 db 'repnz',0F2h
1153
 dw prefix_instruction-instruction_handler
1307
 dw prefix_instruction-instruction_handler
1154
 db 'retfd',0CAh
1308
 db 'retfd',0CAh
1155
 dw ret_instruction_32bit-instruction_handler
1309
 dw retf_instruction_32bit-instruction_handler
1156
 db 'retfq',0CAh
1310
 db 'retfq',0CAh
1157
 dw ret_instruction_64bit-instruction_handler
1311
 dw retf_instruction_64bit-instruction_handler
1158
 db 'retfw',0CAh
1312
 db 'retfw',0CAh
1159
 dw ret_instruction_16bit-instruction_handler
1313
 dw retf_instruction_16bit-instruction_handler
1160
 db 'retnd',0C2h
1314
 db 'retnd',0C2h
1161
 dw ret_instruction_32bit_except64-instruction_handler
1315
 dw ret_instruction_32bit_except64-instruction_handler
1162
 db 'retnq',0C2h
1316
 db 'retnq',0C2h
1163
 dw ret_instruction_only64-instruction_handler
1317
 dw ret_instruction_only64-instruction_handler
1164
 db 'retnw',0C2h
1318
 db 'retnw',0C2h
1165
 dw ret_instruction_16bit-instruction_handler
1319
 dw ret_instruction_16bit-instruction_handler
Line 1229... Line 1383...
1229
 dw popcnt_instruction-instruction_handler
1383
 dw popcnt_instruction-instruction_handler
1230
 db 'tzmsk',14h
1384
 db 'tzmsk',14h
1231
 dw tbm_instruction-instruction_handler
1385
 dw tbm_instruction-instruction_handler
1232
 db 'vdppd',41h
1386
 db 'vdppd',41h
1233
 dw avx_128bit_instruction_3a_imm8-instruction_handler
1387
 dw avx_128bit_instruction_3a_imm8_noevex-instruction_handler
1234
 db 'vdpps',40h
1388
 db 'vdpps',40h
1235
 dw avx_instruction_3a_imm8-instruction_handler
1389
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
1236
 db 'vmovd',0
1390
 db 'vmovd',0
1237
 dw avx_movd_instruction-instruction_handler
1391
 dw avx_movd_instruction-instruction_handler
1238
 db 'vmovq',0
1392
 db 'vmovq',0
1239
 dw avx_movq_instruction-instruction_handler
1393
 dw avx_movq_instruction-instruction_handler
1240
 db 'vmrun',0D8h
1394
 db 'vmrun',0D8h
1241
 dw simple_svm_instruction-instruction_handler
1395
 dw simple_svm_instruction-instruction_handler
Line 1245... Line 1399...
1245
 dw avx_pd_instruction-instruction_handler
1399
 dw avx_pd_instruction-instruction_handler
1246
 db 'vorps',56h
1400
 db 'vorps',56h
1247
 dw avx_ps_instruction-instruction_handler
1401
 dw avx_ps_instruction-instruction_handler
1248
 db 'vpand',0DBh
1402
 db 'vpand',0DBh
1249
 dw avx_pd_instruction-instruction_handler
1403
 dw avx_pd_instruction_noevex-instruction_handler
-
 
1404
 db 'vpord',0EBh
-
 
1405
 dw avx_d_instruction_evex-instruction_handler
1250
 db 'vpxor',0EFh
1406
 db 'vporq',0EBh
-
 
1407
 dw avx_q_instruction_evex-instruction_handler
-
 
1408
 db 'vpxor',0EFh
1251
 dw avx_pd_instruction-instruction_handler
1409
 dw avx_pd_instruction_noevex-instruction_handler
1252
 db 'while',0
1410
 db 'while',0
1253
 dw while_directive-instruction_handler
1411
 dw while_directive-instruction_handler
1254
 db 'wrmsr',30h
1412
 db 'wrmsr',30h
1255
 dw simple_extended_instruction-instruction_handler
1413
 dw simple_extended_instruction-instruction_handler
1256
 db 'xlatb',0D7h
1414
 db 'xlatb',0D7h
1257
 dw simple_instruction-instruction_handler
1415
 dw simple_instruction-instruction_handler
Line 1261... Line 1419...
1261
 dw sse_ps_instruction-instruction_handler
1419
 dw sse_ps_instruction-instruction_handler
1262
 db 'xsave',100b
1420
 db 'xsave',100b
1263
 dw fxsave_instruction-instruction_handler
1421
 dw fxsave_instruction-instruction_handler
1264
 db 'xtest',0D6h
1422
 db 'xtest',0D6h
1265
 dw simple_vmx_instruction-instruction_handler
1423
 dw simple_instruction_0f_01-instruction_handler
1266
instructions_6:
1424
instructions_6:
1267
 db 'aesdec',0DEh
1425
 db 'aesdec',0DEh
1268
 dw sse4_instruction_38-instruction_handler
1426
 dw sse4_instruction_66_38-instruction_handler
1269
 db 'aesenc',0DCh
1427
 db 'aesenc',0DCh
1270
 dw sse4_instruction_38-instruction_handler
1428
 dw sse4_instruction_66_38-instruction_handler
1271
 db 'aesimc',0DBh
1429
 db 'aesimc',0DBh
1272
 dw sse4_instruction_38-instruction_handler
1430
 dw sse4_instruction_66_38-instruction_handler
1273
 db 'andnpd',55h
1431
 db 'andnpd',55h
1274
 dw sse_pd_instruction-instruction_handler
1432
 dw sse_pd_instruction-instruction_handler
1275
 db 'andnps',55h
1433
 db 'andnps',55h
1276
 dw sse_ps_instruction-instruction_handler
1434
 dw sse_ps_instruction-instruction_handler
1277
 db 'assert',0
1435
 db 'assert',0
1278
 dw assert_directive-instruction_handler
1436
 dw assert_directive-instruction_handler
1279
 db 'blcmsk',21h
1437
 db 'blcmsk',21h
1280
 dw tbm_instruction-instruction_handler
1438
 dw tbm_instruction-instruction_handler
1281
 db 'blsmsk',2
1439
 db 'blsmsk',2
1282
 dw bmi_instruction-instruction_handler
1440
 dw bmi_instruction-instruction_handler
1283
 db 'cmovae',43h
1441
 db 'bndldx',1Ah
-
 
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
1284
 dw bs_instruction-instruction_handler
1448
 dw bs_instruction-instruction_handler
1285
 db 'cmovbe',46h
1449
 db 'cmovbe',46h
1286
 dw bs_instruction-instruction_handler
1450
 dw bs_instruction-instruction_handler
1287
 db 'cmovge',4Dh
1451
 db 'cmovge',4Dh
1288
 dw bs_instruction-instruction_handler
1452
 dw bs_instruction-instruction_handler
Line 1401... Line 1565...
1401
 db 'invept',80h
1565
 db 'invept',80h
1402
 dw vmx_inv_instruction-instruction_handler
1566
 dw vmx_inv_instruction-instruction_handler
1403
 db 'invlpg',0
1567
 db 'invlpg',0
1404
 dw invlpg_instruction-instruction_handler
1568
 dw invlpg_instruction-instruction_handler
1405
 db 'lfence',0E8h
1569
 db 'kandnb',42h
-
 
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
1406
 dw fence_instruction-instruction_handler
1594
 dw fence_instruction-instruction_handler
1407
 db 'llwpcb',0
1595
 db 'llwpcb',0
1408
 dw llwpcb_instruction-instruction_handler
1596
 dw llwpcb_instruction-instruction_handler
1409
 db 'looped',0E1h
1597
 db 'looped',0E1h
1410
 dw loop_instruction_32bit-instruction_handler
1598
 dw loop_instruction_32bit-instruction_handler
Line 1486... Line 1674...
1486
 dw pinsrq_instruction-instruction_handler
1674
 dw pinsrq_instruction-instruction_handler
1487
 db 'pinsrw',0C4h
1675
 db 'pinsrw',0C4h
1488
 dw pinsrw_instruction-instruction_handler
1676
 dw pinsrw_instruction-instruction_handler
1489
 db 'pmaxsb',3Ch
1677
 db 'pmaxsb',3Ch
1490
 dw sse4_instruction_38-instruction_handler
1678
 dw sse4_instruction_66_38-instruction_handler
1491
 db 'pmaxsd',3Dh
1679
 db 'pmaxsd',3Dh
1492
 dw sse4_instruction_38-instruction_handler
1680
 dw sse4_instruction_66_38-instruction_handler
1493
 db 'pmaxsw',0EEh
1681
 db 'pmaxsw',0EEh
1494
 dw basic_mmx_instruction-instruction_handler
1682
 dw basic_mmx_instruction-instruction_handler
1495
 db 'pmaxub',0DEh
1683
 db 'pmaxub',0DEh
1496
 dw basic_mmx_instruction-instruction_handler
1684
 dw basic_mmx_instruction-instruction_handler
1497
 db 'pmaxud',3Fh
1685
 db 'pmaxud',3Fh
1498
 dw sse4_instruction_38-instruction_handler
1686
 dw sse4_instruction_66_38-instruction_handler
1499
 db 'pmaxuw',3Eh
1687
 db 'pmaxuw',3Eh
1500
 dw sse4_instruction_38-instruction_handler
1688
 dw sse4_instruction_66_38-instruction_handler
1501
 db 'pminsb',38h
1689
 db 'pminsb',38h
1502
 dw sse4_instruction_38-instruction_handler
1690
 dw sse4_instruction_66_38-instruction_handler
1503
 db 'pminsd',39h
1691
 db 'pminsd',39h
1504
 dw sse4_instruction_38-instruction_handler
1692
 dw sse4_instruction_66_38-instruction_handler
1505
 db 'pminsw',0EAh
1693
 db 'pminsw',0EAh
1506
 dw basic_mmx_instruction-instruction_handler
1694
 dw basic_mmx_instruction-instruction_handler
1507
 db 'pminub',0DAh
1695
 db 'pminub',0DAh
1508
 dw basic_mmx_instruction-instruction_handler
1696
 dw basic_mmx_instruction-instruction_handler
1509
 db 'pminud',3Bh
1697
 db 'pminud',3Bh
1510
 dw sse4_instruction_38-instruction_handler
1698
 dw sse4_instruction_66_38-instruction_handler
1511
 db 'pminuw',3Ah
1699
 db 'pminuw',3Ah
1512
 dw sse4_instruction_38-instruction_handler
1700
 dw sse4_instruction_66_38-instruction_handler
1513
 db 'pmuldq',28h
1701
 db 'pmuldq',28h
1514
 dw sse4_instruction_38-instruction_handler
1702
 dw sse4_instruction_66_38-instruction_handler
1515
 db 'pmulhw',0E5h
1703
 db 'pmulhw',0E5h
1516
 dw basic_mmx_instruction-instruction_handler
1704
 dw basic_mmx_instruction-instruction_handler
1517
 db 'pmulld',40h
1705
 db 'pmulld',40h
1518
 dw sse4_instruction_38-instruction_handler
1706
 dw sse4_instruction_66_38-instruction_handler
1519
 db 'pmullw',0D5h
1707
 db 'pmullw',0D5h
1520
 dw basic_mmx_instruction-instruction_handler
1708
 dw basic_mmx_instruction-instruction_handler
1521
 db 'popcnt',0B8h
1709
 db 'popcnt',0B8h
1522
 dw popcnt_instruction-instruction_handler
1710
 dw popcnt_instruction-instruction_handler
1523
 db 'psadbw',0F6h
1711
 db 'psadbw',0F6h
1524
 dw basic_mmx_instruction-instruction_handler
1712
 dw basic_mmx_instruction-instruction_handler
Line 1557... Line 1745...
1557
 db 'pushfw',9Ch
1745
 db 'pushfw',9Ch
1558
 dw simple_instruction_16bit-instruction_handler
1746
 dw simple_instruction_16bit-instruction_handler
1559
 db 'rdmsrq',32h
1747
 db 'rdmsrq',32h
1560
 dw simple_extended_instruction_64bit-instruction_handler
1748
 dw simple_extended_instruction_64bit-instruction_handler
1561
 db 'rdrand',110b
1749
 db 'rdpkru',0EEh
-
 
1750
 dw simple_instruction_0f_01-instruction_handler
-
 
1751
 db 'rdrand',110b
1562
 dw rdrand_instruction-instruction_handler
1752
 dw rdrand_instruction-instruction_handler
1563
 db 'rdseed',111b
1753
 db 'rdseed',111b
1564
 dw rdrand_instruction-instruction_handler
1754
 dw rdrand_instruction-instruction_handler
1565
 db 'rdtscp',1
1755
 db 'rdtscp',0F9h
1566
 dw rdtscp_instruction-instruction_handler
1756
 dw simple_instruction_0f_01-instruction_handler
1567
 db 'repeat',0
1757
 db 'repeat',0
1568
 dw repeat_directive-instruction_handler
1758
 dw repeat_directive-instruction_handler
1569
 db 'setalc',0D6h
1759
 db 'setalc',0D6h
1570
 dw simple_instruction_except64-instruction_handler
1760
 dw simple_instruction_except64-instruction_handler
1571
 db 'setnae',92h
1761
 db 'setnae',92h
1572
 dw set_instruction-instruction_handler
1762
 dw set_instruction-instruction_handler
Line 1593... Line 1783...
1593
 db 'sqrtsd',51h
1783
 db 'sqrtsd',51h
1594
 dw sse_sd_instruction-instruction_handler
1784
 dw sse_sd_instruction-instruction_handler
1595
 db 'sqrtss',51h
1785
 db 'sqrtss',51h
1596
 dw sse_ss_instruction-instruction_handler
1786
 dw sse_ss_instruction-instruction_handler
1597
 db 'swapgs',0
1787
 db 'swapgs',0F8h
1598
 dw swapgs_instruction-instruction_handler
1788
 dw swapgs_instruction-instruction_handler
1599
 db 'sysret',07h
1789
 db 'sysret',07h
1600
 dw simple_extended_instruction-instruction_handler
1790
 dw simple_extended_instruction-instruction_handler
1601
 db 't1mskc',17h
1791
 db 't1mskc',17h
1602
 dw tbm_instruction-instruction_handler
1792
 dw tbm_instruction-instruction_handler
1603
 db 'vaddpd',58h
1793
 db 'vaddpd',58h
1604
 dw avx_pd_instruction-instruction_handler
1794
 dw avx_pd_instruction_er-instruction_handler
1605
 db 'vaddps',58h
1795
 db 'vaddps',58h
1606
 dw avx_ps_instruction-instruction_handler
1796
 dw avx_ps_instruction_er-instruction_handler
1607
 db 'vaddsd',58h
1797
 db 'vaddsd',58h
1608
 dw avx_sd_instruction-instruction_handler
1798
 dw avx_sd_instruction_er-instruction_handler
1609
 db 'vaddss',58h
1799
 db 'vaddss',58h
1610
 dw avx_ss_instruction-instruction_handler
1800
 dw avx_ss_instruction_er-instruction_handler
1611
 db 'vandpd',54h
1801
 db 'vandpd',54h
1612
 dw avx_pd_instruction-instruction_handler
1802
 dw avx_pd_instruction-instruction_handler
1613
 db 'vandps',54h
1803
 db 'vandps',54h
1614
 dw avx_ps_instruction-instruction_handler
1804
 dw avx_ps_instruction-instruction_handler
1615
 db 'vcmppd',-1
1805
 db 'vcmppd',-1
1616
 dw avx_cmp_pd_instruction-instruction_handler
1806
 dw avx_cmp_pd_instruction-instruction_handler
Line 1620... Line 1810...
1620
 dw avx_cmp_sd_instruction-instruction_handler
1810
 dw avx_cmp_sd_instruction-instruction_handler
1621
 db 'vcmpss',-1
1811
 db 'vcmpss',-1
1622
 dw avx_cmp_ss_instruction-instruction_handler
1812
 dw avx_cmp_ss_instruction-instruction_handler
1623
 db 'vdivpd',5Eh
1813
 db 'vdivpd',5Eh
1624
 dw avx_pd_instruction-instruction_handler
1814
 dw avx_pd_instruction_er-instruction_handler
1625
 db 'vdivps',5Eh
1815
 db 'vdivps',5Eh
1626
 dw avx_ps_instruction-instruction_handler
1816
 dw avx_ps_instruction_er-instruction_handler
1627
 db 'vdivsd',5Eh
1817
 db 'vdivsd',5Eh
1628
 dw avx_sd_instruction-instruction_handler
1818
 dw avx_sd_instruction_er-instruction_handler
1629
 db 'vdivss',5Eh
1819
 db 'vdivss',5Eh
1630
 dw avx_ss_instruction-instruction_handler
1820
 dw avx_ss_instruction_er-instruction_handler
1631
 db 'vlddqu',0F0h
1821
 db 'vlddqu',0F0h
1632
 dw avx_lddqu_instruction-instruction_handler
1822
 dw avx_lddqu_instruction-instruction_handler
1633
 db 'vmaxpd',5Fh
1823
 db 'vmaxpd',5Fh
1634
 dw avx_pd_instruction-instruction_handler
1824
 dw avx_pd_instruction_sae-instruction_handler
1635
 db 'vmaxps',5Fh
1825
 db 'vmaxps',5Fh
1636
 dw avx_ps_instruction-instruction_handler
1826
 dw avx_ps_instruction_sae-instruction_handler
1637
 db 'vmaxsd',5Fh
1827
 db 'vmaxsd',5Fh
1638
 dw avx_sd_instruction-instruction_handler
1828
 dw avx_sd_instruction_sae-instruction_handler
1639
 db 'vmaxss',5Fh
1829
 db 'vmaxss',5Fh
1640
 dw avx_ss_instruction-instruction_handler
1830
 dw avx_ss_instruction_sae-instruction_handler
1641
 db 'vmcall',0C1h
1831
 db 'vmcall',0C1h
1642
 dw simple_vmx_instruction-instruction_handler
1832
 dw simple_instruction_0f_01-instruction_handler
-
 
1833
 db 'vmfunc',0D4h
-
 
1834
 dw simple_instruction_0f_01-instruction_handler
1643
 db 'vminpd',5Dh
1835
 db 'vminpd',5Dh
1644
 dw avx_pd_instruction-instruction_handler
1836
 dw avx_pd_instruction_sae-instruction_handler
1645
 db 'vminps',5Dh
1837
 db 'vminps',5Dh
1646
 dw avx_ps_instruction-instruction_handler
1838
 dw avx_ps_instruction_sae-instruction_handler
1647
 db 'vminsd',5Dh
1839
 db 'vminsd',5Dh
1648
 dw avx_sd_instruction-instruction_handler
1840
 dw avx_sd_instruction_sae-instruction_handler
1649
 db 'vminss',5Dh
1841
 db 'vminss',5Dh
1650
 dw avx_ss_instruction-instruction_handler
1842
 dw avx_ss_instruction_sae-instruction_handler
1651
 db 'vmload',0DAh
1843
 db 'vmload',0DAh
1652
 dw simple_svm_instruction-instruction_handler
1844
 dw simple_svm_instruction-instruction_handler
1653
 db 'vmovsd',0
1845
 db 'vmovsd',0
1654
 dw avx_movsd_instruction-instruction_handler
1846
 dw avx_movsd_instruction-instruction_handler
1655
 db 'vmovss',0
1847
 db 'vmovss',0
1656
 dw avx_movss_instruction-instruction_handler
1848
 dw avx_movss_instruction-instruction_handler
Line 1658... Line 1850...
1658
 dw vmread_instruction-instruction_handler
1850
 dw vmread_instruction-instruction_handler
1659
 db 'vmsave',0DBh
1851
 db 'vmsave',0DBh
1660
 dw simple_svm_instruction-instruction_handler
1852
 dw simple_svm_instruction-instruction_handler
1661
 db 'vmulpd',59h
1853
 db 'vmulpd',59h
1662
 dw avx_pd_instruction-instruction_handler
1854
 dw avx_pd_instruction_er-instruction_handler
1663
 db 'vmulps',59h
1855
 db 'vmulps',59h
1664
 dw avx_ps_instruction-instruction_handler
1856
 dw avx_ps_instruction_er-instruction_handler
1665
 db 'vmulsd',59h
1857
 db 'vmulsd',59h
1666
 dw avx_sd_instruction-instruction_handler
1858
 dw avx_sd_instruction_er-instruction_handler
1667
 db 'vmulss',59h
1859
 db 'vmulss',59h
1668
 dw avx_ss_instruction-instruction_handler
1860
 dw avx_ss_instruction_er-instruction_handler
1669
 db 'vmxoff',0C4h
1861
 db 'vmxoff',0C4h
1670
 dw simple_vmx_instruction-instruction_handler
1862
 dw simple_instruction_0f_01-instruction_handler
1671
 db 'vpabsb',1Ch
1863
 db 'vpabsb',1Ch
1672
 dw avx_single_source_instruction_38-instruction_handler
1864
 dw avx_single_source_bw_instruction_38-instruction_handler
1673
 db 'vpabsd',1Eh
1865
 db 'vpabsd',1Eh
1674
 dw avx_single_source_instruction_38-instruction_handler
1866
 dw avx_single_source_d_instruction_38-instruction_handler
1675
 db 'vpabsw',1Dh
1867
 db 'vpabsq',1Fh
-
 
1868
 dw avx_single_source_q_instruction_38_evex-instruction_handler
-
 
1869
 db 'vpabsw',1Dh
1676
 dw avx_single_source_instruction_38-instruction_handler
1870
 dw avx_single_source_bw_instruction_38-instruction_handler
1677
 db 'vpaddb',0FCh
1871
 db 'vpaddb',0FCh
1678
 dw avx_pd_instruction-instruction_handler
1872
 dw avx_bw_instruction-instruction_handler
1679
 db 'vpaddd',0FEh
1873
 db 'vpaddd',0FEh
1680
 dw avx_pd_instruction-instruction_handler
1874
 dw avx_d_instruction-instruction_handler
1681
 db 'vpaddq',0D4h
1875
 db 'vpaddq',0D4h
1682
 dw avx_pd_instruction-instruction_handler
1876
 dw avx_q_instruction-instruction_handler
1683
 db 'vpaddw',0FDh
1877
 db 'vpaddw',0FDh
1684
 dw avx_pd_instruction-instruction_handler
1878
 dw avx_bw_instruction-instruction_handler
1685
 db 'vpandn',0DFh
1879
 db 'vpandd',0DBh
-
 
1880
 dw avx_d_instruction_evex-instruction_handler
-
 
1881
 db 'vpandn',0DFh
1686
 dw avx_pd_instruction-instruction_handler
1882
 dw avx_pd_instruction_noevex-instruction_handler
1687
 db 'vpavgb',0E0h
1883
 db 'vpandq',0DBh
-
 
1884
 dw avx_q_instruction_evex-instruction_handler
-
 
1885
 db 'vpavgb',0E0h
1688
 dw avx_pd_instruction-instruction_handler
1886
 dw avx_bw_instruction-instruction_handler
1689
 db 'vpavgw',0E3h
1887
 db 'vpavgw',0E3h
1690
 dw avx_pd_instruction-instruction_handler
1888
 dw avx_bw_instruction-instruction_handler
1691
 db 'vpcmov',0A2h
1889
 db 'vpcmov',0A2h
1692
 dw vpcmov_instruction-instruction_handler
1890
 dw vpcmov_instruction-instruction_handler
1693
 db 'vpcomb',-1
1891
 db 'vpcmpb',-1
-
 
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
1694
 dw xop_pcom_b_instruction-instruction_handler
1900
 dw xop_pcom_b_instruction-instruction_handler
1695
 db 'vpcomd',-1
1901
 db 'vpcomd',-1
1696
 dw xop_pcom_d_instruction-instruction_handler
1902
 dw xop_pcom_d_instruction-instruction_handler
1697
 db 'vpcomq',-1
1903
 db 'vpcomq',-1
1698
 dw xop_pcom_q_instruction-instruction_handler
1904
 dw xop_pcom_q_instruction-instruction_handler
1699
 db 'vpcomw',-1
1905
 db 'vpcomw',-1
1700
 dw xop_pcom_w_instruction-instruction_handler
1906
 dw xop_pcom_w_instruction-instruction_handler
1701
 db 'vpermd',36h
1907
 db 'vpermb',8Dh
-
 
1908
 dw avx_bw_instruction_38_evex-instruction_handler
-
 
1909
 db 'vpermd',36h
1702
 dw avx_permd_instruction-instruction_handler
1910
 dw avx_permd_instruction-instruction_handler
1703
 db 'vpermq',0
1911
 db 'vpermq',0
1704
 dw avx_permq_instruction-instruction_handler
1912
 dw avx_permq_instruction-instruction_handler
1705
 db 'vpperm',0A3h
1913
 db 'vpermw',8Dh
-
 
1914
 dw avx_bw_instruction_38_w1_evex-instruction_handler
-
 
1915
 db 'vpperm',0A3h
1706
 dw xop_128bit_instruction-instruction_handler
1916
 dw xop_128bit_instruction-instruction_handler
1707
 db 'vprotb',90h
1917
 db 'vprold',1
-
 
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
1708
 dw xop_shift_instruction-instruction_handler
1926
 dw xop_shift_instruction-instruction_handler
1709
 db 'vprotd',92h
1927
 db 'vprotd',92h
1710
 dw xop_shift_instruction-instruction_handler
1928
 dw xop_shift_instruction-instruction_handler
1711
 db 'vprotq',93h
1929
 db 'vprotq',93h
1712
 dw xop_shift_instruction-instruction_handler
1930
 dw xop_shift_instruction-instruction_handler
Line 1728... Line 1946...
1728
 dw xop_shift_instruction-instruction_handler
1946
 dw xop_shift_instruction-instruction_handler
1729
 db 'vpshlw',95h
1947
 db 'vpshlw',95h
1730
 dw xop_shift_instruction-instruction_handler
1948
 dw xop_shift_instruction-instruction_handler
1731
 db 'vpslld',0F2h
1949
 db 'vpslld',0F2h
1732
 dw avx_bit_shift_instruction-instruction_handler
1950
 dw avx_shift_d_instruction-instruction_handler
1733
 db 'vpsllq',0F3h
1951
 db 'vpsllq',0F3h
1734
 dw avx_bit_shift_instruction-instruction_handler
1952
 dw avx_shift_q_instruction-instruction_handler
1735
 db 'vpsllw',0F1h
1953
 db 'vpsllw',0F1h
1736
 dw avx_bit_shift_instruction-instruction_handler
1954
 dw avx_shift_bw_instruction-instruction_handler
1737
 db 'vpsrad',0E2h
1955
 db 'vpsrad',0E2h
1738
 dw avx_bit_shift_instruction-instruction_handler
1956
 dw avx_shift_d_instruction-instruction_handler
1739
 db 'vpsraw',0E1h
1957
 db 'vpsraq',0E2h
-
 
1958
 dw avx_shift_q_instruction_evex-instruction_handler
-
 
1959
 db 'vpsraw',0E1h
1740
 dw avx_bit_shift_instruction-instruction_handler
1960
 dw avx_shift_bw_instruction-instruction_handler
1741
 db 'vpsrld',0D2h
1961
 db 'vpsrld',0D2h
1742
 dw avx_bit_shift_instruction-instruction_handler
1962
 dw avx_shift_d_instruction-instruction_handler
1743
 db 'vpsrlq',0D3h
1963
 db 'vpsrlq',0D3h
1744
 dw avx_bit_shift_instruction-instruction_handler
1964
 dw avx_shift_q_instruction-instruction_handler
1745
 db 'vpsrlw',0D1h
1965
 db 'vpsrlw',0D1h
1746
 dw avx_bit_shift_instruction-instruction_handler
1966
 dw avx_shift_bw_instruction-instruction_handler
1747
 db 'vpsubb',0F8h
1967
 db 'vpsubb',0F8h
1748
 dw avx_pd_instruction-instruction_handler
1968
 dw avx_bw_instruction-instruction_handler
1749
 db 'vpsubd',0FAh
1969
 db 'vpsubd',0FAh
1750
 dw avx_pd_instruction-instruction_handler
1970
 dw avx_d_instruction-instruction_handler
1751
 db 'vpsubq',0FBh
1971
 db 'vpsubq',0FBh
1752
 dw avx_pd_instruction-instruction_handler
1972
 dw avx_q_instruction-instruction_handler
1753
 db 'vpsubw',0F9h
1973
 db 'vpsubw',0F9h
1754
 dw avx_pd_instruction-instruction_handler
1974
 dw avx_bw_instruction-instruction_handler
1755
 db 'vptest',17h
1975
 db 'vptest',17h
1756
 dw avx_single_source_instruction_38-instruction_handler
1976
 dw avx_single_source_instruction_38_noevex-instruction_handler
1757
 db 'vrcpps',53h
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
1758
 dw avx_single_source_ps_instruction-instruction_handler
1982
 dw avx_single_source_ps_instruction_noevex-instruction_handler
1759
 db 'vrcpss',53h
1983
 db 'vrcpss',53h
1760
 dw avx_ss_instruction-instruction_handler
1984
 dw avx_ss_instruction_noevex-instruction_handler
1761
 db 'vsubpd',5Ch
1985
 db 'vsubpd',5Ch
1762
 dw avx_pd_instruction-instruction_handler
1986
 dw avx_pd_instruction_er-instruction_handler
1763
 db 'vsubps',5Ch
1987
 db 'vsubps',5Ch
1764
 dw avx_ps_instruction-instruction_handler
1988
 dw avx_ps_instruction_er-instruction_handler
1765
 db 'vsubsd',5Ch
1989
 db 'vsubsd',5Ch
1766
 dw avx_sd_instruction-instruction_handler
1990
 dw avx_sd_instruction_er-instruction_handler
1767
 db 'vsubss',5Ch
1991
 db 'vsubss',5Ch
1768
 dw avx_ss_instruction-instruction_handler
1992
 dw avx_ss_instruction_er-instruction_handler
1769
 db 'vxorpd',57h
1993
 db 'vxorpd',57h
1770
 dw avx_pd_instruction-instruction_handler
1994
 dw avx_pd_instruction-instruction_handler
1771
 db 'vxorps',57h
1995
 db 'vxorps',57h
1772
 dw avx_ps_instruction-instruction_handler
1996
 dw avx_ps_instruction-instruction_handler
1773
 db 'wbinvd',9
1997
 db 'wbinvd',9
1774
 dw simple_extended_instruction-instruction_handler
1998
 dw simple_extended_instruction-instruction_handler
1775
 db 'wrmsrq',30h
1999
 db 'wrmsrq',30h
1776
 dw simple_extended_instruction_64bit-instruction_handler
2000
 dw simple_extended_instruction_64bit-instruction_handler
1777
 db 'xabort',0
2001
 db 'wrpkru',0EFh
-
 
2002
 dw simple_instruction_0f_01-instruction_handler
-
 
2003
 db 'xabort',0
1778
 dw xabort_instruction-instruction_handler
2004
 dw xabort_instruction-instruction_handler
1779
 db 'xbegin',0
2005
 db 'xbegin',0
1780
 dw xbegin_instruction-instruction_handler
2006
 dw xbegin_instruction-instruction_handler
1781
 db 'xgetbv',0D0h
2007
 db 'xgetbv',0D0h
1782
 dw simple_vmx_instruction-instruction_handler
2008
 dw simple_instruction_0f_01-instruction_handler
1783
 db 'xrstor',101b
2009
 db 'xrstor',101b
1784
 dw fxsave_instruction-instruction_handler
2010
 dw fxsave_instruction-instruction_handler
1785
 db 'xsetbv',0D1h
2011
 db 'xsetbv',0D1h
1786
 dw simple_vmx_instruction-instruction_handler
2012
 dw simple_instruction_0f_01-instruction_handler
1787
instructions_7:
2013
instructions_7:
1788
 db 'blcfill',11h
2014
 db 'blcfill',11h
1789
 dw tbm_instruction-instruction_handler
2015
 dw tbm_instruction-instruction_handler
1790
 db 'blendpd',0Dh
2016
 db 'blendpd',0Dh
1791
 dw sse4_instruction_3a_imm8-instruction_handler
2017
 dw sse4_instruction_66_3a_imm8-instruction_handler
1792
 db 'blendps',0Ch
2018
 db 'blendps',0Ch
1793
 dw sse4_instruction_3a_imm8-instruction_handler
2019
 dw sse4_instruction_66_3a_imm8-instruction_handler
1794
 db 'blsfill',12h
2020
 db 'blsfill',12h
1795
 dw tbm_instruction-instruction_handler
2021
 dw tbm_instruction-instruction_handler
1796
 db 'clflush',111b
2022
 db 'clflush',111b
1797
 dw fxsave_instruction-instruction_handler
2023
 dw fxsave_instruction-instruction_handler
1798
 db 'cmovnae',42h
2024
 db 'cmovnae',42h
1799
 dw bs_instruction-instruction_handler
2025
 dw bs_instruction-instruction_handler
Line 1919... Line 2145...
1919
 dw movntss_instruction-instruction_handler
2145
 dw movntss_instruction-instruction_handler
1920
 db 'movq2dq',0
2146
 db 'movq2dq',0
1921
 dw movq2dq_instruction-instruction_handler
2147
 dw movq2dq_instruction-instruction_handler
1922
 db 'mpsadbw',42h
2148
 db 'mpsadbw',42h
1923
 dw sse4_instruction_3a_imm8-instruction_handler
2149
 dw sse4_instruction_66_3a_imm8-instruction_handler
1924
 db 'paddusb',0DCh
2150
 db 'paddusb',0DCh
1925
 dw basic_mmx_instruction-instruction_handler
2151
 dw basic_mmx_instruction-instruction_handler
1926
 db 'paddusw',0DDh
2152
 db 'paddusw',0DDh
1927
 dw basic_mmx_instruction-instruction_handler
2153
 dw basic_mmx_instruction-instruction_handler
1928
 db 'palignr',0
2154
 db 'palignr',0
1929
 dw palignr_instruction-instruction_handler
2155
 dw palignr_instruction-instruction_handler
1930
 db 'pavgusb',0BFh
2156
 db 'pavgusb',0BFh
1931
 dw amd3dnow_instruction-instruction_handler
2157
 dw amd3dnow_instruction-instruction_handler
1932
 db 'pblendw',0Eh
2158
 db 'pblendw',0Eh
1933
 dw sse4_instruction_3a_imm8-instruction_handler
2159
 dw sse4_instruction_66_3a_imm8-instruction_handler
1934
 db 'pcmpeqb',74h
2160
 db 'pcmpeqb',74h
1935
 dw basic_mmx_instruction-instruction_handler
2161
 dw basic_mmx_instruction-instruction_handler
1936
 db 'pcmpeqd',76h
2162
 db 'pcmpeqd',76h
1937
 dw basic_mmx_instruction-instruction_handler
2163
 dw basic_mmx_instruction-instruction_handler
1938
 db 'pcmpeqq',29h
2164
 db 'pcmpeqq',29h
1939
 dw sse4_instruction_38-instruction_handler
2165
 dw sse4_instruction_66_38-instruction_handler
1940
 db 'pcmpeqw',75h
2166
 db 'pcmpeqw',75h
1941
 dw basic_mmx_instruction-instruction_handler
2167
 dw basic_mmx_instruction-instruction_handler
1942
 db 'pcmpgtb',64h
2168
 db 'pcmpgtb',64h
1943
 dw basic_mmx_instruction-instruction_handler
2169
 dw basic_mmx_instruction-instruction_handler
1944
 db 'pcmpgtd',66h
2170
 db 'pcmpgtd',66h
1945
 dw basic_mmx_instruction-instruction_handler
2171
 dw basic_mmx_instruction-instruction_handler
1946
 db 'pcmpgtq',37h
2172
 db 'pcmpgtq',37h
1947
 dw sse4_instruction_38-instruction_handler
2173
 dw sse4_instruction_66_38-instruction_handler
1948
 db 'pcmpgtw',65h
2174
 db 'pcmpgtw',65h
1949
 dw basic_mmx_instruction-instruction_handler
2175
 dw basic_mmx_instruction-instruction_handler
1950
 db 'pfcmpeq',0B0h
2176
 db 'pcommit',0F8h
-
 
2177
 dw pcommit_instruction-instruction_handler
-
 
2178
 db 'pfcmpeq',0B0h
1951
 dw amd3dnow_instruction-instruction_handler
2179
 dw amd3dnow_instruction-instruction_handler
1952
 db 'pfcmpge',90h
2180
 db 'pfcmpge',90h
1953
 dw amd3dnow_instruction-instruction_handler
2181
 dw amd3dnow_instruction-instruction_handler
1954
 db 'pfcmpgt',0A0h
2182
 db 'pfcmpgt',0A0h
1955
 dw amd3dnow_instruction-instruction_handler
2183
 dw amd3dnow_instruction-instruction_handler
Line 1977... Line 2205...
1977
 dw basic_mmx_instruction-instruction_handler
2205
 dw basic_mmx_instruction-instruction_handler
1978
 db 'psubusw',0D9h
2206
 db 'psubusw',0D9h
1979
 dw basic_mmx_instruction-instruction_handler
2207
 dw basic_mmx_instruction-instruction_handler
1980
 db 'roundpd',9
2208
 db 'roundpd',9
1981
 dw sse4_instruction_3a_imm8-instruction_handler
2209
 dw sse4_instruction_66_3a_imm8-instruction_handler
1982
 db 'roundps',8
2210
 db 'roundps',8
1983
 dw sse4_instruction_3a_imm8-instruction_handler
2211
 dw sse4_instruction_66_3a_imm8-instruction_handler
1984
 db 'roundsd',0Bh
2212
 db 'roundsd',0Bh
1985
 dw sse4_sd_instruction_3a_imm8-instruction_handler
2213
 dw sse4_sd_instruction_66_3a_imm8-instruction_handler
1986
 db 'roundss',0Ah
2214
 db 'roundss',0Ah
1987
 dw sse4_ss_instruction_3a_imm8-instruction_handler
2215
 dw sse4_ss_instruction_66_3a_imm8-instruction_handler
1988
 db 'rsqrtps',52h
2216
 db 'rsqrtps',52h
1989
 dw sse_ps_instruction-instruction_handler
2217
 dw sse_ps_instruction-instruction_handler
1990
 db 'rsqrtss',52h
2218
 db 'rsqrtss',52h
1991
 dw sse_ss_instruction-instruction_handler
2219
 dw sse_ss_instruction-instruction_handler
1992
 db 'section',0
2220
 db 'section',0
1993
 dw section_directive-instruction_handler
2221
 dw section_directive-instruction_handler
Line 2005... Line 2233...
2005
 dw comisd_instruction-instruction_handler
2233
 dw comisd_instruction-instruction_handler
2006
 db 'ucomiss',2Eh
2234
 db 'ucomiss',2Eh
2007
 dw comiss_instruction-instruction_handler
2235
 dw comiss_instruction-instruction_handler
2008
 db 'vaesdec',0DEh
2236
 db 'vaesdec',0DEh
2009
 dw avx_128bit_instruction_38-instruction_handler
2237
 dw avx_128bit_instruction_38_noevex-instruction_handler
2010
 db 'vaesenc',0DCh
2238
 db 'vaesenc',0DCh
2011
 dw avx_128bit_instruction_38-instruction_handler
2239
 dw avx_128bit_instruction_38_noevex-instruction_handler
2012
 db 'vaesimc',0DBh
2240
 db 'vaesimc',0DBh
2013
 dw avx_single_source_128bit_instruction_38-instruction_handler
2241
 dw avx_single_source_128bit_instruction_38_noevex-instruction_handler
2014
 db 'vandnpd',55h
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
2015
 dw avx_pd_instruction-instruction_handler
2247
 dw avx_pd_instruction-instruction_handler
2016
 db 'vandnps',55h
2248
 db 'vandnps',55h
2017
 dw avx_ps_instruction-instruction_handler
2249
 dw avx_ps_instruction-instruction_handler
2018
 db 'vcomisd',2Fh
2250
 db 'vcomisd',2Fh
2019
 dw avx_comisd_instruction-instruction_handler
2251
 dw avx_comisd_instruction-instruction_handler
2020
 db 'vcomiss',2Fh
2252
 db 'vcomiss',2Fh
2021
 dw avx_comiss_instruction-instruction_handler
2253
 dw avx_comiss_instruction-instruction_handler
2022
 db 'vfrczpd',81h
2254
 db 'vexp2pd',0C8h
-
 
2255
 dw avx512_exp2pd_instruction-instruction_handler
-
 
2256
 db 'vexp2ps',0C8h
-
 
2257
 dw avx512_exp2ps_instruction-instruction_handler
-
 
2258
 db 'vfrczpd',81h
2023
 dw xop_single_source_instruction-instruction_handler
2259
 dw xop_single_source_instruction-instruction_handler
2024
 db 'vfrczps',80h
2260
 db 'vfrczps',80h
2025
 dw xop_single_source_instruction-instruction_handler
2261
 dw xop_single_source_instruction-instruction_handler
2026
 db 'vfrczsd',83h
2262
 db 'vfrczsd',83h
2027
 dw xop_single_source_sd_instruction-instruction_handler
2263
 dw xop_single_source_sd_instruction-instruction_handler
2028
 db 'vfrczss',82h
2264
 db 'vfrczss',82h
2029
 dw xop_single_source_ss_instruction-instruction_handler
2265
 dw xop_single_source_ss_instruction-instruction_handler
2030
 db 'vhaddpd',07Ch
2266
 db 'vhaddpd',07Ch
2031
 dw avx_pd_instruction-instruction_handler
2267
 dw avx_pd_instruction_noevex-instruction_handler
2032
 db 'vhaddps',07Ch
2268
 db 'vhaddps',07Ch
2033
 dw avx_haddps_instruction-instruction_handler
2269
 dw avx_ps_instruction_noevex-instruction_handler
2034
 db 'vhsubpd',07Dh
2270
 db 'vhsubpd',07Dh
2035
 dw avx_pd_instruction-instruction_handler
2271
 dw avx_pd_instruction_noevex-instruction_handler
2036
 db 'vhsubps',07Dh
2272
 db 'vhsubps',07Dh
2037
 dw avx_haddps_instruction-instruction_handler
2273
 dw avx_ps_instruction_noevex-instruction_handler
2038
 db 'virtual',0
2274
 db 'virtual',0
2039
 dw virtual_directive-instruction_handler
2275
 dw virtual_directive-instruction_handler
2040
 db 'vmclear',6
2276
 db 'vmclear',6
2041
 dw vmclear_instruction-instruction_handler
2277
 dw vmclear_instruction-instruction_handler
2042
 db 'vmmcall',0D9h
2278
 db 'vmmcall',0D9h
2043
 dw simple_vmx_instruction-instruction_handler
2279
 dw simple_instruction_0f_01-instruction_handler
2044
 db 'vmovapd',28h
2280
 db 'vmovapd',28h
2045
 dw avx_movpd_instruction-instruction_handler
2281
 dw avx_movpd_instruction-instruction_handler
2046
 db 'vmovaps',28h
2282
 db 'vmovaps',28h
2047
 dw avx_movps_instruction-instruction_handler
2283
 dw avx_movps_instruction-instruction_handler
2048
 db 'vmovdqa',6Fh
2284
 db 'vmovdqa',6Fh
2049
 dw avx_movpd_instruction-instruction_handler
2285
 dw avx_movdqa_instruction-instruction_handler
2050
 db 'vmovdqu',6Fh
2286
 db 'vmovdqu',6Fh
2051
 dw avx_movdqu_instruction-instruction_handler
2287
 dw avx_movdqu_instruction-instruction_handler
2052
 db 'vmovhpd',16h
2288
 db 'vmovhpd',16h
2053
 dw avx_movlpd_instruction-instruction_handler
2289
 dw avx_movlpd_instruction-instruction_handler
2054
 db 'vmovhps',16h
2290
 db 'vmovhps',16h
2055
 dw avx_movlps_instruction-instruction_handler
2291
 dw avx_movlps_instruction-instruction_handler
Line 2067... Line 2303...
2067
 dw vmx_instruction-instruction_handler
2303
 dw vmx_instruction-instruction_handler
2068
 db 'vmwrite',0
2304
 db 'vmwrite',0
2069
 dw vmwrite_instruction-instruction_handler
2305
 dw vmwrite_instruction-instruction_handler
2070
 db 'vpaddsb',0ECh
2306
 db 'vpaddsb',0ECh
2071
 dw avx_pd_instruction-instruction_handler
2307
 dw avx_bw_instruction-instruction_handler
2072
 db 'vpaddsw',0EDh
2308
 db 'vpaddsw',0EDh
2073
 dw avx_pd_instruction-instruction_handler
2309
 dw avx_bw_instruction-instruction_handler
2074
 db 'vpcomub',-1
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
2075
 dw xop_pcom_ub_instruction-instruction_handler
2323
 dw xop_pcom_ub_instruction-instruction_handler
2076
 db 'vpcomud',-1
2324
 db 'vpcomud',-1
2077
 dw xop_pcom_ud_instruction-instruction_handler
2325
 dw xop_pcom_ud_instruction-instruction_handler
2078
 db 'vpcomuq',-1
2326
 db 'vpcomuq',-1
2079
 dw xop_pcom_uq_instruction-instruction_handler
2327
 dw xop_pcom_uq_instruction-instruction_handler
Line 2083... Line 2331...
2083
 dw avx_permq_instruction-instruction_handler
2331
 dw avx_permq_instruction-instruction_handler
2084
 db 'vpermps',16h
2332
 db 'vpermps',16h
2085
 dw avx_permd_instruction-instruction_handler
2333
 dw avx_permd_instruction-instruction_handler
2086
 db 'vpextrb',14h
2334
 db 'vpextrb',14h
2087
 dw avx_pextrb_instruction-instruction_handler
2335
 dw avx_extract_b_instruction-instruction_handler
2088
 db 'vpextrd',16h
2336
 db 'vpextrd',16h
2089
 dw avx_pextrd_instruction-instruction_handler
2337
 dw avx_extract_d_instruction-instruction_handler
2090
 db 'vpextrq',16h
2338
 db 'vpextrq',16h
2091
 dw avx_pextrq_instruction-instruction_handler
2339
 dw avx_extract_q_instruction-instruction_handler
2092
 db 'vpextrw',15h
2340
 db 'vpextrw',15h
2093
 dw avx_pextrw_instruction-instruction_handler
2341
 dw avx_extract_w_instruction-instruction_handler
2094
 db 'vphaddd',2
2342
 db 'vphaddd',2
2095
 dw avx_instruction_38-instruction_handler
2343
 dw avx_pi_instruction_38_noevex-instruction_handler
2096
 db 'vphaddw',1
2344
 db 'vphaddw',1
2097
 dw avx_instruction_38-instruction_handler
2345
 dw avx_pi_instruction_38_noevex-instruction_handler
2098
 db 'vphsubd',6
2346
 db 'vphsubd',6
2099
 dw avx_instruction_38-instruction_handler
2347
 dw avx_pi_instruction_38_noevex-instruction_handler
2100
 db 'vphsubw',5
2348
 db 'vphsubw',5
2101
 dw avx_instruction_38-instruction_handler
2349
 dw avx_pi_instruction_38_noevex-instruction_handler
2102
 db 'vpinsrb',20h
2350
 db 'vpinsrb',20h
2103
 dw avx_pinsrb_instruction-instruction_handler
2351
 dw avx_pinsrb_instruction-instruction_handler
2104
 db 'vpinsrd',22h
2352
 db 'vpinsrd',22h
2105
 dw avx_pinsrd_instruction-instruction_handler
2353
 dw avx_pinsrd_instruction-instruction_handler
2106
 db 'vpinsrq',22h
2354
 db 'vpinsrq',22h
2107
 dw avx_pinsrq_instruction-instruction_handler
2355
 dw avx_pinsrq_instruction-instruction_handler
2108
 db 'vpinsrw',0C4h
2356
 db 'vpinsrw',0C4h
2109
 dw avx_pinsrw_instruction-instruction_handler
2357
 dw avx_pinsrw_instruction-instruction_handler
2110
 db 'vpmaxsb',3Ch
2358
 db 'vpmaxsb',3Ch
2111
 dw avx_instruction_38-instruction_handler
2359
 dw avx_bw_instruction_38-instruction_handler
2112
 db 'vpmaxsd',3Dh
2360
 db 'vpmaxsd',3Dh
2113
 dw avx_instruction_38-instruction_handler
2361
 dw avx_d_instruction_38-instruction_handler
2114
 db 'vpmaxsw',0EEh
2362
 db 'vpmaxsq',3Dh
-
 
2363
 dw avx_q_instruction_38_evex-instruction_handler
-
 
2364
 db 'vpmaxsw',0EEh
2115
 dw avx_pd_instruction-instruction_handler
2365
 dw avx_bw_instruction-instruction_handler
2116
 db 'vpmaxub',0DEh
2366
 db 'vpmaxub',0DEh
2117
 dw avx_pd_instruction-instruction_handler
2367
 dw avx_bw_instruction-instruction_handler
2118
 db 'vpmaxud',3Fh
2368
 db 'vpmaxud',3Fh
2119
 dw avx_instruction_38-instruction_handler
2369
 dw avx_d_instruction_38-instruction_handler
2120
 db 'vpmaxuw',3Eh
2370
 db 'vpmaxuq',3Fh
-
 
2371
 dw avx_q_instruction_38_evex-instruction_handler
-
 
2372
 db 'vpmaxuw',3Eh
2121
 dw avx_instruction_38-instruction_handler
2373
 dw avx_bw_instruction_38-instruction_handler
2122
 db 'vpminsb',38h
2374
 db 'vpminsb',38h
2123
 dw avx_instruction_38-instruction_handler
2375
 dw avx_bw_instruction_38-instruction_handler
2124
 db 'vpminsd',39h
2376
 db 'vpminsd',39h
2125
 dw avx_instruction_38-instruction_handler
2377
 dw avx_d_instruction_38-instruction_handler
2126
 db 'vpminsw',0EAh
2378
 db 'vpminsq',39h
-
 
2379
 dw avx_q_instruction_38_evex-instruction_handler
-
 
2380
 db 'vpminsw',0EAh
2127
 dw avx_pd_instruction-instruction_handler
2381
 dw avx_bw_instruction-instruction_handler
2128
 db 'vpminub',0DAh
2382
 db 'vpminub',0DAh
2129
 dw avx_pd_instruction-instruction_handler
2383
 dw avx_bw_instruction-instruction_handler
2130
 db 'vpminud',3Bh
2384
 db 'vpminud',3Bh
2131
 dw avx_instruction_38-instruction_handler
2385
 dw avx_d_instruction_38-instruction_handler
2132
 db 'vpminuw',3Ah
2386
 db 'vpminuq',3Bh
-
 
2387
 dw avx_q_instruction_38_evex-instruction_handler
-
 
2388
 db 'vpminuw',3Ah
2133
 dw avx_instruction_38-instruction_handler
2389
 dw avx_bw_instruction_38-instruction_handler
2134
 db 'vpmuldq',28h
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
2135
 dw avx_instruction_38-instruction_handler
2403
 dw avx_q_instruction_38-instruction_handler
2136
 db 'vpmulhw',0E5h
2404
 db 'vpmulhw',0E5h
2137
 dw avx_pd_instruction-instruction_handler
2405
 dw avx_bw_instruction-instruction_handler
2138
 db 'vpmulld',40h
2406
 db 'vpmulld',40h
2139
 dw avx_instruction_38-instruction_handler
2407
 dw avx_d_instruction_38-instruction_handler
2140
 db 'vpmullw',0D5h
2408
 db 'vpmullq',40h
-
 
2409
 dw avx_q_instruction_38_evex-instruction_handler
-
 
2410
 db 'vpmullw',0D5h
2141
 dw avx_pd_instruction-instruction_handler
2411
 dw avx_bw_instruction-instruction_handler
2142
 db 'vpsadbw',0F6h
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
2143
 dw avx_pd_instruction-instruction_handler
2421
 dw avx_bw_instruction-instruction_handler
2144
 db 'vpshufb',0
2422
 db 'vpshufb',0
2145
 dw avx_instruction_38-instruction_handler
2423
 dw avx_bw_instruction_38-instruction_handler
2146
 db 'vpshufd',66h
2424
 db 'vpshufd',70h
2147
 dw avx_pshufd_instruction-instruction_handler
2425
 dw avx_single_source_d_instruction_imm8-instruction_handler
2148
 db 'vpsignb',8
2426
 db 'vpsignb',8
2149
 dw avx_instruction_38-instruction_handler
2427
 dw avx_pi_instruction_38_noevex-instruction_handler
2150
 db 'vpsignd',0Ah
2428
 db 'vpsignd',0Ah
2151
 dw avx_instruction_38-instruction_handler
2429
 dw avx_pi_instruction_38_noevex-instruction_handler
2152
 db 'vpsignw',9
2430
 db 'vpsignw',9
2153
 dw avx_instruction_38-instruction_handler
2431
 dw avx_pi_instruction_38_noevex-instruction_handler
2154
 db 'vpslldq',111b
2432
 db 'vpslldq',111b
2155
 dw avx_pslldq_instruction-instruction_handler
2433
 dw avx_shift_dq_instruction-instruction_handler
2156
 db 'vpsllvd',47h
2434
 db 'vpsllvd',47h
2157
 dw avx_instruction_38-instruction_handler
2435
 dw avx_d_instruction_38-instruction_handler
2158
 db 'vpsllvq',47h
2436
 db 'vpsllvq',47h
2159
 dw avx_instruction_38_w1-instruction_handler
2437
 dw avx_q_instruction_38_w1-instruction_handler
2160
 db 'vpsravd',46h
2438
 db 'vpsllvw',12h
-
 
2439
 dw avx_bw_instruction_38_w1_evex-instruction_handler
-
 
2440
 db 'vpsravd',46h
2161
 dw avx_instruction_38-instruction_handler
2441
 dw avx_d_instruction_38-instruction_handler
2162
 db 'vpsrldq',011b
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
2163
 dw avx_pslldq_instruction-instruction_handler
2447
 dw avx_shift_dq_instruction-instruction_handler
2164
 db 'vpsrlvd',45h
2448
 db 'vpsrlvd',45h
2165
 dw avx_instruction_38-instruction_handler
2449
 dw avx_d_instruction_38-instruction_handler
2166
 db 'vpsrlvq',45h
2450
 db 'vpsrlvq',45h
2167
 dw avx_instruction_38_w1-instruction_handler
2451
 dw avx_q_instruction_38_w1-instruction_handler
2168
 db 'vpsubsb',0E8h
2452
 db 'vpsrlvw',10h
-
 
2453
 dw avx_bw_instruction_38_w1_evex-instruction_handler
-
 
2454
 db 'vpsubsb',0E8h
2169
 dw avx_pd_instruction-instruction_handler
2455
 dw avx_bw_instruction-instruction_handler
2170
 db 'vpsubsw',0E9h
2456
 db 'vpsubsw',0E9h
2171
 dw avx_pd_instruction-instruction_handler
2457
 dw avx_bw_instruction-instruction_handler
2172
 db 'vshufpd',0C6h
2458
 db 'vshufpd',0C6h
2173
 dw avx_pd_instruction_imm8-instruction_handler
2459
 dw avx_pd_instruction_imm8-instruction_handler
2174
 db 'vshufps',0C6h
2460
 db 'vshufps',0C6h
2175
 dw avx_ps_instruction_imm8-instruction_handler
2461
 dw avx_ps_instruction_imm8-instruction_handler
2176
 db 'vsqrtpd',51h
2462
 db 'vsqrtpd',51h
2177
 dw avx_single_source_pd_instruction-instruction_handler
2463
 dw avx_single_source_pd_instruction_er-instruction_handler
2178
 db 'vsqrtps',51h
2464
 db 'vsqrtps',51h
2179
 dw avx_single_source_ps_instruction-instruction_handler
2465
 dw avx_single_source_ps_instruction_er-instruction_handler
2180
 db 'vsqrtsd',51h
2466
 db 'vsqrtsd',51h
2181
 dw avx_sd_instruction-instruction_handler
2467
 dw avx_sd_instruction_er-instruction_handler
2182
 db 'vsqrtss',51h
2468
 db 'vsqrtss',51h
2183
 dw avx_ss_instruction-instruction_handler
2469
 dw avx_ss_instruction_er-instruction_handler
2184
 db 'vtestpd',0Fh
2470
 db 'vtestpd',0Fh
2185
 dw avx_single_source_instruction_38-instruction_handler
2471
 dw avx_single_source_instruction_38_noevex-instruction_handler
2186
 db 'vtestps',0Eh
2472
 db 'vtestps',0Eh
2187
 dw avx_single_source_instruction_38-instruction_handler
2473
 dw avx_single_source_instruction_38_noevex-instruction_handler
2188
 db 'xsave64',100b
2474
 db 'xsave64',100b
2189
 dw fxsave_instruction_64bit-instruction_handler
2475
 dw fxsave_instruction_64bit-instruction_handler
2190
instructions_8:
2476
instructions_8:
2191
 db 'addsubpd',0D0h
2477
 db 'addsubpd',0D0h
2192
 dw sse_pd_instruction-instruction_handler
2478
 dw sse_pd_instruction-instruction_handler
2193
 db 'addsubps',0D0h
2479
 db 'addsubps',0D0h
2194
 dw cvtpd2dq_instruction-instruction_handler
2480
 dw cvtpd2dq_instruction-instruction_handler
2195
 db 'blendvpd',15h
2481
 db 'blendvpd',15h
2196
 dw sse4_instruction_38_xmm0-instruction_handler
2482
 dw sse4_instruction_66_38_xmm0-instruction_handler
2197
 db 'blendvps',14h
2483
 db 'blendvps',14h
2198
 dw sse4_instruction_38_xmm0-instruction_handler
2484
 dw sse4_instruction_66_38_xmm0-instruction_handler
2199
 db 'cmpneqpd',4
2485
 db 'cmpneqpd',4
2200
 dw cmp_pd_instruction-instruction_handler
2486
 dw cmp_pd_instruction-instruction_handler
2201
 db 'cmpneqps',4
2487
 db 'cmpneqps',4
2202
 dw cmp_ps_instruction-instruction_handler
2488
 dw cmp_ps_instruction-instruction_handler
2203
 db 'cmpneqsd',4
2489
 db 'cmpneqsd',4
2204
 dw cmp_sd_instruction-instruction_handler
2490
 dw cmp_sd_instruction-instruction_handler
Line 2267... Line 2553...
2267
 db 'fnstenvw',6
2553
 db 'fnstenvw',6
2268
 dw fldenv_instruction_16bit-instruction_handler
2554
 dw fldenv_instruction_16bit-instruction_handler
2269
 db 'fxsave64',0
2555
 db 'fxsave64',0
2270
 dw fxsave_instruction_64bit-instruction_handler
2556
 dw fxsave_instruction_64bit-instruction_handler
2271
 db 'insertps',0
2557
 db 'insertps',21h
2272
 dw insertps_instruction-instruction_handler
2558
 dw insertps_instruction-instruction_handler
2273
 db 'maskmovq',0
2559
 db 'kortestb',98h
-
 
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
2274
 dw maskmovq_instruction-instruction_handler
2590
 dw maskmovq_instruction-instruction_handler
2275
 db 'movmskpd',0
2591
 db 'movmskpd',0
2276
 dw movmskpd_instruction-instruction_handler
2592
 dw movmskpd_instruction-instruction_handler
2277
 db 'movmskps',0
2593
 db 'movmskps',0
2278
 dw movmskps_instruction-instruction_handler
2594
 dw movmskps_instruction-instruction_handler
Line 2286... Line 2602...
2286
 dw basic_mmx_instruction-instruction_handler
2602
 dw basic_mmx_instruction-instruction_handler
2287
 db 'packsswb',63h
2603
 db 'packsswb',63h
2288
 dw basic_mmx_instruction-instruction_handler
2604
 dw basic_mmx_instruction-instruction_handler
2289
 db 'packusdw',2Bh
2605
 db 'packusdw',2Bh
2290
 dw sse4_instruction_38-instruction_handler
2606
 dw sse4_instruction_66_38-instruction_handler
2291
 db 'packuswb',67h
2607
 db 'packuswb',67h
2292
 dw basic_mmx_instruction-instruction_handler
2608
 dw basic_mmx_instruction-instruction_handler
2293
 db 'pblendvb',10h
2609
 db 'pblendvb',10h
2294
 dw sse4_instruction_38_xmm0-instruction_handler
2610
 dw sse4_instruction_66_38_xmm0-instruction_handler
2295
 db 'pfrcpit1',0A6h
2611
 db 'pfrcpit1',0A6h
2296
 dw amd3dnow_instruction-instruction_handler
2612
 dw amd3dnow_instruction-instruction_handler
2297
 db 'pfrcpit2',0B6h
2613
 db 'pfrcpit2',0B6h
2298
 dw amd3dnow_instruction-instruction_handler
2614
 dw amd3dnow_instruction-instruction_handler
2299
 db 'pfrsqit1',0A7h
2615
 db 'pfrsqit1',0A7h
2300
 dw amd3dnow_instruction-instruction_handler
2616
 dw amd3dnow_instruction-instruction_handler
Line 2331... Line 2647...
2331
 db 'rdfsbase',0
2647
 db 'rdfsbase',0
2332
 dw rdfsbase_instruction-instruction_handler
2648
 dw rdfsbase_instruction-instruction_handler
2333
 db 'rdgsbase',1
2649
 db 'rdgsbase',1
2334
 dw rdfsbase_instruction-instruction_handler
2650
 dw rdfsbase_instruction-instruction_handler
2335
 db 'sysenter',34h
2651
 db 'sha1msg1',0C9h
-
 
2652
 dw sse4_instruction_38-instruction_handler
-
 
2653
 db 'sha1msg2',0CAh
-
 
2654
 dw sse4_instruction_38-instruction_handler
-
 
2655
 db 'sysenter',34h
2336
 dw simple_extended_instruction-instruction_handler
2656
 dw simple_extended_instruction-instruction_handler
2337
 db 'sysexitq',35h
2657
 db 'sysexitq',35h
2338
 dw simple_extended_instruction_64bit-instruction_handler
2658
 dw simple_extended_instruction_64bit-instruction_handler
2339
 db 'unpckhpd',15h
2659
 db 'unpckhpd',15h
2340
 dw sse_pd_instruction-instruction_handler
2660
 dw sse_pd_instruction-instruction_handler
Line 2344... Line 2664...
2344
 dw sse_pd_instruction-instruction_handler
2664
 dw sse_pd_instruction-instruction_handler
2345
 db 'unpcklps',14h
2665
 db 'unpcklps',14h
2346
 dw sse_ps_instruction-instruction_handler
2666
 dw sse_ps_instruction-instruction_handler
2347
 db 'vblendpd',0Dh
2667
 db 'vblendpd',0Dh
2348
 dw avx_instruction_3a_imm8-instruction_handler
2668
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2349
 db 'vblendps',0Ch
2669
 db 'vblendps',0Ch
2350
 dw avx_instruction_3a_imm8-instruction_handler
2670
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2351
 db 'vcmpeqpd',0
2671
 db 'vcmpeqpd',0
2352
 dw avx_cmp_pd_instruction-instruction_handler
2672
 dw avx_cmp_pd_instruction-instruction_handler
2353
 db 'vcmpeqps',0
2673
 db 'vcmpeqps',0
2354
 dw avx_cmp_ps_instruction-instruction_handler
2674
 dw avx_cmp_ps_instruction-instruction_handler
2355
 db 'vcmpeqsd',0
2675
 db 'vcmpeqsd',0
2356
 dw avx_cmp_sd_instruction-instruction_handler
2676
 dw avx_cmp_sd_instruction-instruction_handler
Line 2406... Line 2726...
2406
 dw fma4_instruction_ss-instruction_handler
2726
 dw fma4_instruction_ss-instruction_handler
2407
 db 'vldmxcsr',10b
2727
 db 'vldmxcsr',10b
2408
 dw vldmxcsr_instruction-instruction_handler
2728
 dw vldmxcsr_instruction-instruction_handler
2409
 db 'vmlaunch',0C2h
2729
 db 'vmlaunch',0C2h
2410
 dw simple_vmx_instruction-instruction_handler
2730
 dw simple_instruction_0f_01-instruction_handler
2411
 db 'vmovddup',12h
2731
 db 'vmovddup',12h
2412
 dw avx_movddup_instruction-instruction_handler
2732
 dw avx_movddup_instruction-instruction_handler
2413
 db 'vmovhlps',12h
2733
 db 'vmovdqu8',6Fh
-
 
2734
 dw avx512_movdqu8_instruction-instruction_handler
-
 
2735
 db 'vmovhlps',12h
2414
 dw avx_movhlps_instruction-instruction_handler
2736
 dw avx_movhlps_instruction-instruction_handler
2415
 db 'vmovlhps',16h
2737
 db 'vmovlhps',16h
2416
 dw avx_movhlps_instruction-instruction_handler
2738
 dw avx_movhlps_instruction-instruction_handler
2417
 db 'vmovntdq',0E7h
2739
 db 'vmovntdq',0E7h
2418
 dw avx_movntpd_instruction-instruction_handler
2740
 dw avx_movntdq_instruction-instruction_handler
2419
 db 'vmovntpd',2Bh
2741
 db 'vmovntpd',2Bh
2420
 dw avx_movntpd_instruction-instruction_handler
2742
 dw avx_movntpd_instruction-instruction_handler
2421
 db 'vmovntps',2Bh
2743
 db 'vmovntps',2Bh
2422
 dw avx_movntps_instruction-instruction_handler
2744
 dw avx_movntps_instruction-instruction_handler
2423
 db 'vmpsadbw',42h
2745
 db 'vmpsadbw',42h
2424
 dw avx_instruction_3a_imm8-instruction_handler
2746
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2425
 db 'vmresume',0C3h
2747
 db 'vmresume',0C3h
2426
 dw simple_vmx_instruction-instruction_handler
2748
 dw simple_instruction_0f_01-instruction_handler
2427
 db 'vpaddusb',0DCh
2749
 db 'vpaddusb',0DCh
2428
 dw avx_pd_instruction-instruction_handler
2750
 dw avx_bw_instruction-instruction_handler
2429
 db 'vpaddusw',0DDh
2751
 db 'vpaddusw',0DDh
2430
 dw avx_pd_instruction-instruction_handler
2752
 dw avx_bw_instruction-instruction_handler
2431
 db 'vpalignr',0Fh
2753
 db 'vpalignr',0Fh
2432
 dw avx_instruction_3a_imm8-instruction_handler
2754
 dw avx_pi_instruction_3a_imm8-instruction_handler
2433
 db 'vpblendd',2
2755
 db 'vpblendd',2
2434
 dw avx_instruction_3a_imm8-instruction_handler
2756
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2435
 db 'vpblendw',0Eh
2757
 db 'vpblendw',0Eh
2436
 dw avx_instruction_3a_imm8-instruction_handler
2758
 dw avx_pi_instruction_3a_imm8_noevex-instruction_handler
2437
 db 'vpcmpeqb',74h
2759
 db 'vpcmpeqb',74h
2438
 dw avx_pd_instruction-instruction_handler
2760
 dw avx_cmpeqb_instruction-instruction_handler
2439
 db 'vpcmpeqd',76h
2761
 db 'vpcmpeqd',76h
2440
 dw avx_pd_instruction-instruction_handler
2762
 dw avx_cmpeqd_instruction-instruction_handler
2441
 db 'vpcmpeqq',29h
2763
 db 'vpcmpeqq',29h
2442
 dw avx_instruction_38-instruction_handler
2764
 dw avx_cmpeqq_instruction-instruction_handler
2443
 db 'vpcmpeqw',75h
2765
 db 'vpcmpeqw',75h
2444
 dw avx_pd_instruction-instruction_handler
2766
 dw avx_cmpeqb_instruction-instruction_handler
2445
 db 'vpcmpgtb',64h
2767
 db 'vpcmpgtb',64h
2446
 dw avx_pd_instruction-instruction_handler
2768
 dw avx_cmpeqb_instruction-instruction_handler
2447
 db 'vpcmpgtd',66h
2769
 db 'vpcmpgtd',66h
2448
 dw avx_pd_instruction-instruction_handler
2770
 dw avx_cmpeqd_instruction-instruction_handler
2449
 db 'vpcmpgtq',37h
2771
 db 'vpcmpgtq',37h
2450
 dw avx_instruction_38-instruction_handler
2772
 dw avx_cmpeqq_instruction-instruction_handler
2451
 db 'vpcmpgtw',65h
2773
 db 'vpcmpgtw',65h
2452
 dw avx_pd_instruction-instruction_handler
2774
 dw avx_cmpeqb_instruction-instruction_handler
2453
 db 'vpcomeqb',4
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
2454
 dw xop_pcom_b_instruction-instruction_handler
2792
 dw xop_pcom_b_instruction-instruction_handler
2455
 db 'vpcomeqd',4
2793
 db 'vpcomeqd',4
2456
 dw xop_pcom_d_instruction-instruction_handler
2794
 dw xop_pcom_d_instruction-instruction_handler
2457
 db 'vpcomeqq',4
2795
 db 'vpcomeqq',4
2458
 dw xop_pcom_q_instruction-instruction_handler
2796
 dw xop_pcom_q_instruction-instruction_handler
Line 2489... Line 2827...
2489
 db 'vpcomltq',0
2827
 db 'vpcomltq',0
2490
 dw xop_pcom_q_instruction-instruction_handler
2828
 dw xop_pcom_q_instruction-instruction_handler
2491
 db 'vpcomltw',0
2829
 db 'vpcomltw',0
2492
 dw xop_pcom_w_instruction-instruction_handler
2830
 dw xop_pcom_w_instruction-instruction_handler
2493
 db 'vphaddbd',0C2h
2831
 db 'vpermi2b',75h
-
 
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
2494
 dw xop_single_source_128bit_instruction-instruction_handler
2848
 dw xop_single_source_128bit_instruction-instruction_handler
2495
 db 'vphaddbq',0C3h
2849
 db 'vphaddbq',0C3h
2496
 dw xop_single_source_128bit_instruction-instruction_handler
2850
 dw xop_single_source_128bit_instruction-instruction_handler
2497
 db 'vphaddbw',0C1h
2851
 db 'vphaddbw',0C1h
2498
 dw xop_single_source_128bit_instruction-instruction_handler
2852
 dw xop_single_source_128bit_instruction-instruction_handler
2499
 db 'vphadddq',0CBh
2853
 db 'vphadddq',0CBh
2500
 dw xop_single_source_128bit_instruction-instruction_handler
2854
 dw xop_single_source_128bit_instruction-instruction_handler
2501
 db 'vphaddsw',3
2855
 db 'vphaddsw',3
2502
 dw avx_instruction_38-instruction_handler
2856
 dw avx_pi_instruction_38_noevex-instruction_handler
2503
 db 'vphaddwd',0C6h
2857
 db 'vphaddwd',0C6h
2504
 dw xop_single_source_128bit_instruction-instruction_handler
2858
 dw xop_single_source_128bit_instruction-instruction_handler
2505
 db 'vphaddwq',0C7h
2859
 db 'vphaddwq',0C7h
2506
 dw xop_single_source_128bit_instruction-instruction_handler
2860
 dw xop_single_source_128bit_instruction-instruction_handler
2507
 db 'vphsubbw',0E1h
2861
 db 'vphsubbw',0E1h
2508
 dw xop_single_source_128bit_instruction-instruction_handler
2862
 dw xop_single_source_128bit_instruction-instruction_handler
2509
 db 'vphsubdq',0E3h
2863
 db 'vphsubdq',0E3h
2510
 dw xop_single_source_128bit_instruction-instruction_handler
2864
 dw xop_single_source_128bit_instruction-instruction_handler
2511
 db 'vphsubsw',7
2865
 db 'vphsubsw',7
2512
 dw avx_instruction_38-instruction_handler
2866
 dw avx_pi_instruction_38_noevex-instruction_handler
2513
 db 'vphsubwd',0E2h
2867
 db 'vphsubwd',0E2h
2514
 dw xop_single_source_128bit_instruction-instruction_handler
2868
 dw xop_single_source_128bit_instruction-instruction_handler
2515
 db 'vpmacsdd',9Eh
2869
 db 'vplzcntd',44h
-
 
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
2516
 dw xop_triple_source_128bit_instruction-instruction_handler
2874
 dw xop_triple_source_128bit_instruction-instruction_handler
2517
 db 'vpmacswd',96h
2875
 db 'vpmacswd',96h
2518
 dw xop_triple_source_128bit_instruction-instruction_handler
2876
 dw xop_triple_source_128bit_instruction-instruction_handler
2519
 db 'vpmacsww',95h
2877
 db 'vpmacsww',95h
2520
 dw xop_triple_source_128bit_instruction-instruction_handler
2878
 dw xop_triple_source_128bit_instruction-instruction_handler
2521
 db 'vpmaddwd',0F5h
2879
 db 'vpmaddwd',0F5h
2522
 dw avx_pd_instruction-instruction_handler
2880
 dw avx_bw_instruction-instruction_handler
2523
 db 'vpmulhuw',0E4h
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
2524
 dw avx_pd_instruction-instruction_handler
2910
 dw avx_bw_instruction-instruction_handler
2525
 db 'vpmuludq',0F4h
2911
 db 'vpmuludq',0F4h
2526
 dw avx_pd_instruction-instruction_handler
2912
 dw avx_q_instruction-instruction_handler
2527
 db 'vpshufhw',0F3h
2913
 db 'vpshufhw',0F3h
2528
 dw avx_pshufd_instruction-instruction_handler
2914
 dw avx_pshuf_w_instruction-instruction_handler
2529
 db 'vpshuflw',0F2h
2915
 db 'vpshuflw',0F2h
2530
 dw avx_pshufd_instruction-instruction_handler
2916
 dw avx_pshuf_w_instruction-instruction_handler
2531
 db 'vpsubusb',0D8h
2917
 db 'vpsubusb',0D8h
2532
 dw avx_pd_instruction-instruction_handler
2918
 dw avx_bw_instruction-instruction_handler
2533
 db 'vpsubusw',0D9h
2919
 db 'vpsubusw',0D9h
2534
 dw avx_pd_instruction-instruction_handler
2920
 dw avx_bw_instruction-instruction_handler
2535
 db 'vroundpd',9
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
2536
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2954
 dw avx_single_source_instruction_3a_imm8_noevex-instruction_handler
2537
 db 'vroundps',8
2955
 db 'vroundps',8
2538
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2956
 dw avx_single_source_instruction_3a_imm8_noevex-instruction_handler
2539
 db 'vroundsd',0Bh
2957
 db 'vroundsd',0Bh
2540
 dw avx_sd_instruction_3a_imm8-instruction_handler
2958
 dw avx_sd_instruction_3a_imm8_noevex-instruction_handler
2541
 db 'vroundss',0Ah
2959
 db 'vroundss',0Ah
2542
 dw avx_ss_instruction_3a_imm8-instruction_handler
2960
 dw avx_ss_instruction_3a_imm8_noevex-instruction_handler
2543
 db 'vrsqrtps',52h
2961
 db 'vrsqrtps',52h
2544
 dw avx_single_source_ps_instruction-instruction_handler
2962
 dw avx_single_source_ps_instruction_noevex-instruction_handler
2545
 db 'vrsqrtss',52h
2963
 db 'vrsqrtss',52h
2546
 dw avx_ss_instruction-instruction_handler
2964
 dw avx_ss_instruction_noevex-instruction_handler
2547
 db 'vstmxcsr',11b
2965
 db 'vstmxcsr',11b
2548
 dw vldmxcsr_instruction-instruction_handler
2966
 dw vldmxcsr_instruction-instruction_handler
2549
 db 'vucomisd',2Eh
2967
 db 'vucomisd',2Eh
2550
 dw avx_comisd_instruction-instruction_handler
2968
 dw avx_comisd_instruction-instruction_handler
2551
 db 'vucomiss',2Eh
2969
 db 'vucomiss',2Eh
2552
 dw avx_comiss_instruction-instruction_handler
2970
 dw avx_comiss_instruction-instruction_handler
Line 2578... Line 2996...
2578
 db 'cvttsd2si',2Ch
2996
 db 'cvttsd2si',2Ch
2579
 dw cvtsd2si_instruction-instruction_handler
2997
 dw cvtsd2si_instruction-instruction_handler
2580
 db 'cvttss2si',2Ch
2998
 db 'cvttss2si',2Ch
2581
 dw cvtss2si_instruction-instruction_handler
2999
 dw cvtss2si_instruction-instruction_handler
2582
 db 'extractps',0
3000
 db 'extractps',17h
2583
 dw extractps_instruction-instruction_handler
3001
 dw extractps_instruction-instruction_handler
2584
 db 'fxrstor64',1
3002
 db 'fxrstor64',1
2585
 dw fxsave_instruction_64bit-instruction_handler
3003
 dw fxsave_instruction_64bit-instruction_handler
2586
 db 'pclmulqdq',-1
3004
 db 'pclmulqdq',-1
2587
 dw pclmulqdq_instruction-instruction_handler
3005
 dw pclmulqdq_instruction-instruction_handler
2588
 db 'pcmpestri',61h
3006
 db 'pcmpestri',61h
2589
 dw sse4_instruction_3a_imm8-instruction_handler
3007
 dw sse4_instruction_66_3a_imm8-instruction_handler
2590
 db 'pcmpestrm',60h
3008
 db 'pcmpestrm',60h
2591
 dw sse4_instruction_3a_imm8-instruction_handler
3009
 dw sse4_instruction_66_3a_imm8-instruction_handler
2592
 db 'pcmpistri',63h
3010
 db 'pcmpistri',63h
2593
 dw sse4_instruction_3a_imm8-instruction_handler
3011
 dw sse4_instruction_66_3a_imm8-instruction_handler
2594
 db 'pcmpistrm',62h
3012
 db 'pcmpistrm',62h
2595
 dw sse4_instruction_3a_imm8-instruction_handler
3013
 dw sse4_instruction_66_3a_imm8-instruction_handler
2596
 db 'pmaddubsw',4
3014
 db 'pmaddubsw',4
2597
 dw ssse3_instruction-instruction_handler
3015
 dw ssse3_instruction-instruction_handler
2598
 db 'prefetchw',1
3016
 db 'prefetchw',1
2599
 dw amd_prefetch_instruction-instruction_handler
3017
 dw amd_prefetch_instruction-instruction_handler
2600
 db 'punpckhbw',68h
3018
 db 'punpckhbw',68h
2601
 dw basic_mmx_instruction-instruction_handler
3019
 dw basic_mmx_instruction-instruction_handler
Line 2608... Line 3026...
2608
 db 'punpckldq',62h
3026
 db 'punpckldq',62h
2609
 dw basic_mmx_instruction-instruction_handler
3027
 dw basic_mmx_instruction-instruction_handler
2610
 db 'punpcklwd',61h
3028
 db 'punpcklwd',61h
2611
 dw basic_mmx_instruction-instruction_handler
3029
 dw basic_mmx_instruction-instruction_handler
2612
 db 'vaddsubpd',0D0h
3030
 db 'sha1nexte',0C8h
-
 
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
2613
 dw avx_pd_instruction-instruction_handler
3039
 dw avx_pd_instruction_noevex-instruction_handler
2614
 db 'vaddsubps',0D0h
3040
 db 'vaddsubps',0D0h
2615
 dw avx_haddps_instruction-instruction_handler
3041
 dw avx_ps_instruction_noevex-instruction_handler
2616
 db 'vblendvpd',4Bh
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
2617
 dw avx_triple_source_instruction_3a-instruction_handler
3047
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
2618
 db 'vblendvps',4Ah
3048
 db 'vblendvps',4Ah
2619
 dw avx_triple_source_instruction_3a-instruction_handler
3049
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
2620
 db 'vcmpneqpd',4
3050
 db 'vcmpneqpd',4
2621
 dw avx_cmp_pd_instruction-instruction_handler
3051
 dw avx_cmp_pd_instruction-instruction_handler
2622
 db 'vcmpneqps',4
3052
 db 'vcmpneqps',4
2623
 dw avx_cmp_ps_instruction-instruction_handler
3053
 dw avx_cmp_ps_instruction-instruction_handler
2624
 db 'vcmpneqsd',4
3054
 db 'vcmpneqsd',4
2625
 dw avx_cmp_sd_instruction-instruction_handler
3055
 dw avx_cmp_sd_instruction-instruction_handler
Line 2667... Line 3097...
2667
 dw avx_cmp_ss_instruction-instruction_handler
3097
 dw avx_cmp_ss_instruction-instruction_handler
2668
 db 'vcvtdq2pd',0E6h
3098
 db 'vcvtdq2pd',0E6h
2669
 dw avx_cvtdq2pd_instruction-instruction_handler
3099
 dw avx_cvtdq2pd_instruction-instruction_handler
2670
 db 'vcvtdq2ps',5Bh
3100
 db 'vcvtdq2ps',5Bh
2671
 dw avx_single_source_ps_instruction-instruction_handler
3101
 dw avx_single_source_ps_instruction_er-instruction_handler
2672
 db 'vcvtpd2dq',0E6h
3102
 db 'vcvtpd2dq',0E6h
2673
 dw avx_cvtpd2dq_instruction-instruction_handler
3103
 dw avx_cvtpd2dq_instruction-instruction_handler
2674
 db 'vcvtpd2ps',5Ah
3104
 db 'vcvtpd2ps',5Ah
2675
 dw avx_cvtpd2ps_instruction-instruction_handler
3105
 dw avx_cvtpd2ps_instruction-instruction_handler
2676
 db 'vcvtph2ps',13h
3106
 db 'vcvtpd2qq',7Bh
-
 
3107
 dw avx_single_source_pd_instruction_er_evex-instruction_handler
-
 
3108
 db 'vcvtph2ps',13h
2677
 dw vcvtph2ps_instruction-instruction_handler
3109
 dw avx_cvtph2ps_instruction-instruction_handler
2678
 db 'vcvtps2dq',5Bh
3110
 db 'vcvtps2dq',5Bh
2679
 dw avx_single_source_pd_instruction-instruction_handler
3111
 dw avx_cvtps2dq_instruction-instruction_handler
2680
 db 'vcvtps2pd',5Ah
3112
 db 'vcvtps2pd',5Ah
2681
 dw avx_cvtps2pd_instruction-instruction_handler
3113
 dw avx_cvtps2pd_instruction-instruction_handler
2682
 db 'vcvtps2ph',1Dh
3114
 db 'vcvtps2ph',1Dh
2683
 dw vcvtps2ph_instruction-instruction_handler
3115
 dw avx_cvtps2ph_instruction-instruction_handler
2684
 db 'vcvtsd2si',2Dh
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
2685
 dw avx_cvtsd2si_instruction-instruction_handler
3123
 dw avx_cvtsd2si_instruction-instruction_handler
2686
 db 'vcvtsd2ss',5Ah
3124
 db 'vcvtsd2ss',5Ah
2687
 dw avx_sd_instruction-instruction_handler
3125
 dw avx_sd_instruction_er-instruction_handler
2688
 db 'vcvtsi2sd',2Ah
3126
 db 'vcvtsi2sd',2Ah
2689
 dw avx_cvtsi2sd_instruction-instruction_handler
3127
 dw avx_cvtsi2sd_instruction-instruction_handler
2690
 db 'vcvtsi2ss',2Ah
3128
 db 'vcvtsi2ss',2Ah
2691
 dw avx_cvtsi2ss_instruction-instruction_handler
3129
 dw avx_cvtsi2ss_instruction-instruction_handler
2692
 db 'vcvtss2sd',5Ah
3130
 db 'vcvtss2sd',5Ah
2693
 dw avx_ss_instruction-instruction_handler
3131
 dw avx_ss_instruction_sae-instruction_handler
2694
 db 'vcvtss2si',2Dh
3132
 db 'vcvtss2si',2Dh
2695
 dw avx_cvtss2si_instruction-instruction_handler
3133
 dw avx_cvtss2si_instruction-instruction_handler
2696
 db 'vfnmaddpd',79h
3134
 db 'vdbpsadbw',42h
-
 
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
2697
 dw fma4_instruction_p-instruction_handler
3141
 dw fma4_instruction_p-instruction_handler
2698
 db 'vfnmaddps',78h
3142
 db 'vfnmaddps',78h
2699
 dw fma4_instruction_p-instruction_handler
3143
 dw fma4_instruction_p-instruction_handler
2700
 db 'vfnmaddsd',7Bh
3144
 db 'vfnmaddsd',7Bh
2701
 dw fma4_instruction_sd-instruction_handler
3145
 dw fma4_instruction_sd-instruction_handler
Line 2708... Line 3152...
2708
 db 'vfnmsubsd',7Fh
3152
 db 'vfnmsubsd',7Fh
2709
 dw fma4_instruction_sd-instruction_handler
3153
 dw fma4_instruction_sd-instruction_handler
2710
 db 'vfnmsubss',7Eh
3154
 db 'vfnmsubss',7Eh
2711
 dw fma4_instruction_ss-instruction_handler
3155
 dw fma4_instruction_ss-instruction_handler
2712
 db 'vinsertps',0
3156
 db 'vgetexppd',42h
-
 
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
2713
 dw avx_insertps_instruction-instruction_handler
3165
 dw avx_insertps_instruction-instruction_handler
2714
 db 'vmovmskpd',0
3166
 db 'vmovdqa32',6Fh
-
 
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
2715
 dw avx_movmskpd_instruction-instruction_handler
3177
 dw avx_movmskpd_instruction-instruction_handler
2716
 db 'vmovmskps',0
3178
 db 'vmovmskps',0
2717
 dw avx_movmskps_instruction-instruction_handler
3179
 dw avx_movmskps_instruction-instruction_handler
2718
 db 'vmovntdqa',2Ah
3180
 db 'vmovntdqa',2Ah
2719
 dw avx_movntdqa_instruction-instruction_handler
3181
 dw avx_movntdqa_instruction-instruction_handler
Line 2721... Line 3183...
2721
 dw avx_movshdup_instruction-instruction_handler
3183
 dw avx_movshdup_instruction-instruction_handler
2722
 db 'vmovsldup',12h
3184
 db 'vmovsldup',12h
2723
 dw avx_movshdup_instruction-instruction_handler
3185
 dw avx_movshdup_instruction-instruction_handler
2724
 db 'vpackssdw',6Bh
3186
 db 'vpackssdw',6Bh
2725
 dw avx_pd_instruction-instruction_handler
3187
 dw avx_d_instruction-instruction_handler
2726
 db 'vpacksswb',63h
3188
 db 'vpacksswb',63h
2727
 dw avx_pd_instruction-instruction_handler
3189
 dw avx_bw_instruction-instruction_handler
2728
 db 'vpackusdw',2Bh
3190
 db 'vpackusdw',2Bh
2729
 dw avx_instruction_38-instruction_handler
3191
 dw avx_d_instruction_38-instruction_handler
2730
 db 'vpackuswb',67h
3192
 db 'vpackuswb',67h
2731
 dw avx_pd_instruction-instruction_handler
3193
 dw avx_bw_instruction-instruction_handler
2732
 db 'vpblendvb',4Ch
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
2733
 dw avx_triple_source_instruction_3a-instruction_handler
3203
 dw avx_triple_source_instruction_3a_noevex-instruction_handler
2734
 db 'vpcomequb',4
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
2735
 dw xop_pcom_ub_instruction-instruction_handler
3245
 dw xop_pcom_ub_instruction-instruction_handler
2736
 db 'vpcomequd',4
3246
 db 'vpcomequd',4
2737
 dw xop_pcom_ud_instruction-instruction_handler
3247
 dw xop_pcom_ud_instruction-instruction_handler
2738
 db 'vpcomequq',4
3248
 db 'vpcomequq',4
2739
 dw xop_pcom_uq_instruction-instruction_handler
3249
 dw xop_pcom_uq_instruction-instruction_handler
Line 2778... Line 3288...
2778
 db 'vpcomneqq',5
3288
 db 'vpcomneqq',5
2779
 dw xop_pcom_q_instruction-instruction_handler
3289
 dw xop_pcom_q_instruction-instruction_handler
2780
 db 'vpcomneqw',5
3290
 db 'vpcomneqw',5
2781
 dw xop_pcom_w_instruction-instruction_handler
3291
 dw xop_pcom_w_instruction-instruction_handler
2782
 db 'vpermilpd',5
3292
 db 'vpermi2pd',77h
-
 
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
2783
 dw avx_permil_instruction-instruction_handler
3297
 dw avx_permilpd_instruction-instruction_handler
2784
 db 'vpermilps',4
3298
 db 'vpermilps',4
2785
 dw avx_permil_instruction-instruction_handler
3299
 dw avx_permilps_instruction-instruction_handler
2786
 db 'vphaddubd',0D2h
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
2787
 dw xop_single_source_128bit_instruction-instruction_handler
3309
 dw xop_single_source_128bit_instruction-instruction_handler
2788
 db 'vphaddubq',0D3h
3310
 db 'vphaddubq',0D3h
2789
 dw xop_single_source_128bit_instruction-instruction_handler
3311
 dw xop_single_source_128bit_instruction-instruction_handler
2790
 db 'vphaddubw',0D1h
3312
 db 'vphaddubw',0D1h
2791
 dw xop_single_source_128bit_instruction-instruction_handler
3313
 dw xop_single_source_128bit_instruction-instruction_handler
Line 2815... Line 3337...
2815
 dw avx_pmovsxbq_instruction-instruction_handler
3337
 dw avx_pmovsxbq_instruction-instruction_handler
2816
 db 'vpmovsxbw',20h
3338
 db 'vpmovsxbw',20h
2817
 dw avx_pmovsxbw_instruction-instruction_handler
3339
 dw avx_pmovsxbw_instruction-instruction_handler
2818
 db 'vpmovsxdq',25h
3340
 db 'vpmovsxdq',25h
2819
 dw avx_pmovsxdq_instruction-instruction_handler
3341
 dw avx_pmovsxbw_instruction-instruction_handler
2820
 db 'vpmovsxwd',23h
3342
 db 'vpmovsxwd',23h
2821
 dw avx_pmovsxwd_instruction-instruction_handler
3343
 dw avx_pmovsxbw_instruction-instruction_handler
2822
 db 'vpmovsxwq',24h
3344
 db 'vpmovsxwq',24h
2823
 dw avx_pmovsxwq_instruction-instruction_handler
3345
 dw avx_pmovsxbd_instruction-instruction_handler
2824
 db 'vpmovzxbd',31h
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
2825
 dw avx_pmovsxbd_instruction-instruction_handler
3359
 dw avx_pmovsxbd_instruction-instruction_handler
2826
 db 'vpmovzxbq',32h
3360
 db 'vpmovzxbq',32h
2827
 dw avx_pmovsxbq_instruction-instruction_handler
3361
 dw avx_pmovsxbq_instruction-instruction_handler
2828
 db 'vpmovzxbw',30h
3362
 db 'vpmovzxbw',30h
2829
 dw avx_pmovsxbw_instruction-instruction_handler
3363
 dw avx_pmovsxbw_instruction-instruction_handler
2830
 db 'vpmovzxdq',35h
3364
 db 'vpmovzxdq',35h
2831
 dw avx_pmovsxdq_instruction-instruction_handler
3365
 dw avx_pmovsxbw_instruction-instruction_handler
2832
 db 'vpmovzxwd',33h
3366
 db 'vpmovzxwd',33h
2833
 dw avx_pmovsxwd_instruction-instruction_handler
3367
 dw avx_pmovsxbw_instruction-instruction_handler
2834
 db 'vpmovzxwq',34h
3368
 db 'vpmovzxwq',34h
2835
 dw avx_pmovsxwq_instruction-instruction_handler
3369
 dw avx_pmovsxbd_instruction-instruction_handler
2836
 db 'vpmulhrsw',0Bh
3370
 db 'vpmulhrsw',0Bh
2837
 dw avx_instruction_38-instruction_handler
3371
 dw avx_bw_instruction_38-instruction_handler
2838
 db 'vunpckhpd',15h
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
2839
 dw avx_pd_instruction-instruction_handler
3397
 dw avx_pd_instruction-instruction_handler
2840
 db 'vunpckhps',15h
3398
 db 'vunpckhps',15h
2841
 dw avx_ps_instruction-instruction_handler
3399
 dw avx_ps_instruction-instruction_handler
2842
 db 'vunpcklpd',14h
3400
 db 'vunpcklpd',14h
2843
 dw avx_pd_instruction-instruction_handler
3401
 dw avx_pd_instruction-instruction_handler
2844
 db 'vunpcklps',14h
3402
 db 'vunpcklps',14h
2845
 dw avx_ps_instruction-instruction_handler
3403
 dw avx_ps_instruction-instruction_handler
2846
instructions_10:
3404
instructions_10:
2847
 db 'aesdeclast',0DFh
3405
 db 'aesdeclast',0DFh
2848
 dw sse4_instruction_38-instruction_handler
3406
 dw sse4_instruction_66_38-instruction_handler
2849
 db 'aesenclast',0DDh
3407
 db 'aesenclast',0DDh
2850
 dw sse4_instruction_38-instruction_handler
3408
 dw sse4_instruction_66_38-instruction_handler
2851
 db 'cmpunordpd',3
3409
 db 'clflushopt',7
-
 
3410
 dw clflushopt_instruction-instruction_handler
-
 
3411
 db 'cmpunordpd',3
2852
 dw cmp_pd_instruction-instruction_handler
3412
 dw cmp_pd_instruction-instruction_handler
2853
 db 'cmpunordps',3
3413
 db 'cmpunordps',3
2854
 dw cmp_ps_instruction-instruction_handler
3414
 dw cmp_ps_instruction-instruction_handler
2855
 db 'cmpunordsd',3
3415
 db 'cmpunordsd',3
2856
 dw cmp_sd_instruction-instruction_handler
3416
 dw cmp_sd_instruction-instruction_handler
Line 2864... Line 3424...
2864
 dw simple_extended_instruction-instruction_handler
3424
 dw simple_extended_instruction-instruction_handler
2865
 db 'maskmovdqu',0
3425
 db 'maskmovdqu',0
2866
 dw maskmovdqu_instruction-instruction_handler
3426
 dw maskmovdqu_instruction-instruction_handler
2867
 db 'phminposuw',41h
3427
 db 'phminposuw',41h
2868
 dw sse4_instruction_38-instruction_handler
3428
 dw sse4_instruction_66_38-instruction_handler
2869
 db 'prefetcht0',1
3429
 db 'prefetcht0',1
2870
 dw prefetch_instruction-instruction_handler
3430
 dw prefetch_instruction-instruction_handler
2871
 db 'prefetcht1',2
3431
 db 'prefetcht1',2
2872
 dw prefetch_instruction-instruction_handler
3432
 dw prefetch_instruction-instruction_handler
2873
 db 'prefetcht2',3
3433
 db 'prefetcht2',3
2874
 dw prefetch_instruction-instruction_handler
3434
 dw prefetch_instruction-instruction_handler
2875
 db 'punpckhqdq',6Dh
3435
 db 'punpckhqdq',6Dh
2876
 dw sse_pd_instruction-instruction_handler
3436
 dw sse_pd_instruction-instruction_handler
2877
 db 'punpcklqdq',6Ch
3437
 db 'punpcklqdq',6Ch
2878
 dw sse_pd_instruction-instruction_handler
3438
 dw sse_pd_instruction-instruction_handler
2879
 db 'vcmptruepd',0Fh
3439
 db 'sha256msg1',0CCh
-
 
3440
 dw sse4_instruction_38-instruction_handler
-
 
3441
 db 'sha256msg2',0CDh
-
 
3442
 dw sse4_instruction_38-instruction_handler
-
 
3443
 db 'vcmptruepd',0Fh
2880
 dw avx_cmp_pd_instruction-instruction_handler
3444
 dw avx_cmp_pd_instruction-instruction_handler
2881
 db 'vcmptrueps',0Fh
3445
 db 'vcmptrueps',0Fh
2882
 dw avx_cmp_ps_instruction-instruction_handler
3446
 dw avx_cmp_ps_instruction-instruction_handler
2883
 db 'vcmptruesd',0Fh
3447
 db 'vcmptruesd',0Fh
2884
 dw avx_cmp_sd_instruction-instruction_handler
3448
 dw avx_cmp_sd_instruction-instruction_handler
2885
 db 'vcmptruess',0Fh
3449
 db 'vcmptruess',0Fh
2886
 dw avx_cmp_ss_instruction-instruction_handler
3450
 dw avx_cmp_ss_instruction-instruction_handler
2887
 db 'vcvttpd2dq',0E6h
3451
 db 'vcvtpd2udq',79h
-
 
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
2888
 dw avx_cvtpd2ps_instruction-instruction_handler
3464
 dw avx_cvttpd2dq_instruction-instruction_handler
2889
 db 'vcvttps2dq',5Bh
3465
 db 'vcvttpd2qq',7Ah
-
 
3466
 dw avx_single_source_pd_instruction_sae_evex-instruction_handler
-
 
3467
 db 'vcvttps2dq',5Bh
2890
 dw avx_cvttps2dq_instruction-instruction_handler
3468
 dw avx_cvttps2dq_instruction-instruction_handler
2891
 db 'vcvttsd2si',2Ch
3469
 db 'vcvttps2qq',7Ah
-
 
3470
 dw avx_cvttps2qq_instruction-instruction_handler
-
 
3471
 db 'vcvttsd2si',2Ch
2892
 dw avx_cvtsd2si_instruction-instruction_handler
3472
 dw avx_cvttsd2si_instruction-instruction_handler
2893
 db 'vcvttss2si',2Ch
3473
 db 'vcvttss2si',2Ch
2894
 dw avx_cvtss2si_instruction-instruction_handler
3474
 dw avx_cvttss2si_instruction-instruction_handler
2895
 db 'vextractps',0
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
2896
 dw avx_extractps_instruction-instruction_handler
3488
 dw avx_extract_d_instruction-instruction_handler
2897
 db 'vgatherdpd',92h
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
2898
 dw gather_instruction_pd-instruction_handler
3498
 dw gather_pd_instruction-instruction_handler
2899
 db 'vgatherdps',92h
3499
 db 'vgatherdps',92h
2900
 dw gather_instruction_ps-instruction_handler
3500
 dw gather_ps_instruction-instruction_handler
2901
 db 'vgatherqpd',93h
3501
 db 'vgatherqpd',93h
2902
 dw gather_instruction_pd-instruction_handler
3502
 dw gather_pd_instruction-instruction_handler
2903
 db 'vgatherqps',93h
3503
 db 'vgatherqps',93h
2904
 dw gather_instruction_ps-instruction_handler
3504
 dw gather_ps_instruction-instruction_handler
2905
 db 'vmaskmovpd',2Dh
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
2906
 dw avx_maskmov_instruction-instruction_handler
3514
 dw avx_maskmov_instruction-instruction_handler
2907
 db 'vmaskmovps',2Ch
3515
 db 'vmaskmovps',2Ch
2908
 dw avx_maskmov_instruction-instruction_handler
3516
 dw avx_maskmov_instruction-instruction_handler
2909
 db 'vpclmulqdq',-1
3517
 db 'vpclmulqdq',-1
2910
 dw avx_pclmulqdq_instruction-instruction_handler
3518
 dw avx_pclmulqdq_instruction-instruction_handler
2911
 db 'vpcmpestri',61h
3519
 db 'vpcmpestri',61h
2912
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
3520
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
2913
 db 'vpcmpestrm',60h
3521
 db 'vpcmpestrm',60h
2914
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
3522
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
2915
 db 'vpcmpistri',63h
3523
 db 'vpcmpistri',63h
2916
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
3524
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
2917
 db 'vpcmpistrm',62h
3525
 db 'vpcmpistrm',62h
2918
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
3526
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
2919
 db 'vpcomnequb',5
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
2920
 dw xop_pcom_ub_instruction-instruction_handler
3552
 dw xop_pcom_ub_instruction-instruction_handler
2921
 db 'vpcomnequd',5
3553
 db 'vpcomnequd',5
2922
 dw xop_pcom_ud_instruction-instruction_handler
3554
 dw xop_pcom_ud_instruction-instruction_handler
2923
 db 'vpcomnequq',5
3555
 db 'vpcomnequq',5
2924
 dw xop_pcom_uq_instruction-instruction_handler
3556
 dw xop_pcom_uq_instruction-instruction_handler
Line 2940... Line 3572...
2940
 dw vpermil2_instruction-instruction_handler
3572
 dw vpermil2_instruction-instruction_handler
2941
 db 'vpermil2ps',48h
3573
 db 'vpermil2ps',48h
2942
 dw vpermil2_instruction-instruction_handler
3574
 dw vpermil2_instruction-instruction_handler
2943
 db 'vpgatherdd',90h
3575
 db 'vpgatherdd',90h
2944
 dw gather_instruction_ps-instruction_handler
3576
 dw gather_ps_instruction-instruction_handler
2945
 db 'vpgatherdq',90h
3577
 db 'vpgatherdq',90h
2946
 dw gather_instruction_pd-instruction_handler
3578
 dw gather_pd_instruction-instruction_handler
2947
 db 'vpgatherqd',91h
3579
 db 'vpgatherqd',91h
2948
 dw gather_instruction_ps-instruction_handler
3580
 dw gather_ps_instruction-instruction_handler
2949
 db 'vpgatherqq',91h
3581
 db 'vpgatherqq',91h
2950
 dw gather_instruction_pd-instruction_handler
3582
 dw gather_pd_instruction-instruction_handler
2951
 db 'vpmacssdqh',8Fh
3583
 db 'vpmacssdqh',8Fh
2952
 dw xop_triple_source_128bit_instruction-instruction_handler
3584
 dw xop_triple_source_128bit_instruction-instruction_handler
2953
 db 'vpmacssdql',87h
3585
 db 'vpmacssdql',87h
2954
 dw xop_triple_source_128bit_instruction-instruction_handler
3586
 dw xop_triple_source_128bit_instruction-instruction_handler
2955
 db 'vpmadcsswd',0A6h
3587
 db 'vpmadcsswd',0A6h
2956
 dw xop_triple_source_128bit_instruction-instruction_handler
3588
 dw xop_triple_source_128bit_instruction-instruction_handler
2957
 db 'vpmaddubsw',4
3589
 db 'vpmaddubsw',4
2958
 dw avx_instruction_38-instruction_handler
3590
 dw avx_bw_instruction_38-instruction_handler
2959
 db 'vpmaskmovd',8Ch
3591
 db 'vpmaskmovd',8Ch
2960
 dw avx_maskmov_instruction-instruction_handler
3592
 dw avx_maskmov_instruction-instruction_handler
2961
 db 'vpmaskmovq',8Ch
3593
 db 'vpmaskmovq',8Ch
2962
 dw avx_maskmov_w1_instruction-instruction_handler
3594
 dw avx_maskmov_w1_instruction-instruction_handler
2963
 db 'vpunpckhbw',68h
3595
 db 'vpternlogd',25h
-
 
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
2964
 dw avx_pd_instruction-instruction_handler
3600
 dw avx_bw_instruction-instruction_handler
2965
 db 'vpunpckhdq',6Ah
3601
 db 'vpunpckhdq',6Ah
2966
 dw avx_pd_instruction-instruction_handler
3602
 dw avx_d_instruction-instruction_handler
2967
 db 'vpunpckhwd',69h
3603
 db 'vpunpckhwd',69h
2968
 dw avx_pd_instruction-instruction_handler
3604
 dw avx_bw_instruction-instruction_handler
2969
 db 'vpunpcklbw',60h
3605
 db 'vpunpcklbw',60h
2970
 dw avx_pd_instruction-instruction_handler
3606
 dw avx_bw_instruction-instruction_handler
2971
 db 'vpunpckldq',62h
3607
 db 'vpunpckldq',62h
2972
 dw avx_pd_instruction-instruction_handler
3608
 dw avx_d_instruction-instruction_handler
2973
 db 'vpunpcklwd',61h
3609
 db 'vpunpcklwd',61h
2974
 dw avx_pd_instruction-instruction_handler
3610
 dw avx_bw_instruction-instruction_handler
2975
 db 'vzeroupper',77h
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
2976
 dw vzeroupper_instruction-instruction_handler
3636
 dw vzeroupper_instruction-instruction_handler
2977
 db 'xsaveopt64',110b
3637
 db 'xsaveopt64',110b
2978
 dw fxsave_instruction_64bit-instruction_handler
3638
 dw fxsave_instruction_64bit-instruction_handler
2979
instructions_11:
3639
instructions_11:
2980
 db 'pclmulhqhdq',10001b
3640
 db 'pclmulhqhdq',10001b
Line 2982... Line 3642...
2982
 db 'pclmullqhdq',10000b
3642
 db 'pclmullqhdq',10000b
2983
 dw pclmulqdq_instruction-instruction_handler
3643
 dw pclmulqdq_instruction-instruction_handler
2984
 db 'prefetchnta',0
3644
 db 'prefetchnta',0
2985
 dw prefetch_instruction-instruction_handler
3645
 dw prefetch_instruction-instruction_handler
2986
 db 'vaesdeclast',0DFh
3646
 db 'prefetchwt1',2
-
 
3647
 dw amd_prefetch_instruction-instruction_handler
-
 
3648
 db 'sha256rnds2',0CBh
-
 
3649
 dw sse4_instruction_38_xmm0-instruction_handler
-
 
3650
 db 'vaesdeclast',0DFh
2987
 dw avx_128bit_instruction_38-instruction_handler
3651
 dw avx_128bit_instruction_38_noevex-instruction_handler
2988
 db 'vaesenclast',0DDh
3652
 db 'vaesenclast',0DDh
2989
 dw avx_128bit_instruction_38-instruction_handler
3653
 dw avx_128bit_instruction_38_noevex-instruction_handler
2990
 db 'vcmpeq_ospd',10h
3654
 db 'vcmpeq_ospd',10h
2991
 dw avx_cmp_pd_instruction-instruction_handler
3655
 dw avx_cmp_pd_instruction-instruction_handler
2992
 db 'vcmpeq_osps',10h
3656
 db 'vcmpeq_osps',10h
2993
 dw avx_cmp_ps_instruction-instruction_handler
3657
 dw avx_cmp_ps_instruction-instruction_handler
2994
 db 'vcmpeq_ossd',10h
3658
 db 'vcmpeq_ossd',10h
2995
 dw avx_cmp_sd_instruction-instruction_handler
3659
 dw avx_cmp_sd_instruction-instruction_handler
Line 3066... Line 3730...
3066
 db 'vcmpunordsd',3
3730
 db 'vcmpunordsd',3
3067
 dw avx_cmp_sd_instruction-instruction_handler
3731
 dw avx_cmp_sd_instruction-instruction_handler
3068
 db 'vcmpunordss',3
3732
 db 'vcmpunordss',3
3069
 dw avx_cmp_ss_instruction-instruction_handler
3733
 dw avx_cmp_ss_instruction-instruction_handler
3070
 db 'vfmadd132pd',98h
3734
 db 'vcompresspd',8Ah
-
 
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
3071
 dw fma_instruction_pd-instruction_handler
3759
 dw fma_instruction_pd-instruction_handler
3072
 db 'vfmadd132ps',98h
3760
 db 'vfmadd132ps',98h
3073
 dw fma_instruction_ps-instruction_handler
3761
 dw fma_instruction_ps-instruction_handler
3074
 db 'vfmadd132sd',99h
3762
 db 'vfmadd132sd',99h
3075
 dw fma_instruction_sd-instruction_handler
3763
 dw fma_instruction_sd-instruction_handler
Line 3136... Line 3824...
3136
 db 'vpcomfalseq',6
3824
 db 'vpcomfalseq',6
3137
 dw xop_pcom_q_instruction-instruction_handler
3825
 dw xop_pcom_q_instruction-instruction_handler
3138
 db 'vpcomfalsew',6
3826
 db 'vpcomfalsew',6
3139
 dw xop_pcom_w_instruction-instruction_handler
3827
 dw xop_pcom_w_instruction-instruction_handler
3140
 db 'vpcomtrueub',7
3828
 db 'vpcompressd',8Bh
-
 
3829
 dw avx_compress_d_instruction-instruction_handler
-
 
3830
 db 'vpcompressq',8Bh
-
 
3831
 dw avx_compress_q_instruction-instruction_handler
-
 
3832
 db 'vpcomtrueub',7
3141
 dw xop_pcom_ub_instruction-instruction_handler
3833
 dw xop_pcom_ub_instruction-instruction_handler
3142
 db 'vpcomtrueud',7
3834
 db 'vpcomtrueud',7
3143
 dw xop_pcom_ud_instruction-instruction_handler
3835
 dw xop_pcom_ud_instruction-instruction_handler
3144
 db 'vpcomtrueuq',7
3836
 db 'vpcomtrueuq',7
3145
 dw xop_pcom_uq_instruction-instruction_handler
3837
 dw xop_pcom_uq_instruction-instruction_handler
3146
 db 'vpcomtrueuw',7
3838
 db 'vpcomtrueuw',7
3147
 dw xop_pcom_uw_instruction-instruction_handler
3839
 dw xop_pcom_uw_instruction-instruction_handler
3148
 db 'vphminposuw',41h
3840
 db 'vpconflictd',0C4h
-
 
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
3149
 dw avx_single_source_instruction_38-instruction_handler
3845
 dw avx_single_source_instruction_38_noevex-instruction_handler
3150
 db 'vpunpckhqdq',6Dh
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
3151
 dw avx_pd_instruction-instruction_handler
3859
 dw avx_q_instruction-instruction_handler
3152
 db 'vpunpcklqdq',6Ch
3860
 db 'vpunpcklqdq',6Ch
3153
 dw avx_pd_instruction-instruction_handler
3861
 dw avx_q_instruction-instruction_handler
3154
instructions_12:
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:
3155
 db 'pclmulhqhqdq',10001b
3879
 db 'pclmulhqhqdq',10001b
3156
 dw pclmulqdq_instruction-instruction_handler
3880
 dw pclmulqdq_instruction-instruction_handler
3157
 db 'pclmulhqlqdq',1
3881
 db 'pclmulhqlqdq',1
3158
 dw pclmulqdq_instruction-instruction_handler
3882
 dw pclmulqdq_instruction-instruction_handler
3159
 db 'pclmullqhqdq',10000b
3883
 db 'pclmullqhqdq',10000b
Line 3271... Line 3995...
3271
 db 'vfnmsub231sd',0BFh
3995
 db 'vfnmsub231sd',0BFh
3272
 dw fma_instruction_sd-instruction_handler
3996
 dw fma_instruction_sd-instruction_handler
3273
 db 'vfnmsub231ss',0BFh
3997
 db 'vfnmsub231ss',0BFh
3274
 dw fma_instruction_ss-instruction_handler
3998
 dw fma_instruction_ss-instruction_handler
3275
 db 'vpbroadcastb',78h
3999
 db 'vinsertf32x4',18h
-
 
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
3276
 dw avx_pbroadcastb_instruction-instruction_handler
4016
 dw avx_pbroadcastb_instruction-instruction_handler
3277
 db 'vpbroadcastd',58h
4017
 db 'vpbroadcastd',58h
3278
 dw avx_pbroadcastd_instruction-instruction_handler
4018
 dw avx_pbroadcastd_instruction-instruction_handler
3279
 db 'vpbroadcastq',59h
4019
 db 'vpbroadcastq',59h
3280
 dw avx_pbroadcastq_instruction-instruction_handler
4020
 dw avx_pbroadcastq_instruction-instruction_handler
Line 3320... Line 4060...
3320
 db 'vcmpunord_ssd',13h
4060
 db 'vcmpunord_ssd',13h
3321
 dw avx_cmp_sd_instruction-instruction_handler
4061
 dw avx_cmp_sd_instruction-instruction_handler
3322
 db 'vcmpunord_sss',13h
4062
 db 'vcmpunord_sss',13h
3323
 dw avx_cmp_ss_instruction-instruction_handler
4063
 dw avx_cmp_ss_instruction-instruction_handler
3324
 db 'vpclmulhqlqdq',1
4064
 db 'vextractf32x4',19h
-
 
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
3325
 dw avx_pclmulqdq_instruction-instruction_handler
4097
 dw avx_pclmulqdq_instruction-instruction_handler
3326
 db 'vpclmullqlqdq',0
4098
 db 'vpclmullqlqdq',0
3327
 dw avx_pclmulqdq_instruction-instruction_handler
4099
 dw avx_pclmulqdq_instruction-instruction_handler
3328
instructions_14:
4100
instructions_14:
3329
 db 'vbroadcastf128',1Ah
4101
 db 'vbroadcastf128',1Ah
3330
 dw avx_broadcastf128_instruction-instruction_handler
4102
 dw avx_broadcast_128_instruction_noevex-instruction_handler
3331
 db 'vbroadcasti128',5Ah
4103
 db 'vbroadcasti128',5Ah
3332
 dw avx_broadcastf128_instruction-instruction_handler
4104
 dw avx_broadcast_128_instruction_noevex-instruction_handler
3333
 db 'vcmpfalse_ospd',1Bh
4105
 db 'vcmpfalse_ospd',1Bh
3334
 dw avx_cmp_pd_instruction-instruction_handler
4106
 dw avx_cmp_pd_instruction-instruction_handler
3335
 db 'vcmpfalse_osps',1Bh
4107
 db 'vcmpfalse_osps',1Bh
3336
 dw avx_cmp_ps_instruction-instruction_handler
4108
 dw avx_cmp_ps_instruction-instruction_handler
3337
 db 'vcmpfalse_ossd',1Bh
4109
 db 'vcmpfalse_ossd',1Bh
3338
 dw avx_cmp_sd_instruction-instruction_handler
4110
 dw avx_cmp_sd_instruction-instruction_handler
Line 3361... Line 4133...
3361
 db 'vfmsubadd231pd',0B7h
4133
 db 'vfmsubadd231pd',0B7h
3362
 dw fma_instruction_pd-instruction_handler
4134
 dw fma_instruction_pd-instruction_handler
3363
 db 'vfmsubadd231ps',0B7h
4135
 db 'vfmsubadd231ps',0B7h
3364
 dw fma_instruction_ps-instruction_handler
4136
 dw fma_instruction_ps-instruction_handler
3365
instructions_15:
4137
 db 'vpmultishiftqb',83h
-
 
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:
3366
 db 'aeskeygenassist',0DFh
4156
 db 'aeskeygenassist',0DFh
3367
 dw sse4_instruction_3a_imm8-instruction_handler
4157
 dw sse4_instruction_66_3a_imm8-instruction_handler
3368
instructions_16:
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:
3369
 db 'vaeskeygenassist',0DFh
4183
 db 'vaeskeygenassist',0DFh
3370
 dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
4184
 dw avx_single_source_128bit_instruction_3a_imm8_noevex-instruction_handler
3371
instructions_end:
4185
instructions_end:
3372
 
4186
 
Line 3373... Line 4187...
3373
data_directives:
4187
data_directives:
3374
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
4188
 dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
3375
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
4189
 dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)