Subversion Repositories Kolibri OS

Rev

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

Rev 2664 Rev 2665
Line 47... Line 47...
47
 db 1,'+',80h
47
 db 1,'+',80h
48
 db 1,'-',81h
48
 db 1,'-',81h
49
 db 1,'*',90h
49
 db 1,'*',90h
50
 db 1,'/',91h
50
 db 1,'/',91h
51
 db 3,'mod',0A0h
51
 db 3,'and',0B0h
52
 db 3,'and',0B0h
-
 
53
 db 2,'or',0B1h
52
 db 3,'mod',0A0h
-
 
53
 db 2,'or',0B1h
54
 db 3,'xor',0B2h
54
 db 3,'shl',0C0h
55
 db 3,'shl',0C0h
-
 
56
 db 3,'shr',0C1h
55
 db 3,'shr',0C1h
57
 db 0
56
 db 3,'xor',0B2h
-
 
57
 db 0
58
 
58
 
Line 59... Line 59...
59
single_operand_operators:
59
single_operand_operators:
60
 db 1,'+',82h
60
 db 1,'+',82h
61
 db 1,'-',83h
61
 db 1,'-',83h
Line 75... Line 75...
75
 db 4,'from',82h
75
 db 4,'from',82h
76
 db 2,'in',0F6h
76
 db 2,'in',0F6h
77
 db 2,'on',84h
77
 db 2,'on',84h
78
 db 3,'ptr',85h
78
 db 3,'ptr',85h
79
 db 4,'used',89h
79
 db 10,'relativeto',0F8h
-
 
80
 db 4,'used',89h
80
 db 0
81
 db 0
81
 
82
 
Line 82... Line -...
82
address_registers:
-
 
83
 db 2,'bp',25h
-
 
84
 db 2,'bx',23h
-
 
85
 db 2,'di',27h
-
 
86
 db 3,'eax',40h
-
 
87
 db 3,'ebp',45h
-
 
88
 db 3,'ebx',43h
-
 
89
 db 3,'ecx',41h
-
 
90
 db 3,'edi',47h
-
 
91
 db 3,'edx',42h
-
 
92
 db 3,'eip',0F4h
-
 
93
 db 3,'esi',46h
-
 
94
 db 3,'esp',44h
-
 
95
 db 3,'r10',8Ah
-
 
96
 db 4,'r10d',4Ah
-
 
97
 db 3,'r11',8Bh
-
 
98
 db 4,'r11d',4Bh
-
 
99
 db 3,'r12',8Ch
-
 
100
 db 4,'r12d',4Ch
-
 
101
 db 3,'r13',8Dh
-
 
102
 db 4,'r13d',4Dh
-
 
103
 db 3,'r14',8Eh
-
 
104
 db 4,'r14d',4Eh
-
 
105
 db 3,'r15',8Fh
-
 
106
 db 4,'r15d',4Fh
-
 
107
 db 2,'r8',88h
-
 
108
 db 3,'r8d',48h
-
 
109
 db 2,'r9',89h
-
 
110
 db 3,'r9d',49h
-
 
111
 db 3,'rax',80h
-
 
112
 db 3,'rbp',85h
-
 
113
 db 3,'rbx',83h
-
 
114
 db 3,'rcx',81h
-
 
115
 db 3,'rdi',87h
-
 
116
 db 3,'rdx',82h
-
 
117
 db 3,'rip',0F8h
-
 
118
 db 3,'rsi',86h
-
 
119
 db 3,'rsp',84h
-
 
120
 db 2,'si',26h
-
 
121
 db 0
-
 
122
 
-
 
123
address_sizes:
83
address_sizes:
124
 db 4,'byte',1
84
 db 4,'byte',1
125
 db 5,'dword',4
85
 db 5,'dword',4
126
 db 5,'qword',8
86
 db 5,'qword',8
127
 db 4,'word',2
87
 db 4,'word',2
Line 601... Line 561...
601
 dw simple_extended_instruction-instruction_handler
561
 dw simple_extended_instruction-instruction_handler
602
 db 'xor',30h
562
 db 'xor',30h
603
 dw basic_instruction-instruction_handler
563
 dw basic_instruction-instruction_handler
604
instructions_4:
564
instructions_4:
605
 db 'arpl',0
565
 db 'andn',0F2h
-
 
566
 dw andn_instruction-instruction_handler
-
 
567
 db 'arpl',0
606
 dw arpl_instruction-instruction_handler
568
 dw arpl_instruction-instruction_handler
607
 db 'call',0
569
 db 'blci',26h
-
 
570
 dw tbm_instruction-instruction_handler
-
 
571
 db 'blcs',13h
-
 
572
 dw tbm_instruction-instruction_handler
-
 
573
 db 'blsi',3
-
 
574
 dw bmi_instruction-instruction_handler
-
 
575
 db 'blsr',1
-
 
576
 dw bmi_instruction-instruction_handler
-
 
577
 db 'bzhi',0F5h
-
 
578
 dw bzhi_instruction-instruction_handler
-
 
579
 db 'call',0
608
 dw call_instruction-instruction_handler
580
 dw call_instruction-instruction_handler
609
 db 'cdqe',98h
581
 db 'cdqe',98h
610
 dw simple_instruction_64bit-instruction_handler
582
 dw simple_instruction_64bit-instruction_handler
611
 db 'clgi',0DDh
583
 db 'clgi',0DDh
612
 dw simple_vmx_instruction-instruction_handler
584
 dw simple_vmx_instruction-instruction_handler
Line 721... Line 693...
721
 db 'movq',0
693
 db 'movq',0
722
 dw movq_instruction-instruction_handler
694
 dw movq_instruction-instruction_handler
723
 db 'movs',0A4h
695
 db 'movs',0A4h
724
 dw movs_instruction-instruction_handler
696
 dw movs_instruction-instruction_handler
725
 db 'orpd',56h
697
 db 'mulx',0F6h
-
 
698
 dw pdep_instruction-instruction_handler
-
 
699
 db 'orpd',56h
726
 dw sse_pd_instruction-instruction_handler
700
 dw sse_pd_instruction-instruction_handler
727
 db 'orps',56h
701
 db 'orps',56h
728
 dw sse_ps_instruction-instruction_handler
702
 dw sse_ps_instruction-instruction_handler
729
 db 'outs',6Eh
703
 db 'outs',6Eh
730
 dw outs_instruction-instruction_handler
704
 dw outs_instruction-instruction_handler
731
 db 'pand',0DBh
705
 db 'pand',0DBh
732
 dw basic_mmx_instruction-instruction_handler
706
 dw basic_mmx_instruction-instruction_handler
733
 db 'popa',61h
707
 db 'pdep',0F5h
-
 
708
 dw pdep_instruction-instruction_handler
-
 
709
 db 'pext',0F5h
-
 
710
 dw pext_instruction-instruction_handler
-
 
711
 db 'popa',61h
734
 dw simple_instruction_except64-instruction_handler
712
 dw simple_instruction_except64-instruction_handler
735
 db 'popd',4
713
 db 'popd',4
736
 dw pop_instruction-instruction_handler
714
 dw pop_instruction-instruction_handler
737
 db 'popf',9Dh
715
 db 'popf',9Dh
738
 dw simple_instruction-instruction_handler
716
 dw simple_instruction-instruction_handler
Line 757... Line 735...
757
 db 'retq',0C2h
735
 db 'retq',0C2h
758
 dw ret_instruction_only64-instruction_handler
736
 dw ret_instruction_only64-instruction_handler
759
 db 'retw',0C2h
737
 db 'retw',0C2h
760
 dw ret_instruction_16bit-instruction_handler
738
 dw ret_instruction_16bit-instruction_handler
761
 db 'sahf',9Eh
739
 db 'rorx',0F0h
-
 
740
 dw rorx_instruction-instruction_handler
-
 
741
 db 'sahf',9Eh
762
 dw simple_instruction-instruction_handler
742
 dw simple_instruction-instruction_handler
763
 db 'salc',0D6h
743
 db 'salc',0D6h
764
 dw simple_instruction_except64-instruction_handler
744
 dw simple_instruction_except64-instruction_handler
765
 db 'scas',0AEh
745
 db 'sarx',0F7h
-
 
746
 dw sarx_instruction-instruction_handler
-
 
747
 db 'scas',0AEh
766
 dw stos_instruction-instruction_handler
748
 dw stos_instruction-instruction_handler
767
 db 'seta',97h
749
 db 'seta',97h
768
 dw set_instruction-instruction_handler
750
 dw set_instruction-instruction_handler
769
 db 'setb',92h
751
 db 'setb',92h
770
 dw set_instruction-instruction_handler
752
 dw set_instruction-instruction_handler
Line 787... Line 769...
787
 db 'sgdt',0
769
 db 'sgdt',0
788
 dw lgdt_instruction-instruction_handler
770
 dw lgdt_instruction-instruction_handler
789
 db 'shld',0A4h
771
 db 'shld',0A4h
790
 dw shd_instruction-instruction_handler
772
 dw shd_instruction-instruction_handler
791
 db 'shrd',0ACh
773
 db 'shlx',0F7h
-
 
774
 dw shlx_instruction-instruction_handler
-
 
775
 db 'shrd',0ACh
792
 dw shd_instruction-instruction_handler
776
 dw shd_instruction-instruction_handler
793
 db 'sidt',1
777
 db 'shrx',0F7h
-
 
778
 dw shrx_instruction-instruction_handler
-
 
779
 db 'sidt',1
794
 dw lgdt_instruction-instruction_handler
780
 dw lgdt_instruction-instruction_handler
795
 db 'sldt',0
781
 db 'sldt',0
796
 dw pm_store_word_instruction-instruction_handler
782
 dw pm_store_word_instruction-instruction_handler
797
 db 'smsw',14h
783
 db 'smsw',14h
798
 dw pm_store_word_instruction-instruction_handler
784
 dw pm_store_word_instruction-instruction_handler
Line 806... Line 792...
806
 dw pm_word_instruction-instruction_handler
792
 dw pm_word_instruction-instruction_handler
807
 db 'verw',5
793
 db 'verw',5
808
 dw pm_word_instruction-instruction_handler
794
 dw pm_word_instruction-instruction_handler
809
 db 'vpor',0EBh
795
 db 'vpor',0EBh
810
 dw avx_128bit_instruction-instruction_handler
796
 dw avx_pd_instruction-instruction_handler
811
 db 'wait',9Bh
797
 db 'wait',9Bh
812
 dw simple_instruction-instruction_handler
798
 dw simple_instruction-instruction_handler
813
 db 'xadd',0C0h
799
 db 'xadd',0C0h
814
 dw basic_486_instruction-instruction_handler
800
 dw basic_486_instruction-instruction_handler
815
 db 'xchg',0
801
 db 'xchg',0
816
 dw xchg_instruction-instruction_handler
802
 dw xchg_instruction-instruction_handler
817
 db 'xlat',0D7h
803
 db 'xend',0D5h
-
 
804
 dw simple_vmx_instruction-instruction_handler
-
 
805
 db 'xlat',0D7h
818
 dw xlat_instruction-instruction_handler
806
 dw xlat_instruction-instruction_handler
819
instructions_5:
807
instructions_5:
820
 db 'addpd',58h
808
 db 'addpd',58h
821
 dw sse_pd_instruction-instruction_handler
809
 dw sse_pd_instruction-instruction_handler
822
 db 'addps',58h
810
 db 'addps',58h
Line 830... Line 818...
830
 db 'andpd',54h
818
 db 'andpd',54h
831
 dw sse_pd_instruction-instruction_handler
819
 dw sse_pd_instruction-instruction_handler
832
 db 'andps',54h
820
 db 'andps',54h
833
 dw sse_ps_instruction-instruction_handler
821
 dw sse_ps_instruction-instruction_handler
834
 db 'bound',0
822
 db 'bextr',0F7h
-
 
823
 dw bextr_instruction-instruction_handler
-
 
824
 db 'blcic',15h
-
 
825
 dw tbm_instruction-instruction_handler
-
 
826
 db 'blsic',16h
-
 
827
 dw tbm_instruction-instruction_handler
-
 
828
 db 'bound',0
835
 dw bound_instruction-instruction_handler
829
 dw bound_instruction-instruction_handler
836
 db 'break',0
830
 db 'break',0
837
 dw break_directive-instruction_handler
831
 dw break_directive-instruction_handler
838
 db 'bswap',0
832
 db 'bswap',0
839
 dw bswap_instruction-instruction_handler
833
 dw bswap_instruction-instruction_handler
840
 db 'cmova',47h
834
 db 'cmova',47h
841
 dw cmov_instruction-instruction_handler
835
 dw bs_instruction-instruction_handler
842
 db 'cmovb',42h
836
 db 'cmovb',42h
843
 dw cmov_instruction-instruction_handler
837
 dw bs_instruction-instruction_handler
844
 db 'cmovc',42h
838
 db 'cmovc',42h
845
 dw cmov_instruction-instruction_handler
839
 dw bs_instruction-instruction_handler
846
 db 'cmove',44h
840
 db 'cmove',44h
847
 dw cmov_instruction-instruction_handler
841
 dw bs_instruction-instruction_handler
848
 db 'cmovg',4Fh
842
 db 'cmovg',4Fh
849
 dw cmov_instruction-instruction_handler
843
 dw bs_instruction-instruction_handler
850
 db 'cmovl',4Ch
844
 db 'cmovl',4Ch
851
 dw cmov_instruction-instruction_handler
845
 dw bs_instruction-instruction_handler
852
 db 'cmovo',40h
846
 db 'cmovo',40h
853
 dw cmov_instruction-instruction_handler
847
 dw bs_instruction-instruction_handler
854
 db 'cmovp',4Ah
848
 db 'cmovp',4Ah
855
 dw cmov_instruction-instruction_handler
849
 dw bs_instruction-instruction_handler
856
 db 'cmovs',48h
850
 db 'cmovs',48h
857
 dw cmov_instruction-instruction_handler
851
 dw bs_instruction-instruction_handler
858
 db 'cmovz',44h
852
 db 'cmovz',44h
859
 dw cmov_instruction-instruction_handler
853
 dw bs_instruction-instruction_handler
860
 db 'cmppd',-1
854
 db 'cmppd',-1
861
 dw cmp_pd_instruction-instruction_handler
855
 dw cmp_pd_instruction-instruction_handler
862
 db 'cmpps',-1
856
 db 'cmpps',-1
863
 dw cmp_ps_instruction-instruction_handler
857
 dw cmp_ps_instruction-instruction_handler
864
 db 'cmpsb',0A6h
858
 db 'cmpsb',0A6h
865
 dw simple_instruction-instruction_handler
859
 dw simple_instruction-instruction_handler
Line 1220... Line 1214...
1220
 db 'subss',5Ch
1214
 db 'subss',5Ch
1221
 dw sse_ss_instruction-instruction_handler
1215
 dw sse_ss_instruction-instruction_handler
1222
 db 'times',0
1216
 db 'times',0
1223
 dw times_directive-instruction_handler
1217
 dw times_directive-instruction_handler
1224
 db 'vdppd',41h
1218
 db 'tzcnt',0BCh
-
 
1219
 dw popcnt_instruction-instruction_handler
-
 
1220
 db 'tzmsk',14h
-
 
1221
 dw tbm_instruction-instruction_handler
-
 
1222
 db 'vdppd',41h
1225
 dw avx_128bit_instruction_3a_imm8-instruction_handler
1223
 dw avx_128bit_instruction_3a_imm8-instruction_handler
1226
 db 'vdpps',40h
1224
 db 'vdpps',40h
1227
 dw avx_instruction_3a_imm8-instruction_handler
1225
 dw avx_instruction_3a_imm8-instruction_handler
1228
 db 'vmovd',0
1226
 db 'vmovd',0
1229
 dw avx_movd_instruction-instruction_handler
1227
 dw avx_movd_instruction-instruction_handler
Line 1237... Line 1235...
1237
 dw avx_pd_instruction-instruction_handler
1235
 dw avx_pd_instruction-instruction_handler
1238
 db 'vorps',56h
1236
 db 'vorps',56h
1239
 dw avx_ps_instruction-instruction_handler
1237
 dw avx_ps_instruction-instruction_handler
1240
 db 'vpand',0DBh
1238
 db 'vpand',0DBh
1241
 dw avx_128bit_instruction-instruction_handler
1239
 dw avx_pd_instruction-instruction_handler
1242
 db 'vpxor',0EFh
1240
 db 'vpxor',0EFh
1243
 dw avx_128bit_instruction-instruction_handler
1241
 dw avx_pd_instruction-instruction_handler
1244
 db 'while',0
1242
 db 'while',0
1245
 dw while_directive-instruction_handler
1243
 dw while_directive-instruction_handler
1246
 db 'wrmsr',30h
1244
 db 'wrmsr',30h
1247
 dw simple_extended_instruction-instruction_handler
1245
 dw simple_extended_instruction-instruction_handler
1248
 db 'xlatb',0D7h
1246
 db 'xlatb',0D7h
1249
 dw simple_instruction-instruction_handler
1247
 dw simple_instruction-instruction_handler
Line 1252... Line 1250...
1252
 db 'xorps',57h
1250
 db 'xorps',57h
1253
 dw sse_ps_instruction-instruction_handler
1251
 dw sse_ps_instruction-instruction_handler
1254
 db 'xsave',100b
1252
 db 'xsave',100b
1255
 dw fxsave_instruction-instruction_handler
1253
 dw fxsave_instruction-instruction_handler
1256
instructions_6:
1254
 db 'xtest',0D6h
-
 
1255
 dw simple_vmx_instruction-instruction_handler
-
 
1256
instructions_6:
1257
 db 'aesdec',0DEh
1257
 db 'aesdec',0DEh
1258
 dw sse4_instruction_38-instruction_handler
1258
 dw sse4_instruction_38-instruction_handler
1259
 db 'aesenc',0DCh
1259
 db 'aesenc',0DCh
1260
 dw sse4_instruction_38-instruction_handler
1260
 dw sse4_instruction_38-instruction_handler
1261
 db 'aesimc',0DBh
1261
 db 'aesimc',0DBh
Line 1265... Line 1265...
1265
 db 'andnps',55h
1265
 db 'andnps',55h
1266
 dw sse_ps_instruction-instruction_handler
1266
 dw sse_ps_instruction-instruction_handler
1267
 db 'assert',0
1267
 db 'assert',0
1268
 dw assert_directive-instruction_handler
1268
 dw assert_directive-instruction_handler
1269
 db 'cmovae',43h
1269
 db 'blcmsk',21h
-
 
1270
 dw tbm_instruction-instruction_handler
-
 
1271
 db 'blsmsk',2
-
 
1272
 dw bmi_instruction-instruction_handler
-
 
1273
 db 'cmovae',43h
1270
 dw cmov_instruction-instruction_handler
1274
 dw bs_instruction-instruction_handler
1271
 db 'cmovbe',46h
1275
 db 'cmovbe',46h
1272
 dw cmov_instruction-instruction_handler
1276
 dw bs_instruction-instruction_handler
1273
 db 'cmovge',4Dh
1277
 db 'cmovge',4Dh
1274
 dw cmov_instruction-instruction_handler
1278
 dw bs_instruction-instruction_handler
1275
 db 'cmovle',4Eh
1279
 db 'cmovle',4Eh
1276
 dw cmov_instruction-instruction_handler
1280
 dw bs_instruction-instruction_handler
1277
 db 'cmovna',46h
1281
 db 'cmovna',46h
1278
 dw cmov_instruction-instruction_handler
1282
 dw bs_instruction-instruction_handler
1279
 db 'cmovnb',43h
1283
 db 'cmovnb',43h
1280
 dw cmov_instruction-instruction_handler
1284
 dw bs_instruction-instruction_handler
1281
 db 'cmovnc',43h
1285
 db 'cmovnc',43h
1282
 dw cmov_instruction-instruction_handler
1286
 dw bs_instruction-instruction_handler
1283
 db 'cmovne',45h
1287
 db 'cmovne',45h
1284
 dw cmov_instruction-instruction_handler
1288
 dw bs_instruction-instruction_handler
1285
 db 'cmovng',4Eh
1289
 db 'cmovng',4Eh
1286
 dw cmov_instruction-instruction_handler
1290
 dw bs_instruction-instruction_handler
1287
 db 'cmovnl',4Dh
1291
 db 'cmovnl',4Dh
1288
 dw cmov_instruction-instruction_handler
1292
 dw bs_instruction-instruction_handler
1289
 db 'cmovno',41h
1293
 db 'cmovno',41h
1290
 dw cmov_instruction-instruction_handler
1294
 dw bs_instruction-instruction_handler
1291
 db 'cmovnp',4Bh
1295
 db 'cmovnp',4Bh
1292
 dw cmov_instruction-instruction_handler
1296
 dw bs_instruction-instruction_handler
1293
 db 'cmovns',49h
1297
 db 'cmovns',49h
1294
 dw cmov_instruction-instruction_handler
1298
 dw bs_instruction-instruction_handler
1295
 db 'cmovnz',45h
1299
 db 'cmovnz',45h
1296
 dw cmov_instruction-instruction_handler
1300
 dw bs_instruction-instruction_handler
1297
 db 'cmovpe',4Ah
1301
 db 'cmovpe',4Ah
1298
 dw cmov_instruction-instruction_handler
1302
 dw bs_instruction-instruction_handler
1299
 db 'cmovpo',4Bh
1303
 db 'cmovpo',4Bh
1300
 dw cmov_instruction-instruction_handler
1304
 dw bs_instruction-instruction_handler
1301
 db 'comisd',2Fh
1305
 db 'comisd',2Fh
1302
 dw comisd_instruction-instruction_handler
1306
 dw comisd_instruction-instruction_handler
1303
 db 'comiss',2Fh
1307
 db 'comiss',2Fh
1304
 dw comiss_instruction-instruction_handler
1308
 dw comiss_instruction-instruction_handler
1305
 db 'fcmovb',0C0h
1309
 db 'fcmovb',0C0h
1306
 dw fcmov_instruction-instruction_handler
1310
 dw fcmov_instruction-instruction_handler
Line 1389... Line 1393...
1389
 db 'invlpg',0
1393
 db 'invlpg',0
1390
 dw invlpg_instruction-instruction_handler
1394
 dw invlpg_instruction-instruction_handler
1391
 db 'lfence',0E8h
1395
 db 'lfence',0E8h
1392
 dw fence_instruction-instruction_handler
1396
 dw fence_instruction-instruction_handler
1393
 db 'looped',0E1h
1397
 db 'llwpcb',0
-
 
1398
 dw llwpcb_instruction-instruction_handler
-
 
1399
 db 'looped',0E1h
1394
 dw loop_instruction_32bit-instruction_handler
1400
 dw loop_instruction_32bit-instruction_handler
1395
 db 'loopeq',0E1h
1401
 db 'loopeq',0E1h
1396
 dw loop_instruction_64bit-instruction_handler
1402
 dw loop_instruction_64bit-instruction_handler
1397
 db 'loopew',0E1h
1403
 db 'loopew',0E1h
1398
 dw loop_instruction_16bit-instruction_handler
1404
 dw loop_instruction_16bit-instruction_handler
Line 1405... Line 1411...
1405
 db 'loopzq',0E1h
1411
 db 'loopzq',0E1h
1406
 dw loop_instruction_64bit-instruction_handler
1412
 dw loop_instruction_64bit-instruction_handler
1407
 db 'loopzw',0E1h
1413
 db 'loopzw',0E1h
1408
 dw loop_instruction_16bit-instruction_handler
1414
 dw loop_instruction_16bit-instruction_handler
1409
 db 'mfence',0F0h
1415
 db 'lwpins',0
-
 
1416
 dw lwpins_instruction-instruction_handler
-
 
1417
 db 'lwpval',1
-
 
1418
 dw lwpins_instruction-instruction_handler
-
 
1419
 db 'mfence',0F0h
1410
 dw fence_instruction-instruction_handler
1420
 dw fence_instruction-instruction_handler
1411
 db 'movapd',28h
1421
 db 'movapd',28h
1412
 dw movpd_instruction-instruction_handler
1422
 dw movpd_instruction-instruction_handler
1413
 db 'movaps',28h
1423
 db 'movaps',28h
1414
 dw movps_instruction-instruction_handler
1424
 dw movps_instruction-instruction_handler
Line 1561... Line 1571...
1561
 db 'shufps',0C6h
1571
 db 'shufps',0C6h
1562
 dw sse_ps_instruction_imm8-instruction_handler
1572
 dw sse_ps_instruction_imm8-instruction_handler
1563
 db 'skinit',0
1573
 db 'skinit',0
1564
 dw skinit_instruction-instruction_handler
1574
 dw skinit_instruction-instruction_handler
1565
 db 'sqrtpd',51h
1575
 db 'slwpcb',1
-
 
1576
 dw llwpcb_instruction-instruction_handler
-
 
1577
 db 'sqrtpd',51h
1566
 dw sse_pd_instruction-instruction_handler
1578
 dw sse_pd_instruction-instruction_handler
1567
 db 'sqrtps',51h
1579
 db 'sqrtps',51h
1568
 dw sse_ps_instruction-instruction_handler
1580
 dw sse_ps_instruction-instruction_handler
1569
 db 'sqrtsd',51h
1581
 db 'sqrtsd',51h
1570
 dw sse_sd_instruction-instruction_handler
1582
 dw sse_sd_instruction-instruction_handler
Line 1573... Line 1585...
1573
 db 'swapgs',0
1585
 db 'swapgs',0
1574
 dw swapgs_instruction-instruction_handler
1586
 dw swapgs_instruction-instruction_handler
1575
 db 'sysret',07h
1587
 db 'sysret',07h
1576
 dw simple_extended_instruction-instruction_handler
1588
 dw simple_extended_instruction-instruction_handler
1577
 db 'vaddpd',58h
1589
 db 't1mskc',17h
-
 
1590
 dw tbm_instruction-instruction_handler
-
 
1591
 db 'vaddpd',58h
1578
 dw avx_pd_instruction-instruction_handler
1592
 dw avx_pd_instruction-instruction_handler
1579
 db 'vaddps',58h
1593
 db 'vaddps',58h
1580
 dw avx_ps_instruction-instruction_handler
1594
 dw avx_ps_instruction-instruction_handler
1581
 db 'vaddsd',58h
1595
 db 'vaddsd',58h
1582
 dw avx_sd_instruction-instruction_handler
1596
 dw avx_sd_instruction-instruction_handler
Line 1642... Line 1656...
1642
 dw avx_ss_instruction-instruction_handler
1656
 dw avx_ss_instruction-instruction_handler
1643
 db 'vmxoff',0C4h
1657
 db 'vmxoff',0C4h
1644
 dw simple_vmx_instruction-instruction_handler
1658
 dw simple_vmx_instruction-instruction_handler
1645
 db 'vpabsb',1Ch
1659
 db 'vpabsb',1Ch
1646
 dw avx_single_source_128bit_instruction_38-instruction_handler
1660
 dw avx_single_source_instruction_38-instruction_handler
1647
 db 'vpabsd',1Eh
1661
 db 'vpabsd',1Eh
1648
 dw avx_single_source_128bit_instruction_38-instruction_handler
1662
 dw avx_single_source_instruction_38-instruction_handler
1649
 db 'vpabsw',1Dh
1663
 db 'vpabsw',1Dh
1650
 dw avx_single_source_128bit_instruction_38-instruction_handler
1664
 dw avx_single_source_instruction_38-instruction_handler
1651
 db 'vpaddb',0FCh
1665
 db 'vpaddb',0FCh
1652
 dw avx_128bit_instruction-instruction_handler
1666
 dw avx_pd_instruction-instruction_handler
1653
 db 'vpaddd',0FEh
1667
 db 'vpaddd',0FEh
1654
 dw avx_128bit_instruction-instruction_handler
1668
 dw avx_pd_instruction-instruction_handler
1655
 db 'vpaddq',0D4h
1669
 db 'vpaddq',0D4h
1656
 dw avx_128bit_instruction-instruction_handler
1670
 dw avx_pd_instruction-instruction_handler
1657
 db 'vpaddw',0FDh
1671
 db 'vpaddw',0FDh
1658
 dw avx_128bit_instruction-instruction_handler
1672
 dw avx_pd_instruction-instruction_handler
1659
 db 'vpandn',0DFh
1673
 db 'vpandn',0DFh
1660
 dw avx_128bit_instruction-instruction_handler
1674
 dw avx_pd_instruction-instruction_handler
1661
 db 'vpavgb',0E0h
1675
 db 'vpavgb',0E0h
1662
 dw avx_128bit_instruction-instruction_handler
1676
 dw avx_pd_instruction-instruction_handler
1663
 db 'vpavgw',0E3h
1677
 db 'vpavgw',0E3h
1664
 dw avx_128bit_instruction-instruction_handler
1678
 dw avx_pd_instruction-instruction_handler
1665
 db 'vpcmov',0A2h
1679
 db 'vpcmov',0A2h
1666
 dw vpcmov_instruction-instruction_handler
1680
 dw vpcmov_instruction-instruction_handler
1667
 db 'vpcomb',-1
1681
 db 'vpcomb',-1
1668
 dw xop_pcom_b_instruction-instruction_handler
1682
 dw xop_pcom_b_instruction-instruction_handler
1669
 db 'vpcomd',-1
1683
 db 'vpcomd',-1
1670
 dw xop_pcom_d_instruction-instruction_handler
1684
 dw xop_pcom_d_instruction-instruction_handler
1671
 db 'vpcomq',-1
1685
 db 'vpcomq',-1
1672
 dw xop_pcom_q_instruction-instruction_handler
1686
 dw xop_pcom_q_instruction-instruction_handler
1673
 db 'vpcomw',-1
1687
 db 'vpcomw',-1
1674
 dw xop_pcom_w_instruction-instruction_handler
1688
 dw xop_pcom_w_instruction-instruction_handler
1675
 db 'vpperm',0A3h
1689
 db 'vpermd',36h
-
 
1690
 dw avx_permd_instruction-instruction_handler
-
 
1691
 db 'vpermq',0
-
 
1692
 dw avx_permq_instruction-instruction_handler
-
 
1693
 db 'vpperm',0A3h
1676
 dw xop_128bit_instruction-instruction_handler
1694
 dw xop_128bit_instruction-instruction_handler
1677
 db 'vprotb',90h
1695
 db 'vprotb',90h
1678
 dw xop_shift_instruction-instruction_handler
1696
 dw xop_shift_instruction-instruction_handler
1679
 db 'vprotd',92h
1697
 db 'vprotd',92h
1680
 dw xop_shift_instruction-instruction_handler
1698
 dw xop_shift_instruction-instruction_handler
Line 1714... Line 1732...
1714
 dw avx_bit_shift_instruction-instruction_handler
1732
 dw avx_bit_shift_instruction-instruction_handler
1715
 db 'vpsrlw',0D1h
1733
 db 'vpsrlw',0D1h
1716
 dw avx_bit_shift_instruction-instruction_handler
1734
 dw avx_bit_shift_instruction-instruction_handler
1717
 db 'vpsubb',0F8h
1735
 db 'vpsubb',0F8h
1718
 dw avx_128bit_instruction-instruction_handler
1736
 dw avx_pd_instruction-instruction_handler
1719
 db 'vpsubd',0FAh
1737
 db 'vpsubd',0FAh
1720
 dw avx_128bit_instruction-instruction_handler
1738
 dw avx_pd_instruction-instruction_handler
1721
 db 'vpsubq',0FBh
1739
 db 'vpsubq',0FBh
1722
 dw avx_128bit_instruction-instruction_handler
1740
 dw avx_pd_instruction-instruction_handler
1723
 db 'vpsubw',0F9h
1741
 db 'vpsubw',0F9h
1724
 dw avx_128bit_instruction-instruction_handler
1742
 dw avx_pd_instruction-instruction_handler
1725
 db 'vptest',17h
1743
 db 'vptest',17h
1726
 dw avx_single_source_instruction_38-instruction_handler
1744
 dw avx_single_source_instruction_38-instruction_handler
1727
 db 'vrcpps',53h
1745
 db 'vrcpps',53h
1728
 dw avx_single_source_ps_instruction-instruction_handler
1746
 dw avx_single_source_ps_instruction-instruction_handler
1729
 db 'vrcpss',53h
1747
 db 'vrcpss',53h
1730
 dw avx_ss_instruction-instruction_handler
1748
 dw avx_ss_instruction-instruction_handler
Line 1743... Line 1761...
1743
 db 'wbinvd',9
1761
 db 'wbinvd',9
1744
 dw simple_extended_instruction-instruction_handler
1762
 dw simple_extended_instruction-instruction_handler
1745
 db 'wrmsrq',30h
1763
 db 'wrmsrq',30h
1746
 dw simple_extended_instruction_64bit-instruction_handler
1764
 dw simple_extended_instruction_64bit-instruction_handler
1747
 db 'xgetbv',0D0h
1765
 db 'xabort',0
-
 
1766
 dw xabort_instruction-instruction_handler
-
 
1767
 db 'xbegin',0
-
 
1768
 dw xbegin_instruction-instruction_handler
-
 
1769
 db 'xgetbv',0D0h
1748
 dw simple_vmx_instruction-instruction_handler
1770
 dw simple_vmx_instruction-instruction_handler
1749
 db 'xrstor',101b
1771
 db 'xrstor',101b
1750
 dw fxsave_instruction-instruction_handler
1772
 dw fxsave_instruction-instruction_handler
1751
 db 'xsetbv',0D1h
1773
 db 'xsetbv',0D1h
1752
 dw simple_vmx_instruction-instruction_handler
1774
 dw simple_vmx_instruction-instruction_handler
1753
instructions_7:
1775
instructions_7:
1754
 db 'blendpd',0Dh
1776
 db 'blcfill',11h
-
 
1777
 dw tbm_instruction-instruction_handler
-
 
1778
 db 'blendpd',0Dh
1755
 dw sse4_instruction_3a_imm8-instruction_handler
1779
 dw sse4_instruction_3a_imm8-instruction_handler
1756
 db 'blendps',0Ch
1780
 db 'blendps',0Ch
1757
 dw sse4_instruction_3a_imm8-instruction_handler
1781
 dw sse4_instruction_3a_imm8-instruction_handler
1758
 db 'clflush',111b
1782
 db 'blsfill',12h
-
 
1783
 dw tbm_instruction-instruction_handler
-
 
1784
 db 'clflush',111b
1759
 dw fxsave_instruction-instruction_handler
1785
 dw fxsave_instruction-instruction_handler
1760
 db 'cmovnae',42h
1786
 db 'cmovnae',42h
1761
 dw cmov_instruction-instruction_handler
1787
 dw bs_instruction-instruction_handler
1762
 db 'cmovnbe',47h
1788
 db 'cmovnbe',47h
1763
 dw cmov_instruction-instruction_handler
1789
 dw bs_instruction-instruction_handler
1764
 db 'cmovnge',4Ch
1790
 db 'cmovnge',4Ch
1765
 dw cmov_instruction-instruction_handler
1791
 dw bs_instruction-instruction_handler
1766
 db 'cmovnle',4Fh
1792
 db 'cmovnle',4Fh
1767
 dw cmov_instruction-instruction_handler
1793
 dw bs_instruction-instruction_handler
1768
 db 'cmpeqpd',0
1794
 db 'cmpeqpd',0
1769
 dw cmp_pd_instruction-instruction_handler
1795
 dw cmp_pd_instruction-instruction_handler
1770
 db 'cmpeqps',0
1796
 db 'cmpeqps',0
1771
 dw cmp_ps_instruction-instruction_handler
1797
 dw cmp_ps_instruction-instruction_handler
1772
 db 'cmpeqsd',0
1798
 db 'cmpeqsd',0
1773
 dw cmp_sd_instruction-instruction_handler
1799
 dw cmp_sd_instruction-instruction_handler
Line 1840... Line 1866...
1840
 db 'insertq',0
1866
 db 'insertq',0
1841
 dw insertq_instruction-instruction_handler
1867
 dw insertq_instruction-instruction_handler
1842
 db 'invlpga',0DFh
1868
 db 'invlpga',0DFh
1843
 dw invlpga_instruction-instruction_handler
1869
 dw invlpga_instruction-instruction_handler
1844
 db 'invvpid',81h
1870
 db 'invpcid',82h
-
 
1871
 dw vmx_inv_instruction-instruction_handler
-
 
1872
 db 'invvpid',81h
1845
 dw vmx_inv_instruction-instruction_handler
1873
 dw vmx_inv_instruction-instruction_handler
1846
 db 'ldmxcsr',10b
1874
 db 'ldmxcsr',10b
1847
 dw fxsave_instruction-instruction_handler
1875
 dw fxsave_instruction-instruction_handler
1848
 db 'loopned',0E0h
1876
 db 'loopned',0E0h
1849
 dw loop_instruction_32bit-instruction_handler
1877
 dw loop_instruction_32bit-instruction_handler
Line 2027... Line 2055...
2027
 dw vmx_instruction-instruction_handler
2055
 dw vmx_instruction-instruction_handler
2028
 db 'vmwrite',0
2056
 db 'vmwrite',0
2029
 dw vmwrite_instruction-instruction_handler
2057
 dw vmwrite_instruction-instruction_handler
2030
 db 'vpaddsb',0ECh
2058
 db 'vpaddsb',0ECh
2031
 dw avx_128bit_instruction-instruction_handler
2059
 dw avx_pd_instruction-instruction_handler
2032
 db 'vpaddsw',0EDh
2060
 db 'vpaddsw',0EDh
2033
 dw avx_128bit_instruction-instruction_handler
2061
 dw avx_pd_instruction-instruction_handler
2034
 db 'vpcomub',-1
2062
 db 'vpcomub',-1
2035
 dw xop_pcom_ub_instruction-instruction_handler
2063
 dw xop_pcom_ub_instruction-instruction_handler
2036
 db 'vpcomud',-1
2064
 db 'vpcomud',-1
2037
 dw xop_pcom_ud_instruction-instruction_handler
2065
 dw xop_pcom_ud_instruction-instruction_handler
2038
 db 'vpcomuq',-1
2066
 db 'vpcomuq',-1
2039
 dw xop_pcom_uq_instruction-instruction_handler
2067
 dw xop_pcom_uq_instruction-instruction_handler
2040
 db 'vpcomuw',-1
2068
 db 'vpcomuw',-1
2041
 dw xop_pcom_uw_instruction-instruction_handler
2069
 dw xop_pcom_uw_instruction-instruction_handler
2042
 db 'vpextrb',14h
2070
 db 'vpermpd',1
-
 
2071
 dw avx_permq_instruction-instruction_handler
-
 
2072
 db 'vpermps',16h
-
 
2073
 dw avx_permd_instruction-instruction_handler
-
 
2074
 db 'vpextrb',14h
2043
 dw avx_pextrb_instruction-instruction_handler
2075
 dw avx_pextrb_instruction-instruction_handler
2044
 db 'vpextrd',16h
2076
 db 'vpextrd',16h
2045
 dw avx_pextrd_instruction-instruction_handler
2077
 dw avx_pextrd_instruction-instruction_handler
2046
 db 'vpextrq',16h
2078
 db 'vpextrq',16h
2047
 dw avx_pextrq_instruction-instruction_handler
2079
 dw avx_pextrq_instruction-instruction_handler
2048
 db 'vpextrw',15h
2080
 db 'vpextrw',15h
2049
 dw avx_pextrw_instruction-instruction_handler
2081
 dw avx_pextrw_instruction-instruction_handler
2050
 db 'vphaddd',2
2082
 db 'vphaddd',2
2051
 dw avx_128bit_instruction_38-instruction_handler
2083
 dw avx_instruction_38-instruction_handler
2052
 db 'vphaddw',1
2084
 db 'vphaddw',1
2053
 dw avx_128bit_instruction_38-instruction_handler
2085
 dw avx_instruction_38-instruction_handler
2054
 db 'vphsubd',6
2086
 db 'vphsubd',6
2055
 dw avx_128bit_instruction_38-instruction_handler
2087
 dw avx_instruction_38-instruction_handler
2056
 db 'vphsubw',5
2088
 db 'vphsubw',5
2057
 dw avx_128bit_instruction_38-instruction_handler
2089
 dw avx_instruction_38-instruction_handler
2058
 db 'vpinsrb',20h
2090
 db 'vpinsrb',20h
2059
 dw avx_pinsrb_instruction-instruction_handler
2091
 dw avx_pinsrb_instruction-instruction_handler
2060
 db 'vpinsrd',22h
2092
 db 'vpinsrd',22h
2061
 dw avx_pinsrd_instruction-instruction_handler
2093
 dw avx_pinsrd_instruction-instruction_handler
2062
 db 'vpinsrq',22h
2094
 db 'vpinsrq',22h
2063
 dw avx_pinsrq_instruction-instruction_handler
2095
 dw avx_pinsrq_instruction-instruction_handler
2064
 db 'vpinsrw',0C4h
2096
 db 'vpinsrw',0C4h
2065
 dw avx_pinsrw_instruction-instruction_handler
2097
 dw avx_pinsrw_instruction-instruction_handler
2066
 db 'vpmaxsb',3Ch
2098
 db 'vpmaxsb',3Ch
2067
 dw avx_128bit_instruction_38-instruction_handler
2099
 dw avx_instruction_38-instruction_handler
2068
 db 'vpmaxsd',3Dh
2100
 db 'vpmaxsd',3Dh
2069
 dw avx_128bit_instruction_38-instruction_handler
2101
 dw avx_instruction_38-instruction_handler
2070
 db 'vpmaxsw',0EEh
2102
 db 'vpmaxsw',0EEh
2071
 dw avx_128bit_instruction-instruction_handler
2103
 dw avx_pd_instruction-instruction_handler
2072
 db 'vpmaxub',0DEh
2104
 db 'vpmaxub',0DEh
2073
 dw avx_128bit_instruction-instruction_handler
2105
 dw avx_pd_instruction-instruction_handler
2074
 db 'vpmaxud',3Fh
2106
 db 'vpmaxud',3Fh
2075
 dw avx_128bit_instruction_38-instruction_handler
2107
 dw avx_instruction_38-instruction_handler
2076
 db 'vpmaxuw',3Eh
2108
 db 'vpmaxuw',3Eh
2077
 dw avx_128bit_instruction_38-instruction_handler
2109
 dw avx_instruction_38-instruction_handler
2078
 db 'vpminsb',38h
2110
 db 'vpminsb',38h
2079
 dw avx_128bit_instruction_38-instruction_handler
2111
 dw avx_instruction_38-instruction_handler
2080
 db 'vpminsd',39h
2112
 db 'vpminsd',39h
2081
 dw avx_128bit_instruction_38-instruction_handler
2113
 dw avx_instruction_38-instruction_handler
2082
 db 'vpminsw',0EAh
2114
 db 'vpminsw',0EAh
2083
 dw avx_128bit_instruction-instruction_handler
2115
 dw avx_pd_instruction-instruction_handler
2084
 db 'vpminub',0DAh
2116
 db 'vpminub',0DAh
2085
 dw avx_128bit_instruction-instruction_handler
2117
 dw avx_pd_instruction-instruction_handler
2086
 db 'vpminud',3Bh
2118
 db 'vpminud',3Bh
2087
 dw avx_128bit_instruction_38-instruction_handler
2119
 dw avx_instruction_38-instruction_handler
2088
 db 'vpminuw',3Ah
2120
 db 'vpminuw',3Ah
2089
 dw avx_128bit_instruction_38-instruction_handler
2121
 dw avx_instruction_38-instruction_handler
2090
 db 'vpmuldq',28h
2122
 db 'vpmuldq',28h
2091
 dw avx_128bit_instruction_38-instruction_handler
2123
 dw avx_instruction_38-instruction_handler
2092
 db 'vpmulhw',0E5h
2124
 db 'vpmulhw',0E5h
2093
 dw avx_128bit_instruction-instruction_handler
2125
 dw avx_pd_instruction-instruction_handler
2094
 db 'vpmulld',40h
2126
 db 'vpmulld',40h
2095
 dw avx_128bit_instruction_38-instruction_handler
2127
 dw avx_instruction_38-instruction_handler
2096
 db 'vpmullw',0D5h
2128
 db 'vpmullw',0D5h
2097
 dw avx_128bit_instruction-instruction_handler
2129
 dw avx_pd_instruction-instruction_handler
2098
 db 'vpsadbw',0F6h
2130
 db 'vpsadbw',0F6h
2099
 dw avx_128bit_instruction-instruction_handler
2131
 dw avx_pd_instruction-instruction_handler
2100
 db 'vpshufb',0
2132
 db 'vpshufb',0
2101
 dw avx_128bit_instruction_38-instruction_handler
2133
 dw avx_instruction_38-instruction_handler
2102
 db 'vpshufd',66h
2134
 db 'vpshufd',66h
2103
 dw avx_pshufd_instruction-instruction_handler
2135
 dw avx_pshufd_instruction-instruction_handler
2104
 db 'vpsignb',8
2136
 db 'vpsignb',8
2105
 dw avx_128bit_instruction_38-instruction_handler
2137
 dw avx_instruction_38-instruction_handler
2106
 db 'vpsignd',0Ah
2138
 db 'vpsignd',0Ah
2107
 dw avx_128bit_instruction_38-instruction_handler
2139
 dw avx_instruction_38-instruction_handler
2108
 db 'vpsignw',9
2140
 db 'vpsignw',9
2109
 dw avx_128bit_instruction_38-instruction_handler
2141
 dw avx_instruction_38-instruction_handler
2110
 db 'vpslldq',111b
2142
 db 'vpslldq',111b
2111
 dw avx_pslldq_instruction-instruction_handler
2143
 dw avx_pslldq_instruction-instruction_handler
2112
 db 'vpsrldq',011b
2144
 db 'vpsllvd',47h
-
 
2145
 dw avx_instruction_38-instruction_handler
-
 
2146
 db 'vpsllvq',47h
-
 
2147
 dw avx_instruction_38_w1-instruction_handler
-
 
2148
 db 'vpsravd',46h
-
 
2149
 dw avx_instruction_38-instruction_handler
-
 
2150
 db 'vpsrldq',011b
2113
 dw avx_pslldq_instruction-instruction_handler
2151
 dw avx_pslldq_instruction-instruction_handler
2114
 db 'vpsubsb',0E8h
2152
 db 'vpsrlvd',45h
-
 
2153
 dw avx_instruction_38-instruction_handler
-
 
2154
 db 'vpsrlvq',45h
-
 
2155
 dw avx_instruction_38_w1-instruction_handler
-
 
2156
 db 'vpsubsb',0E8h
2115
 dw avx_128bit_instruction-instruction_handler
2157
 dw avx_pd_instruction-instruction_handler
2116
 db 'vpsubsw',0E9h
2158
 db 'vpsubsw',0E9h
2117
 dw avx_128bit_instruction-instruction_handler
2159
 dw avx_pd_instruction-instruction_handler
2118
 db 'vshufpd',0C6h
2160
 db 'vshufpd',0C6h
2119
 dw avx_pd_instruction_imm8-instruction_handler
2161
 dw avx_pd_instruction_imm8-instruction_handler
2120
 db 'vshufps',0C6h
2162
 db 'vshufps',0C6h
2121
 dw avx_ps_instruction_imm8-instruction_handler
2163
 dw avx_ps_instruction_imm8-instruction_handler
2122
 db 'vsqrtpd',51h
2164
 db 'vsqrtpd',51h
2123
 dw avx_single_source_pd_instruction-instruction_handler
2165
 dw avx_single_source_pd_instruction-instruction_handler
Line 2211... Line 2253...
2211
 db 'fnstenvd',6
2253
 db 'fnstenvd',6
2212
 dw fldenv_instruction_32bit-instruction_handler
2254
 dw fldenv_instruction_32bit-instruction_handler
2213
 db 'fnstenvw',6
2255
 db 'fnstenvw',6
2214
 dw fldenv_instruction_16bit-instruction_handler
2256
 dw fldenv_instruction_16bit-instruction_handler
2215
 db 'insertps',0
2257
 db 'fxsave64',0
-
 
2258
 dw fxsave_instruction_64bit-instruction_handler
-
 
2259
 db 'insertps',0
2216
 dw insertps_instruction-instruction_handler
2260
 dw insertps_instruction-instruction_handler
2217
 db 'maskmovq',0
2261
 db 'maskmovq',0
2218
 dw maskmovq_instruction-instruction_handler
2262
 dw maskmovq_instruction-instruction_handler
2219
 db 'movmskpd',0
2263
 db 'movmskpd',0
2220
 dw movmskpd_instruction-instruction_handler
2264
 dw movmskpd_instruction-instruction_handler
2221
 db 'movmskps',0
2265
 db 'movmskps',0
2222
 dw movmskps_instruction-instruction_handler
2266
 dw movmskps_instruction-instruction_handler
2223
 db 'movntdqa',0
2267
 db 'movntdqa',2Ah
2224
 dw movntdqa_instruction-instruction_handler
2268
 dw movntdqa_instruction-instruction_handler
2225
 db 'movshdup',16h
2269
 db 'movshdup',16h
2226
 dw movshdup_instruction-instruction_handler
2270
 dw movshdup_instruction-instruction_handler
2227
 db 'movsldup',12h
2271
 db 'movsldup',12h
2228
 dw movshdup_instruction-instruction_handler
2272
 dw movshdup_instruction-instruction_handler
2229
 db 'packssdw',6Bh
2273
 db 'packssdw',6Bh
Line 2364... Line 2408...
2364
 dw avx_movntpd_instruction-instruction_handler
2408
 dw avx_movntpd_instruction-instruction_handler
2365
 db 'vmovntps',2Bh
2409
 db 'vmovntps',2Bh
2366
 dw avx_movntps_instruction-instruction_handler
2410
 dw avx_movntps_instruction-instruction_handler
2367
 db 'vmpsadbw',42h
2411
 db 'vmpsadbw',42h
2368
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2412
 dw avx_instruction_3a_imm8-instruction_handler
2369
 db 'vmresume',0C3h
2413
 db 'vmresume',0C3h
2370
 dw simple_vmx_instruction-instruction_handler
2414
 dw simple_vmx_instruction-instruction_handler
2371
 db 'vpaddusb',0DCh
2415
 db 'vpaddusb',0DCh
2372
 dw avx_128bit_instruction-instruction_handler
2416
 dw avx_pd_instruction-instruction_handler
2373
 db 'vpaddusw',0DDh
2417
 db 'vpaddusw',0DDh
2374
 dw avx_128bit_instruction-instruction_handler
2418
 dw avx_pd_instruction-instruction_handler
2375
 db 'vpalignr',0Fh
2419
 db 'vpalignr',0Fh
2376
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2420
 dw avx_instruction_3a_imm8-instruction_handler
2377
 db 'vpblendw',0Eh
2421
 db 'vpblendd',2
-
 
2422
 dw avx_instruction_3a_imm8-instruction_handler
-
 
2423
 db 'vpblendw',0Eh
2378
 dw avx_128bit_instruction_3a_imm8-instruction_handler
2424
 dw avx_instruction_3a_imm8-instruction_handler
2379
 db 'vpcmpeqb',74h
2425
 db 'vpcmpeqb',74h
2380
 dw avx_128bit_instruction-instruction_handler
2426
 dw avx_pd_instruction-instruction_handler
2381
 db 'vpcmpeqd',76h
2427
 db 'vpcmpeqd',76h
2382
 dw avx_128bit_instruction-instruction_handler
2428
 dw avx_pd_instruction-instruction_handler
2383
 db 'vpcmpeqq',29h
2429
 db 'vpcmpeqq',29h
2384
 dw avx_128bit_instruction_38-instruction_handler
2430
 dw avx_instruction_38-instruction_handler
2385
 db 'vpcmpeqw',75h
2431
 db 'vpcmpeqw',75h
2386
 dw avx_128bit_instruction-instruction_handler
2432
 dw avx_pd_instruction-instruction_handler
2387
 db 'vpcmpgtb',64h
2433
 db 'vpcmpgtb',64h
2388
 dw avx_128bit_instruction-instruction_handler
2434
 dw avx_pd_instruction-instruction_handler
2389
 db 'vpcmpgtd',66h
2435
 db 'vpcmpgtd',66h
2390
 dw avx_128bit_instruction-instruction_handler
2436
 dw avx_pd_instruction-instruction_handler
2391
 db 'vpcmpgtq',37h
2437
 db 'vpcmpgtq',37h
2392
 dw avx_128bit_instruction_38-instruction_handler
2438
 dw avx_instruction_38-instruction_handler
2393
 db 'vpcmpgtw',65h
2439
 db 'vpcmpgtw',65h
2394
 dw avx_128bit_instruction-instruction_handler
2440
 dw avx_pd_instruction-instruction_handler
2395
 db 'vpcomeqb',4
2441
 db 'vpcomeqb',4
2396
 dw xop_pcom_b_instruction-instruction_handler
2442
 dw xop_pcom_b_instruction-instruction_handler
2397
 db 'vpcomeqd',4
2443
 db 'vpcomeqd',4
2398
 dw xop_pcom_d_instruction-instruction_handler
2444
 dw xop_pcom_d_instruction-instruction_handler
2399
 db 'vpcomeqq',4
2445
 db 'vpcomeqq',4
2400
 dw xop_pcom_q_instruction-instruction_handler
2446
 dw xop_pcom_q_instruction-instruction_handler
Line 2440... Line 2486...
2440
 dw xop_single_source_128bit_instruction-instruction_handler
2486
 dw xop_single_source_128bit_instruction-instruction_handler
2441
 db 'vphadddq',0CBh
2487
 db 'vphadddq',0CBh
2442
 dw xop_single_source_128bit_instruction-instruction_handler
2488
 dw xop_single_source_128bit_instruction-instruction_handler
2443
 db 'vphaddsw',3
2489
 db 'vphaddsw',3
2444
 dw avx_128bit_instruction_38-instruction_handler
2490
 dw avx_instruction_38-instruction_handler
2445
 db 'vphaddwd',0C6h
2491
 db 'vphaddwd',0C6h
2446
 dw xop_single_source_128bit_instruction-instruction_handler
2492
 dw xop_single_source_128bit_instruction-instruction_handler
2447
 db 'vphaddwq',0C7h
2493
 db 'vphaddwq',0C7h
2448
 dw xop_single_source_128bit_instruction-instruction_handler
2494
 dw xop_single_source_128bit_instruction-instruction_handler
2449
 db 'vphsubbw',0E1h
2495
 db 'vphsubbw',0E1h
2450
 dw xop_single_source_128bit_instruction-instruction_handler
2496
 dw xop_single_source_128bit_instruction-instruction_handler
2451
 db 'vphsubdq',0E3h
2497
 db 'vphsubdq',0E3h
2452
 dw xop_single_source_128bit_instruction-instruction_handler
2498
 dw xop_single_source_128bit_instruction-instruction_handler
2453
 db 'vphsubsw',7
2499
 db 'vphsubsw',7
2454
 dw avx_128bit_instruction_38-instruction_handler
2500
 dw avx_instruction_38-instruction_handler
2455
 db 'vphsubwd',0E2h
2501
 db 'vphsubwd',0E2h
2456
 dw xop_single_source_128bit_instruction-instruction_handler
2502
 dw xop_single_source_128bit_instruction-instruction_handler
2457
 db 'vpmacsdd',9Eh
2503
 db 'vpmacsdd',9Eh
2458
 dw xop_triple_source_128bit_instruction-instruction_handler
2504
 dw xop_triple_source_128bit_instruction-instruction_handler
2459
 db 'vpmacswd',96h
2505
 db 'vpmacswd',96h
2460
 dw xop_triple_source_128bit_instruction-instruction_handler
2506
 dw xop_triple_source_128bit_instruction-instruction_handler
2461
 db 'vpmacsww',95h
2507
 db 'vpmacsww',95h
2462
 dw xop_triple_source_128bit_instruction-instruction_handler
2508
 dw xop_triple_source_128bit_instruction-instruction_handler
2463
 db 'vpmaddwd',0F5h
2509
 db 'vpmaddwd',0F5h
2464
 dw avx_128bit_instruction-instruction_handler
2510
 dw avx_pd_instruction-instruction_handler
2465
 db 'vpmulhuw',0E4h
2511
 db 'vpmulhuw',0E4h
2466
 dw avx_128bit_instruction-instruction_handler
2512
 dw avx_pd_instruction-instruction_handler
2467
 db 'vpmuludq',0F4h
2513
 db 'vpmuludq',0F4h
2468
 dw avx_128bit_instruction-instruction_handler
2514
 dw avx_pd_instruction-instruction_handler
2469
 db 'vpshufhw',0F3h
2515
 db 'vpshufhw',0F3h
2470
 dw avx_pshufd_instruction-instruction_handler
2516
 dw avx_pshufd_instruction-instruction_handler
2471
 db 'vpshuflw',0F2h
2517
 db 'vpshuflw',0F2h
2472
 dw avx_pshufd_instruction-instruction_handler
2518
 dw avx_pshufd_instruction-instruction_handler
2473
 db 'vpsubusb',0D8h
2519
 db 'vpsubusb',0D8h
2474
 dw avx_128bit_instruction-instruction_handler
2520
 dw avx_pd_instruction-instruction_handler
2475
 db 'vpsubusw',0D9h
2521
 db 'vpsubusw',0D9h
2476
 dw avx_128bit_instruction-instruction_handler
2522
 dw avx_pd_instruction-instruction_handler
2477
 db 'vroundpd',9
2523
 db 'vroundpd',9
2478
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2524
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2479
 db 'vroundps',8
2525
 db 'vroundps',8
2480
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2526
 dw avx_single_source_instruction_3a_imm8-instruction_handler
2481
 db 'vroundsd',0Bh
2527
 db 'vroundsd',0Bh
2482
 dw avx_sd_instruction_3a_imm8-instruction_handler
2528
 dw avx_sd_instruction_3a_imm8-instruction_handler
Line 2497... Line 2543...
2497
 db 'wrfsbase',2
2543
 db 'wrfsbase',2
2498
 dw rdfsbase_instruction-instruction_handler
2544
 dw rdfsbase_instruction-instruction_handler
2499
 db 'wrgsbase',3
2545
 db 'wrgsbase',3
2500
 dw rdfsbase_instruction-instruction_handler
2546
 dw rdfsbase_instruction-instruction_handler
2501
 db 'xrstor64',101b
2547
 db 'xacquire',0F2h
-
 
2548
 dw prefix_instruction-instruction_handler
-
 
2549
 db 'xrelease',0F3h
-
 
2550
 dw prefix_instruction-instruction_handler
-
 
2551
 db 'xrstor64',101b
2502
 dw fxsave_instruction_64bit-instruction_handler
2552
 dw fxsave_instruction_64bit-instruction_handler
2503
 db 'xsaveopt',110b
2553
 db 'xsaveopt',110b
2504
 dw fxsave_instruction-instruction_handler
2554
 dw fxsave_instruction-instruction_handler
2505
instructions_9:
2555
instructions_9:
2506
 db 'cmpxchg8b',8
2556
 db 'cmpxchg8b',8
Line 2518... Line 2568...
2518
 db 'cvttss2si',2Ch
2568
 db 'cvttss2si',2Ch
2519
 dw cvtss2si_instruction-instruction_handler
2569
 dw cvtss2si_instruction-instruction_handler
2520
 db 'extractps',0
2570
 db 'extractps',0
2521
 dw extractps_instruction-instruction_handler
2571
 dw extractps_instruction-instruction_handler
2522
 db 'pclmulqdq',-1
2572
 db 'fxrstor64',1
-
 
2573
 dw fxsave_instruction_64bit-instruction_handler
-
 
2574
 db 'pclmulqdq',-1
2523
 dw pclmulqdq_instruction-instruction_handler
2575
 dw pclmulqdq_instruction-instruction_handler
2524
 db 'pcmpestri',61h
2576
 db 'pcmpestri',61h
2525
 dw sse4_instruction_3a_imm8-instruction_handler
2577
 dw sse4_instruction_3a_imm8-instruction_handler
2526
 db 'pcmpestrm',60h
2578
 db 'pcmpestrm',60h
2527
 dw sse4_instruction_3a_imm8-instruction_handler
2579
 dw sse4_instruction_3a_imm8-instruction_handler
Line 2650... Line 2702...
2650
 db 'vmovmskpd',0
2702
 db 'vmovmskpd',0
2651
 dw avx_movmskpd_instruction-instruction_handler
2703
 dw avx_movmskpd_instruction-instruction_handler
2652
 db 'vmovmskps',0
2704
 db 'vmovmskps',0
2653
 dw avx_movmskps_instruction-instruction_handler
2705
 dw avx_movmskps_instruction-instruction_handler
2654
 db 'vmovntdqa',0
2706
 db 'vmovntdqa',2Ah
2655
 dw avx_movntdqa_instruction-instruction_handler
2707
 dw avx_movntdqa_instruction-instruction_handler
2656
 db 'vmovshdup',16h
2708
 db 'vmovshdup',16h
2657
 dw avx_movshdup_instruction-instruction_handler
2709
 dw avx_movshdup_instruction-instruction_handler
2658
 db 'vmovsldup',12h
2710
 db 'vmovsldup',12h
2659
 dw avx_movshdup_instruction-instruction_handler
2711
 dw avx_movshdup_instruction-instruction_handler
2660
 db 'vpackssdw',6Bh
2712
 db 'vpackssdw',6Bh
2661
 dw avx_128bit_instruction-instruction_handler
2713
 dw avx_pd_instruction-instruction_handler
2662
 db 'vpacksswb',63h
2714
 db 'vpacksswb',63h
2663
 dw avx_128bit_instruction-instruction_handler
2715
 dw avx_pd_instruction-instruction_handler
2664
 db 'vpackusdw',2Bh
2716
 db 'vpackusdw',2Bh
2665
 dw avx_128bit_instruction_38-instruction_handler
2717
 dw avx_instruction_38-instruction_handler
2666
 db 'vpackuswb',67h
2718
 db 'vpackuswb',67h
2667
 dw avx_128bit_instruction-instruction_handler
2719
 dw avx_pd_instruction-instruction_handler
2668
 db 'vpblendvb',4Ch
2720
 db 'vpblendvb',4Ch
2669
 dw avx_triple_source_128bit_instruction_3a-instruction_handler
2721
 dw avx_triple_source_instruction_3a-instruction_handler
2670
 db 'vpcomequb',4
2722
 db 'vpcomequb',4
2671
 dw xop_pcom_ub_instruction-instruction_handler
2723
 dw xop_pcom_ub_instruction-instruction_handler
2672
 db 'vpcomequd',4
2724
 db 'vpcomequd',4
2673
 dw xop_pcom_ud_instruction-instruction_handler
2725
 dw xop_pcom_ud_instruction-instruction_handler
2674
 db 'vpcomequq',4
2726
 db 'vpcomequq',4
2675
 dw xop_pcom_uq_instruction-instruction_handler
2727
 dw xop_pcom_uq_instruction-instruction_handler
Line 2769... Line 2821...
2769
 dw avx_pmovsxwd_instruction-instruction_handler
2821
 dw avx_pmovsxwd_instruction-instruction_handler
2770
 db 'vpmovzxwq',34h
2822
 db 'vpmovzxwq',34h
2771
 dw avx_pmovsxwq_instruction-instruction_handler
2823
 dw avx_pmovsxwq_instruction-instruction_handler
2772
 db 'vpmulhrsw',0Bh
2824
 db 'vpmulhrsw',0Bh
2773
 dw avx_128bit_instruction_38-instruction_handler
2825
 dw avx_instruction_38-instruction_handler
2774
 db 'vunpckhpd',15h
2826
 db 'vunpckhpd',15h
2775
 dw avx_pd_instruction-instruction_handler
2827
 dw avx_pd_instruction-instruction_handler
2776
 db 'vunpckhps',15h
2828
 db 'vunpckhps',15h
2777
 dw avx_instruction-instruction_handler
2829
 dw avx_ps_instruction-instruction_handler
2778
 db 'vunpcklpd',14h
2830
 db 'vunpcklpd',14h
2779
 dw avx_pd_instruction-instruction_handler
2831
 dw avx_pd_instruction-instruction_handler
2780
 db 'vunpcklps',14h
2832
 db 'vunpcklps',14h
2781
 dw avx_instruction-instruction_handler
2833
 dw avx_ps_instruction-instruction_handler
2782
instructions_10:
2834
instructions_10:
2783
 db 'aesdeclast',0DFh
2835
 db 'aesdeclast',0DFh
2784
 dw sse4_instruction_38-instruction_handler
2836
 dw sse4_instruction_38-instruction_handler
2785
 db 'aesenclast',0DDh
2837
 db 'aesenclast',0DDh
2786
 dw sse4_instruction_38-instruction_handler
2838
 dw sse4_instruction_38-instruction_handler
2787
 db 'cmpunordpd',3
2839
 db 'cmpunordpd',3
Line 2829... Line 2881...
2829
 db 'vcvttss2si',2Ch
2881
 db 'vcvttss2si',2Ch
2830
 dw avx_cvtss2si_instruction-instruction_handler
2882
 dw avx_cvtss2si_instruction-instruction_handler
2831
 db 'vextractps',0
2883
 db 'vextractps',0
2832
 dw avx_extractps_instruction-instruction_handler
2884
 dw avx_extractps_instruction-instruction_handler
2833
 db 'vmaskmovpd',2Dh
2885
 db 'vgatherdpd',92h
-
 
2886
 dw gather_instruction_pd-instruction_handler
-
 
2887
 db 'vgatherdps',92h
-
 
2888
 dw gather_instruction_ps-instruction_handler
-
 
2889
 db 'vgatherqpd',93h
-
 
2890
 dw gather_instruction_pd-instruction_handler
-
 
2891
 db 'vgatherqps',93h
-
 
2892
 dw gather_instruction_ps-instruction_handler
-
 
2893
 db 'vmaskmovpd',2Dh
2834
 dw avx_maskmov_instruction-instruction_handler
2894
 dw avx_maskmov_instruction-instruction_handler
2835
 db 'vmaskmovps',2Ch
2895
 db 'vmaskmovps',2Ch
2836
 dw avx_maskmov_instruction-instruction_handler
2896
 dw avx_maskmov_instruction-instruction_handler
2837
 db 'vpclmulqdq',-1
2897
 db 'vpclmulqdq',-1
2838
 dw avx_pclmulqdq_instruction-instruction_handler
2898
 dw avx_pclmulqdq_instruction-instruction_handler
Line 2861... Line 2921...
2861
 db 'vpcomtruew',7
2921
 db 'vpcomtruew',7
2862
 dw xop_pcom_w_instruction-instruction_handler
2922
 dw xop_pcom_w_instruction-instruction_handler
2863
 db 'vperm2f128',6
2923
 db 'vperm2f128',6
2864
 dw avx_perm2f128_instruction-instruction_handler
2924
 dw avx_perm2f128_instruction-instruction_handler
2865
 db 'vpermil2pd',49h
2925
 db 'vperm2i128',46h
-
 
2926
 dw avx_perm2f128_instruction-instruction_handler
-
 
2927
 db 'vpermil2pd',49h
2866
 dw vpermil2_instruction-instruction_handler
2928
 dw vpermil2_instruction-instruction_handler
2867
 db 'vpermil2ps',48h
2929
 db 'vpermil2ps',48h
2868
 dw vpermil2_instruction-instruction_handler
2930
 dw vpermil2_instruction-instruction_handler
2869
 db 'vpmacssdqh',8Fh
2931
 db 'vpgatherdd',90h
-
 
2932
 dw gather_instruction_ps-instruction_handler
-
 
2933
 db 'vpgatherdq',90h
-
 
2934
 dw gather_instruction_pd-instruction_handler
-
 
2935
 db 'vpgatherqd',91h
-
 
2936
 dw gather_instruction_ps-instruction_handler
-
 
2937
 db 'vpgatherqq',91h
-
 
2938
 dw gather_instruction_pd-instruction_handler
-
 
2939
 db 'vpmacssdqh',8Fh
2870
 dw xop_triple_source_128bit_instruction-instruction_handler
2940
 dw xop_triple_source_128bit_instruction-instruction_handler
2871
 db 'vpmacssdql',87h
2941
 db 'vpmacssdql',87h
2872
 dw xop_triple_source_128bit_instruction-instruction_handler
2942
 dw xop_triple_source_128bit_instruction-instruction_handler
2873
 db 'vpmadcsswd',0A6h
2943
 db 'vpmadcsswd',0A6h
2874
 dw xop_triple_source_128bit_instruction-instruction_handler
2944
 dw xop_triple_source_128bit_instruction-instruction_handler
2875
 db 'vpmaddubsw',4
2945
 db 'vpmaddubsw',4
2876
 dw avx_128bit_instruction_38-instruction_handler
2946
 dw avx_instruction_38-instruction_handler
2877
 db 'vpunpckhbw',68h
2947
 db 'vpmaskmovd',8Ch
-
 
2948
 dw avx_maskmov_instruction-instruction_handler
-
 
2949
 db 'vpmaskmovq',8Ch
-
 
2950
 dw avx_maskmov_w1_instruction-instruction_handler
-
 
2951
 db 'vpunpckhbw',68h
2878
 dw avx_128bit_instruction-instruction_handler
2952
 dw avx_pd_instruction-instruction_handler
2879
 db 'vpunpckhdq',6Ah
2953
 db 'vpunpckhdq',6Ah
2880
 dw avx_128bit_instruction-instruction_handler
2954
 dw avx_pd_instruction-instruction_handler
2881
 db 'vpunpckhwd',69h
2955
 db 'vpunpckhwd',69h
2882
 dw avx_128bit_instruction-instruction_handler
2956
 dw avx_pd_instruction-instruction_handler
2883
 db 'vpunpcklbw',60h
2957
 db 'vpunpcklbw',60h
2884
 dw avx_128bit_instruction-instruction_handler
2958
 dw avx_pd_instruction-instruction_handler
2885
 db 'vpunpckldq',62h
2959
 db 'vpunpckldq',62h
2886
 dw avx_128bit_instruction-instruction_handler
2960
 dw avx_pd_instruction-instruction_handler
2887
 db 'vpunpcklwd',61h
2961
 db 'vpunpcklwd',61h
2888
 dw avx_128bit_instruction-instruction_handler
2962
 dw avx_pd_instruction-instruction_handler
2889
 db 'vzeroupper',77h
2963
 db 'vzeroupper',77h
2890
 dw vzeroupper_instruction-instruction_handler
2964
 dw vzeroupper_instruction-instruction_handler
2891
 db 'xsaveopt64',110b
2965
 db 'xsaveopt64',110b
2892
 dw fxsave_instruction_64bit-instruction_handler
2966
 dw fxsave_instruction_64bit-instruction_handler
2893
instructions_11:
2967
instructions_11:
2894
 db 'pclmulhqhdq',10001b
2968
 db 'pclmulhqhdq',10001b
Line 3038... Line 3112...
3038
 db 'vfmsubaddps',5Eh
3112
 db 'vfmsubaddps',5Eh
3039
 dw fma4_instruction_p-instruction_handler
3113
 dw fma4_instruction_p-instruction_handler
3040
 db 'vinsertf128',18h
3114
 db 'vinsertf128',18h
3041
 dw avx_insertf128_instruction-instruction_handler
3115
 dw avx_insertf128_instruction-instruction_handler
3042
 db 'vmaskmovdqu',0
3116
 db 'vinserti128',38h
-
 
3117
 dw avx_insertf128_instruction-instruction_handler
-
 
3118
 db 'vmaskmovdqu',0
3043
 dw avx_maskmovdqu_instruction-instruction_handler
3119
 dw avx_maskmovdqu_instruction-instruction_handler
3044
 db 'vpcomfalseb',6
3120
 db 'vpcomfalseb',6
3045
 dw xop_pcom_b_instruction-instruction_handler
3121
 dw xop_pcom_b_instruction-instruction_handler
3046
 db 'vpcomfalsed',6
3122
 db 'vpcomfalsed',6
3047
 dw xop_pcom_d_instruction-instruction_handler
3123
 dw xop_pcom_d_instruction-instruction_handler
Line 3057... Line 3133...
3057
 dw xop_pcom_uq_instruction-instruction_handler
3133
 dw xop_pcom_uq_instruction-instruction_handler
3058
 db 'vpcomtrueuw',7
3134
 db 'vpcomtrueuw',7
3059
 dw xop_pcom_uw_instruction-instruction_handler
3135
 dw xop_pcom_uw_instruction-instruction_handler
3060
 db 'vphminposuw',41h
3136
 db 'vphminposuw',41h
3061
 dw avx_single_source_128bit_instruction_38-instruction_handler
3137
 dw avx_single_source_instruction_38-instruction_handler
3062
 db 'vpunpckhqdq',6Dh
3138
 db 'vpunpckhqdq',6Dh
3063
 dw avx_128bit_instruction-instruction_handler
3139
 dw avx_pd_instruction-instruction_handler
3064
 db 'vpunpcklqdq',6Ch
3140
 db 'vpunpcklqdq',6Ch
3065
 dw avx_128bit_instruction-instruction_handler
3141
 dw avx_pd_instruction-instruction_handler
3066
instructions_12:
3142
instructions_12:
3067
 db 'pclmulhqlqdq',1
3143
 db 'pclmulhqhqdq',10001b
-
 
3144
 dw pclmulqdq_instruction-instruction_handler
-
 
3145
 db 'pclmulhqlqdq',1
3068
 dw pclmulqdq_instruction-instruction_handler
3146
 dw pclmulqdq_instruction-instruction_handler
3069
 db 'pclmullqlqdq',0
3147
 db 'pclmullqhqdq',10000b
-
 
3148
 dw pclmulqdq_instruction-instruction_handler
-
 
3149
 db 'pclmullqlqdq',0
3070
 dw pclmulqdq_instruction-instruction_handler
3150
 dw pclmulqdq_instruction-instruction_handler
3071
 db 'vbroadcastsd',0
3151
 db 'vbroadcastsd',19h
3072
 dw avx_broadcastsd_instruction-instruction_handler
3152
 dw avx_broadcastsd_instruction-instruction_handler
3073
 db 'vbroadcastss',0
3153
 db 'vbroadcastss',18h
3074
 dw avx_broadcastss_instruction-instruction_handler
3154
 dw avx_broadcastss_instruction-instruction_handler
3075
 db 'vcmpneq_oqpd',0Ch
3155
 db 'vcmpneq_oqpd',0Ch
3076
 dw avx_cmp_pd_instruction-instruction_handler
3156
 dw avx_cmp_pd_instruction-instruction_handler
3077
 db 'vcmpneq_oqps',0Ch
3157
 db 'vcmpneq_oqps',0Ch
3078
 dw avx_cmp_ps_instruction-instruction_handler
3158
 dw avx_cmp_ps_instruction-instruction_handler
3079
 db 'vcmpneq_oqsd',0Ch
3159
 db 'vcmpneq_oqsd',0Ch
Line 3129... Line 3209...
3129
 db 'vcmpnlt_uqss',15h
3209
 db 'vcmpnlt_uqss',15h
3130
 dw avx_cmp_ss_instruction-instruction_handler
3210
 dw avx_cmp_ss_instruction-instruction_handler
3131
 db 'vextractf128',19h
3211
 db 'vextractf128',19h
3132
 dw avx_extractf128_instruction-instruction_handler
3212
 dw avx_extractf128_instruction-instruction_handler
3133
 db 'vfnmadd132pd',9Ch
3213
 db 'vextracti128',39h
-
 
3214
 dw avx_extractf128_instruction-instruction_handler
-
 
3215
 db 'vfnmadd132pd',9Ch
3134
 dw fma_instruction_pd-instruction_handler
3216
 dw fma_instruction_pd-instruction_handler
3135
 db 'vfnmadd132ps',9Ch
3217
 db 'vfnmadd132ps',9Ch
3136
 dw fma_instruction_ps-instruction_handler
3218
 dw fma_instruction_ps-instruction_handler
3137
 db 'vfnmadd132sd',9Dh
3219
 db 'vfnmadd132sd',9Dh
3138
 dw fma_instruction_sd-instruction_handler
3220
 dw fma_instruction_sd-instruction_handler
Line 3177... Line 3259...
3177
 db 'vfnmsub231sd',0BFh
3259
 db 'vfnmsub231sd',0BFh
3178
 dw fma_instruction_sd-instruction_handler
3260
 dw fma_instruction_sd-instruction_handler
3179
 db 'vfnmsub231ss',0BFh
3261
 db 'vfnmsub231ss',0BFh
3180
 dw fma_instruction_ss-instruction_handler
3262
 dw fma_instruction_ss-instruction_handler
3181
 db 'vpclmulhqhdq',10001b
3263
 db 'vpbroadcastb',78h
-
 
3264
 dw avx_pbroadcastb_instruction-instruction_handler
-
 
3265
 db 'vpbroadcastd',58h
-
 
3266
 dw avx_pbroadcastd_instruction-instruction_handler
-
 
3267
 db 'vpbroadcastq',59h
-
 
3268
 dw avx_pbroadcastq_instruction-instruction_handler
-
 
3269
 db 'vpbroadcastw',79h
-
 
3270
 dw avx_pbroadcastw_instruction-instruction_handler
-
 
3271
 db 'vpclmulhqhdq',10001b
3182
 dw avx_pclmulqdq_instruction-instruction_handler
3272
 dw avx_pclmulqdq_instruction-instruction_handler
3183
 db 'vpclmullqhdq',10000b
3273
 db 'vpclmullqhdq',10000b
3184
 dw avx_pclmulqdq_instruction-instruction_handler
3274
 dw avx_pclmulqdq_instruction-instruction_handler
3185
 db 'vpcomfalseub',6
3275
 db 'vpcomfalseub',6
3186
 dw xop_pcom_ub_instruction-instruction_handler
3276
 dw xop_pcom_ub_instruction-instruction_handler
Line 3223... Line 3313...
3223
 dw avx_pclmulqdq_instruction-instruction_handler
3313
 dw avx_pclmulqdq_instruction-instruction_handler
3224
 db 'vpclmullqlqdq',0
3314
 db 'vpclmullqlqdq',0
3225
 dw avx_pclmulqdq_instruction-instruction_handler
3315
 dw avx_pclmulqdq_instruction-instruction_handler
3226
instructions_14:
3316
instructions_14:
3227
 db 'vbroadcastf128',0
3317
 db 'vbroadcastf128',1Ah
3228
 dw avx_broadcastf128_instruction-instruction_handler
3318
 dw avx_broadcastf128_instruction-instruction_handler
-
 
3319
 db 'vbroadcasti128',5Ah
-
 
3320
 dw avx_broadcastf128_instruction-instruction_handler
3229
 db 'vcmpfalse_ospd',1Bh
3321
 db 'vcmpfalse_ospd',1Bh
3230
 dw avx_cmp_pd_instruction-instruction_handler
3322
 dw avx_cmp_pd_instruction-instruction_handler
3231
 db 'vcmpfalse_osps',1Bh
3323
 db 'vcmpfalse_osps',1Bh
3232
 dw avx_cmp_ps_instruction-instruction_handler
3324
 dw avx_cmp_ps_instruction-instruction_handler
3233
 db 'vcmpfalse_ossd',1Bh
3325
 db 'vcmpfalse_ossd',1Bh