Subversion Repositories Kolibri OS

Rev

Rev 3011 | Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. ; flat assembler core
  3. ; Copyright (c) 1999-2013, Tomasz Grysztar.
  4. ; All rights reserved.
  5.  
  6. include_variable db 'INCLUDE',0
  7.  
  8. symbol_characters db 27
  9.  db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\'
  10.  
  11. preprocessor_directives:
  12.  db 6,'define'
  13.  dw define_symbolic_constant-directive_handler
  14.  db 7,'include'
  15.  dw include_file-directive_handler
  16.  db 3,'irp'
  17.  dw irp_directive-directive_handler
  18.  db 4,'irps'
  19.  dw irps_directive-directive_handler
  20.  db 5,'macro'
  21.  dw define_macro-directive_handler
  22.  db 5,'match'
  23.  dw match_directive-directive_handler
  24.  db 5,'purge'
  25.  dw purge_macro-directive_handler
  26.  db 4,'rept'
  27.  dw rept_directive-directive_handler
  28.  db 7,'restore'
  29.  dw restore_equ_constant-directive_handler
  30.  db 7,'restruc'
  31.  dw purge_struc-directive_handler
  32.  db 5,'struc'
  33.  dw define_struc-directive_handler
  34.  db 0
  35.  
  36. macro_directives:
  37.  db 6,'common'
  38.  dw common_block-directive_handler
  39.  db 7,'forward'
  40.  dw forward_block-directive_handler
  41.  db 5,'local'
  42.  dw local_symbols-directive_handler
  43.  db 7,'reverse'
  44.  dw reverse_block-directive_handler
  45.  db 0
  46.  
  47. operators:
  48.  db 1,'+',80h
  49.  db 1,'-',81h
  50.  db 1,'*',90h
  51.  db 1,'/',91h
  52.  db 3,'and',0B0h
  53.  db 3,'mod',0A0h
  54.  db 2,'or',0B1h
  55.  db 3,'shl',0C0h
  56.  db 3,'shr',0C1h
  57.  db 3,'xor',0B2h
  58.  db 0
  59.  
  60. single_operand_operators:
  61.  db 1,'+',82h
  62.  db 1,'-',83h
  63.  db 3,'not',0D0h
  64.  db 3,'plt',0E1h
  65.  db 3,'rva',0E0h
  66.  db 0
  67.  
  68. directive_operators:
  69.  db 5,'align',8Ch
  70.  db 2,'as',86h
  71.  db 2,'at',80h
  72.  db 7,'defined',88h
  73.  db 3,'dup',81h
  74.  db 2,'eq',0F0h
  75.  db 6,'eqtype',0F7h
  76.  db 4,'from',82h
  77.  db 2,'in',0F6h
  78.  db 2,'on',84h
  79.  db 3,'ptr',85h
  80.  db 10,'relativeto',0F8h
  81.  db 4,'used',89h
  82.  db 0
  83.  
  84. address_sizes:
  85.  db 4,'byte',1
  86.  db 5,'dword',4
  87.  db 5,'qword',8
  88.  db 4,'word',2
  89.  db 0
  90.  
  91. symbols:
  92.  dw symbols_2-symbols,(symbols_3-symbols_2)/(2+2)
  93.  dw symbols_3-symbols,(symbols_4-symbols_3)/(3+2)
  94.  dw symbols_4-symbols,(symbols_5-symbols_4)/(4+2)
  95.  dw symbols_5-symbols,(symbols_6-symbols_5)/(5+2)
  96.  dw symbols_6-symbols,(symbols_7-symbols_6)/(6+2)
  97.  dw symbols_7-symbols,(symbols_8-symbols_7)/(7+2)
  98.  dw symbols_8-symbols,(symbols_9-symbols_8)/(8+2)
  99.  dw symbols_9-symbols,(symbols_10-symbols_9)/(9+2)
  100.  dw symbols_10-symbols,(symbols_11-symbols_10)/(10+2)
  101.  dw symbols_11-symbols,(symbols_end-symbols_11)/(11+2)
  102.  
  103. symbols_2:
  104.  db 'ah',10h,04h
  105.  db 'al',10h,10h
  106.  db 'ax',10h,20h
  107.  db 'bh',10h,07h
  108.  db 'bl',10h,13h
  109.  db 'bp',10h,25h
  110.  db 'bx',10h,23h
  111.  db 'ch',10h,05h
  112.  db 'cl',10h,11h
  113.  db 'cs',10h,62h
  114.  db 'cx',10h,21h
  115.  db 'dh',10h,06h
  116.  db 'di',10h,27h
  117.  db 'dl',10h,12h
  118.  db 'ds',10h,64h
  119.  db 'dx',10h,22h
  120.  db 'es',10h,61h
  121.  db 'fs',10h,65h
  122.  db 'gs',10h,66h
  123.  db 'ms',1Ch,41h
  124.  db 'mz',18h,20h
  125.  db 'nx',1Bh,83h
  126.  db 'pe',18h,30h
  127.  db 'r8',10h,88h
  128.  db 'r9',10h,89h
  129.  db 'si',10h,26h
  130.  db 'sp',10h,24h
  131.  db 'ss',10h,63h
  132.  db 'st',10h,0A0h
  133. symbols_3:
  134.  db 'bpl',10h,15h
  135.  db 'cr0',10h,50h
  136.  db 'cr1',10h,51h
  137.  db 'cr2',10h,52h
  138.  db 'cr3',10h,53h
  139.  db 'cr4',10h,54h
  140.  db 'cr5',10h,55h
  141.  db 'cr6',10h,56h
  142.  db 'cr7',10h,57h
  143.  db 'cr8',10h,58h
  144.  db 'cr9',10h,59h
  145.  db 'dil',10h,17h
  146.  db 'dll',1Bh,80h
  147.  db 'dr0',10h,70h
  148.  db 'dr1',10h,71h
  149.  db 'dr2',10h,72h
  150.  db 'dr3',10h,73h
  151.  db 'dr4',10h,74h
  152.  db 'dr5',10h,75h
  153.  db 'dr6',10h,76h
  154.  db 'dr7',10h,77h
  155.  db 'dr8',10h,78h
  156.  db 'dr9',10h,79h
  157.  db 'eax',10h,40h
  158.  db 'ebp',10h,45h
  159.  db 'ebx',10h,43h
  160.  db 'ecx',10h,41h
  161.  db 'edi',10h,47h
  162.  db 'edx',10h,42h
  163.  db 'efi',1Bh,10
  164.  db 'eip',10h,0F4h
  165.  db 'elf',18h,50h
  166.  db 'esi',10h,46h
  167.  db 'esp',10h,44h
  168.  db 'far',12h,3
  169.  db 'gui',1Bh,2
  170.  db 'mm0',10h,0B0h
  171.  db 'mm1',10h,0B1h
  172.  db 'mm2',10h,0B2h
  173.  db 'mm3',10h,0B3h
  174.  db 'mm4',10h,0B4h
  175.  db 'mm5',10h,0B5h
  176.  db 'mm6',10h,0B6h
  177.  db 'mm7',10h,0B7h
  178.  db 'r10',10h,8Ah
  179.  db 'r11',10h,8Bh
  180.  db 'r12',10h,8Ch
  181.  db 'r13',10h,8Dh
  182.  db 'r14',10h,8Eh
  183.  db 'r15',10h,8Fh
  184.  db 'r8b',10h,18h
  185.  db 'r8d',10h,48h
  186.  db 'r8l',10h,18h
  187.  db 'r8w',10h,28h
  188.  db 'r9b',10h,19h
  189.  db 'r9d',10h,49h
  190.  db 'r9l',10h,19h
  191.  db 'r9w',10h,29h
  192.  db 'rax',10h,80h
  193.  db 'rbp',10h,85h
  194.  db 'rbx',10h,83h
  195.  db 'rcx',10h,81h
  196.  db 'rdi',10h,87h
  197.  db 'rdx',10h,82h
  198.  db 'rip',10h,0F8h
  199.  db 'rsi',10h,86h
  200.  db 'rsp',10h,84h
  201.  db 'sil',10h,16h
  202.  db 'spl',10h,14h
  203.  db 'st0',10h,0A0h
  204.  db 'st1',10h,0A1h
  205.  db 'st2',10h,0A2h
  206.  db 'st3',10h,0A3h
  207.  db 'st4',10h,0A4h
  208.  db 'st5',10h,0A5h
  209.  db 'st6',10h,0A6h
  210.  db 'st7',10h,0A7h
  211.  db 'tr0',10h,90h
  212.  db 'tr1',10h,91h
  213.  db 'tr2',10h,92h
  214.  db 'tr3',10h,93h
  215.  db 'tr4',10h,94h
  216.  db 'tr5',10h,95h
  217.  db 'tr6',10h,96h
  218.  db 'tr7',10h,97h
  219.  db 'wdm',1Bh,81h
  220. symbols_4:
  221.  db 'byte',11h,1
  222.  db 'code',19h,5
  223.  db 'coff',18h,40h
  224.  db 'cr10',10h,5Ah
  225.  db 'cr11',10h,5Bh
  226.  db 'cr12',10h,5Ch
  227.  db 'cr13',10h,5Dh
  228.  db 'cr14',10h,5Eh
  229.  db 'cr15',10h,5Fh
  230.  db 'data',19h,6
  231.  db 'dr10',10h,7Ah
  232.  db 'dr11',10h,7Bh
  233.  db 'dr12',10h,7Ch
  234.  db 'dr13',10h,7Dh
  235.  db 'dr14',10h,7Eh
  236.  db 'dr15',10h,7Fh
  237.  db 'ms64',1Ch,49h
  238.  db 'near',12h,2
  239.  db 'note',1Eh,4
  240.  db 'pe64',18h,3Ch
  241.  db 'r10b',10h,1Ah
  242.  db 'r10d',10h,4Ah
  243.  db 'r10l',10h,1Ah
  244.  db 'r10w',10h,2Ah
  245.  db 'r11b',10h,1Bh
  246.  db 'r11d',10h,4Bh
  247.  db 'r11l',10h,1Bh
  248.  db 'r11w',10h,2Bh
  249.  db 'r12b',10h,1Ch
  250.  db 'r12d',10h,4Ch
  251.  db 'r12l',10h,1Ch
  252.  db 'r12w',10h,2Ch
  253.  db 'r13b',10h,1Dh
  254.  db 'r13d',10h,4Dh
  255.  db 'r13l',10h,1Dh
  256.  db 'r13w',10h,2Dh
  257.  db 'r14b',10h,1Eh
  258.  db 'r14d',10h,4Eh
  259.  db 'r14l',10h,1Eh
  260.  db 'r14w',10h,2Eh
  261.  db 'r15b',10h,1Fh
  262.  db 'r15d',10h,4Fh
  263.  db 'r15l',10h,1Fh
  264.  db 'r15w',10h,2Fh
  265.  db 'word',11h,2
  266.  db 'xmm0',10h,0C0h
  267.  db 'xmm1',10h,0C1h
  268.  db 'xmm2',10h,0C2h
  269.  db 'xmm3',10h,0C3h
  270.  db 'xmm4',10h,0C4h
  271.  db 'xmm5',10h,0C5h
  272.  db 'xmm6',10h,0C6h
  273.  db 'xmm7',10h,0C7h
  274.  db 'xmm8',10h,0C8h
  275.  db 'xmm9',10h,0C9h
  276.  db 'ymm0',10h,0D0h
  277.  db 'ymm1',10h,0D1h
  278.  db 'ymm2',10h,0D2h
  279.  db 'ymm3',10h,0D3h
  280.  db 'ymm4',10h,0D4h
  281.  db 'ymm5',10h,0D5h
  282.  db 'ymm6',10h,0D6h
  283.  db 'ymm7',10h,0D7h
  284.  db 'ymm8',10h,0D8h
  285.  db 'ymm9',10h,0D9h
  286. symbols_5:
  287.  db 'dword',11h,4
  288.  db 'elf64',18h,58h
  289.  db 'fword',11h,6
  290.  db 'large',1Bh,82h
  291.  db 'pword',11h,6
  292.  db 'qword',11h,8
  293.  db 'short',12h,1
  294.  db 'tbyte',11h,0Ah
  295.  db 'tword',11h,0Ah
  296.  db 'use16',13h,16
  297.  db 'use32',13h,32
  298.  db 'use64',13h,64
  299.  db 'xmm10',10h,0CAh
  300.  db 'xmm11',10h,0CBh
  301.  db 'xmm12',10h,0CCh
  302.  db 'xmm13',10h,0CDh
  303.  db 'xmm14',10h,0CEh
  304.  db 'xmm15',10h,0CFh
  305.  db 'xword',11h,16
  306.  db 'ymm10',10h,0DAh
  307.  db 'ymm11',10h,0DBh
  308.  db 'ymm12',10h,0DCh
  309.  db 'ymm13',10h,0DDh
  310.  db 'ymm14',10h,0DEh
  311.  db 'ymm15',10h,0DFh
  312.  db 'yword',11h,32
  313. symbols_6:
  314.  db 'binary',18h,10h
  315.  db 'dqword',11h,16
  316.  db 'export',1Ah,0
  317.  db 'fixups',1Ah,5
  318.  db 'import',1Ah,1
  319.  db 'native',1Bh,1
  320.  db 'qqword',11h,32
  321.  db 'static',1Dh,1
  322. symbols_7:
  323.  db 'console',1Bh,3
  324.  db 'dynamic',1Eh,2
  325.  db 'efiboot',1Bh,11
  326. symbols_8:
  327.  db 'linkinfo',19h,9
  328.  db 'readable',19h,30
  329.  db 'resource',1Ah,2
  330.  db 'writable',19h,31
  331. symbols_9:
  332.  db 'shareable',19h,28
  333.  db 'writeable',19h,31
  334. symbols_10:
  335.  db 'efiruntime',1Bh,12
  336.  db 'executable',19h,29
  337.  db 'linkremove',19h,11
  338. symbols_11:
  339.  db 'discardable',19h,25
  340.  db 'interpreter',1Eh,3
  341.  db 'notpageable',19h,27
  342. symbols_end:
  343.  
  344. instructions:
  345.  dw instructions_2-instructions,(instructions_3-instructions_2)/(2+3)
  346.  dw instructions_3-instructions,(instructions_4-instructions_3)/(3+3)
  347.  dw instructions_4-instructions,(instructions_5-instructions_4)/(4+3)
  348.  dw instructions_5-instructions,(instructions_6-instructions_5)/(5+3)
  349.  dw instructions_6-instructions,(instructions_7-instructions_6)/(6+3)
  350.  dw instructions_7-instructions,(instructions_8-instructions_7)/(7+3)
  351.  dw instructions_8-instructions,(instructions_9-instructions_8)/(8+3)
  352.  dw instructions_9-instructions,(instructions_10-instructions_9)/(9+3)
  353.  dw instructions_10-instructions,(instructions_11-instructions_10)/(10+3)
  354.  dw instructions_11-instructions,(instructions_12-instructions_11)/(11+3)
  355.  dw instructions_12-instructions,(instructions_13-instructions_12)/(12+3)
  356.  dw instructions_13-instructions,(instructions_14-instructions_13)/(13+3)
  357.  dw instructions_14-instructions,(instructions_15-instructions_14)/(14+3)
  358.  dw instructions_15-instructions,(instructions_16-instructions_15)/(15+3)
  359.  dw instructions_16-instructions,(instructions_end-instructions_16)/(16+3)
  360.  
  361. instructions_2:
  362.  db 'bt',4
  363.  dw bt_instruction-instruction_handler
  364.  db 'if',0
  365.  dw if_directive-instruction_handler
  366.  db 'in',0
  367.  dw in_instruction-instruction_handler
  368.  db 'ja',77h
  369.  dw conditional_jump-instruction_handler
  370.  db 'jb',72h
  371.  dw conditional_jump-instruction_handler
  372.  db 'jc',72h
  373.  dw conditional_jump-instruction_handler
  374.  db 'je',74h
  375.  dw conditional_jump-instruction_handler
  376.  db 'jg',7Fh
  377.  dw conditional_jump-instruction_handler
  378.  db 'jl',7Ch
  379.  dw conditional_jump-instruction_handler
  380.  db 'jo',70h
  381.  dw conditional_jump-instruction_handler
  382.  db 'jp',7Ah
  383.  dw conditional_jump-instruction_handler
  384.  db 'js',78h
  385.  dw conditional_jump-instruction_handler
  386.  db 'jz',74h
  387.  dw conditional_jump-instruction_handler
  388.  db 'or',08h
  389.  dw basic_instruction-instruction_handler
  390. instructions_3:
  391.  db 'aaa',37h
  392.  dw simple_instruction_except64-instruction_handler
  393.  db 'aad',0D5h
  394.  dw aa_instruction-instruction_handler
  395.  db 'aam',0D4h
  396.  dw aa_instruction-instruction_handler
  397.  db 'aas',3Fh
  398.  dw simple_instruction_except64-instruction_handler
  399.  db 'adc',10h
  400.  dw basic_instruction-instruction_handler
  401.  db 'add',00h
  402.  dw basic_instruction-instruction_handler
  403.  db 'and',20h
  404.  dw basic_instruction-instruction_handler
  405.  db 'bsf',0BCh
  406.  dw bs_instruction-instruction_handler
  407.  db 'bsr',0BDh
  408.  dw bs_instruction-instruction_handler
  409.  db 'btc',7
  410.  dw bt_instruction-instruction_handler
  411.  db 'btr',6
  412.  dw bt_instruction-instruction_handler
  413.  db 'bts',5
  414.  dw bt_instruction-instruction_handler
  415.  db 'cbw',98h
  416.  dw simple_instruction_16bit-instruction_handler
  417.  db 'cdq',99h
  418.  dw simple_instruction_32bit-instruction_handler
  419.  db 'clc',0F8h
  420.  dw simple_instruction-instruction_handler
  421.  db 'cld',0FCh
  422.  dw simple_instruction-instruction_handler
  423.  db 'cli',0FAh
  424.  dw simple_instruction-instruction_handler
  425.  db 'cmc',0F5h
  426.  dw simple_instruction-instruction_handler
  427.  db 'cmp',38h
  428.  dw basic_instruction-instruction_handler
  429.  db 'cqo',99h
  430.  dw simple_instruction_64bit-instruction_handler
  431.  db 'cwd',99h
  432.  dw simple_instruction_16bit-instruction_handler
  433.  db 'daa',27h
  434.  dw simple_instruction_except64-instruction_handler
  435.  db 'das',2Fh
  436.  dw simple_instruction_except64-instruction_handler
  437.  db 'dec',1
  438.  dw inc_instruction-instruction_handler
  439.  db 'div',6
  440.  dw single_operand_instruction-instruction_handler
  441.  db 'end',0
  442.  dw end_directive-instruction_handler
  443.  db 'err',0
  444.  dw err_directive-instruction_handler
  445.  db 'fld',0
  446.  dw fld_instruction-instruction_handler
  447.  db 'fst',2
  448.  dw fld_instruction-instruction_handler
  449.  db 'hlt',0F4h
  450.  dw simple_instruction-instruction_handler
  451.  db 'inc',0
  452.  dw inc_instruction-instruction_handler
  453.  db 'ins',6Ch
  454.  dw ins_instruction-instruction_handler
  455.  db 'int',0CDh
  456.  dw int_instruction-instruction_handler
  457.  db 'jae',73h
  458.  dw conditional_jump-instruction_handler
  459.  db 'jbe',76h
  460.  dw conditional_jump-instruction_handler
  461.  db 'jge',7Dh
  462.  dw conditional_jump-instruction_handler
  463.  db 'jle',7Eh
  464.  dw conditional_jump-instruction_handler
  465.  db 'jmp',0
  466.  dw jmp_instruction-instruction_handler
  467.  db 'jna',76h
  468.  dw conditional_jump-instruction_handler
  469.  db 'jnb',73h
  470.  dw conditional_jump-instruction_handler
  471.  db 'jnc',73h
  472.  dw conditional_jump-instruction_handler
  473.  db 'jne',75h
  474.  dw conditional_jump-instruction_handler
  475.  db 'jng',7Eh
  476.  dw conditional_jump-instruction_handler
  477.  db 'jnl',7Dh
  478.  dw conditional_jump-instruction_handler
  479.  db 'jno',71h
  480.  dw conditional_jump-instruction_handler
  481.  db 'jnp',7Bh
  482.  dw conditional_jump-instruction_handler
  483.  db 'jns',79h
  484.  dw conditional_jump-instruction_handler
  485.  db 'jnz',75h
  486.  dw conditional_jump-instruction_handler
  487.  db 'jpe',7Ah
  488.  dw conditional_jump-instruction_handler
  489.  db 'jpo',7Bh
  490.  dw conditional_jump-instruction_handler
  491.  db 'lar',2
  492.  dw lar_instruction-instruction_handler
  493.  db 'lds',3
  494.  dw ls_instruction-instruction_handler
  495.  db 'lea',0
  496.  dw lea_instruction-instruction_handler
  497.  db 'les',0
  498.  dw ls_instruction-instruction_handler
  499.  db 'lfs',4
  500.  dw ls_instruction-instruction_handler
  501.  db 'lgs',5
  502.  dw ls_instruction-instruction_handler
  503.  db 'lsl',3
  504.  dw lar_instruction-instruction_handler
  505.  db 'lss',2
  506.  dw ls_instruction-instruction_handler
  507.  db 'ltr',3
  508.  dw pm_word_instruction-instruction_handler
  509.  db 'mov',0
  510.  dw mov_instruction-instruction_handler
  511.  db 'mul',4
  512.  dw single_operand_instruction-instruction_handler
  513.  db 'neg',3
  514.  dw single_operand_instruction-instruction_handler
  515.  db 'nop',90h
  516.  dw nop_instruction-instruction_handler
  517.  db 'not',2
  518.  dw single_operand_instruction-instruction_handler
  519.  db 'org',0
  520.  dw org_directive-instruction_handler
  521.  db 'out',0
  522.  dw out_instruction-instruction_handler
  523.  db 'pop',0
  524.  dw pop_instruction-instruction_handler
  525.  db 'por',0EBh
  526.  dw basic_mmx_instruction-instruction_handler
  527.  db 'rcl',2
  528.  dw sh_instruction-instruction_handler
  529.  db 'rcr',3
  530.  dw sh_instruction-instruction_handler
  531.  db 'rep',0F3h
  532.  dw prefix_instruction-instruction_handler
  533.  db 'ret',0C2h
  534.  dw ret_instruction-instruction_handler
  535.  db 'rol',0
  536.  dw sh_instruction-instruction_handler
  537.  db 'ror',1
  538.  dw sh_instruction-instruction_handler
  539.  db 'rsm',0AAh
  540.  dw simple_extended_instruction-instruction_handler
  541.  db 'sal',4
  542.  dw sh_instruction-instruction_handler
  543.  db 'sar',7
  544.  dw sh_instruction-instruction_handler
  545.  db 'sbb',18h
  546.  dw basic_instruction-instruction_handler
  547.  db 'shl',4
  548.  dw sh_instruction-instruction_handler
  549.  db 'shr',5
  550.  dw sh_instruction-instruction_handler
  551.  db 'stc',0F9h
  552.  dw simple_instruction-instruction_handler
  553.  db 'std',0FDh
  554.  dw simple_instruction-instruction_handler
  555.  db 'sti',0FBh
  556.  dw simple_instruction-instruction_handler
  557.  db 'str',1
  558.  dw pm_store_word_instruction-instruction_handler
  559.  db 'sub',28h
  560.  dw basic_instruction-instruction_handler
  561.  db 'ud2',0Bh
  562.  dw simple_extended_instruction-instruction_handler
  563.  db 'xor',30h
  564.  dw basic_instruction-instruction_handler
  565. instructions_4:
  566.  db 'adcx',66h
  567.  dw adx_instruction-instruction_handler
  568.  db 'adox',0F3h
  569.  dw adx_instruction-instruction_handler
  570.  db 'andn',0F2h
  571.  dw andn_instruction-instruction_handler
  572.  db 'arpl',0
  573.  dw arpl_instruction-instruction_handler
  574.  db 'blci',26h
  575.  dw tbm_instruction-instruction_handler
  576.  db 'blcs',13h
  577.  dw tbm_instruction-instruction_handler
  578.  db 'blsi',3
  579.  dw bmi_instruction-instruction_handler
  580.  db 'blsr',1
  581.  dw bmi_instruction-instruction_handler
  582.  db 'bzhi',0F5h
  583.  dw bzhi_instruction-instruction_handler
  584.  db 'call',0
  585.  dw call_instruction-instruction_handler
  586.  db 'cdqe',98h
  587.  dw simple_instruction_64bit-instruction_handler
  588.  db 'clac',0CAh
  589.  dw simple_vmx_instruction-instruction_handler
  590.  db 'clgi',0DDh
  591.  dw simple_vmx_instruction-instruction_handler
  592.  db 'clts',6
  593.  dw simple_extended_instruction-instruction_handler
  594.  db 'cmps',0A6h
  595.  dw cmps_instruction-instruction_handler
  596.  db 'cwde',98h
  597.  dw simple_instruction_32bit-instruction_handler
  598.  db 'data',0
  599.  dw data_directive-instruction_handler
  600.  db 'dppd',41h
  601.  dw sse4_instruction_3a_imm8-instruction_handler
  602.  db 'dpps',40h
  603.  dw sse4_instruction_3a_imm8-instruction_handler
  604.  db 'else',0
  605.  dw else_directive-instruction_handler
  606.  db 'emms',77h
  607.  dw simple_extended_instruction-instruction_handler
  608.  db 'fabs',100001b
  609.  dw simple_fpu_instruction-instruction_handler
  610.  db 'fadd',0
  611.  dw basic_fpu_instruction-instruction_handler
  612.  db 'fbld',4
  613.  dw fbld_instruction-instruction_handler
  614.  db 'fchs',100000b
  615.  dw simple_fpu_instruction-instruction_handler
  616.  db 'fcom',2
  617.  dw basic_fpu_instruction-instruction_handler
  618.  db 'fcos',111111b
  619.  dw simple_fpu_instruction-instruction_handler
  620.  db 'fdiv',6
  621.  dw basic_fpu_instruction-instruction_handler
  622.  db 'feni',0E0h
  623.  dw finit_instruction-instruction_handler
  624.  db 'fild',0
  625.  dw fild_instruction-instruction_handler
  626.  db 'fist',2
  627.  dw fild_instruction-instruction_handler
  628.  db 'fld1',101000b
  629.  dw simple_fpu_instruction-instruction_handler
  630.  db 'fldz',101110b
  631.  dw simple_fpu_instruction-instruction_handler
  632.  db 'fmul',1
  633.  dw basic_fpu_instruction-instruction_handler
  634.  db 'fnop',010000b
  635.  dw simple_fpu_instruction-instruction_handler
  636.  db 'fsin',111110b
  637.  dw simple_fpu_instruction-instruction_handler
  638.  db 'fstp',3
  639.  dw fld_instruction-instruction_handler
  640.  db 'fsub',4
  641.  dw basic_fpu_instruction-instruction_handler
  642.  db 'ftst',100100b
  643.  dw simple_fpu_instruction-instruction_handler
  644.  db 'fxam',100101b
  645.  dw simple_fpu_instruction-instruction_handler
  646.  db 'fxch',0
  647.  dw fxch_instruction-instruction_handler
  648.  db 'heap',0
  649.  dw heap_directive-instruction_handler
  650.  db 'idiv',7
  651.  dw single_operand_instruction-instruction_handler
  652.  db 'imul',0
  653.  dw imul_instruction-instruction_handler
  654.  db 'insb',6Ch
  655.  dw simple_instruction-instruction_handler
  656.  db 'insd',6Dh
  657.  dw simple_instruction_32bit-instruction_handler
  658.  db 'insw',6Dh
  659.  dw simple_instruction_16bit-instruction_handler
  660.  db 'int1',0F1h
  661.  dw simple_instruction-instruction_handler
  662.  db 'int3',0CCh
  663.  dw simple_instruction-instruction_handler
  664.  db 'into',0CEh
  665.  dw simple_instruction_except64-instruction_handler
  666.  db 'invd',8
  667.  dw simple_extended_instruction-instruction_handler
  668.  db 'iret',0CFh
  669.  dw iret_instruction-instruction_handler
  670.  db 'jcxz',0E3h
  671.  dw loop_instruction_16bit-instruction_handler
  672.  db 'jnae',72h
  673.  dw conditional_jump-instruction_handler
  674.  db 'jnbe',77h
  675.  dw conditional_jump-instruction_handler
  676.  db 'jnge',7Ch
  677.  dw conditional_jump-instruction_handler
  678.  db 'jnle',7Fh
  679.  dw conditional_jump-instruction_handler
  680.  db 'lahf',9Fh
  681.  dw simple_instruction-instruction_handler
  682.  db 'lgdt',2
  683.  dw lgdt_instruction-instruction_handler
  684.  db 'lidt',3
  685.  dw lgdt_instruction-instruction_handler
  686.  db 'lldt',2
  687.  dw pm_word_instruction-instruction_handler
  688.  db 'lmsw',16h
  689.  dw pm_word_instruction-instruction_handler
  690.  db 'load',0
  691.  dw load_directive-instruction_handler
  692.  db 'lock',0F0h
  693.  dw prefix_instruction-instruction_handler
  694.  db 'lods',0ACh
  695.  dw lods_instruction-instruction_handler
  696.  db 'loop',0E2h
  697.  dw loop_instruction-instruction_handler
  698.  db 'movd',0
  699.  dw movd_instruction-instruction_handler
  700.  db 'movq',0
  701.  dw movq_instruction-instruction_handler
  702.  db 'movs',0A4h
  703.  dw movs_instruction-instruction_handler
  704.  db 'mulx',0F6h
  705.  dw pdep_instruction-instruction_handler
  706.  db 'orpd',56h
  707.  dw sse_pd_instruction-instruction_handler
  708.  db 'orps',56h
  709.  dw sse_ps_instruction-instruction_handler
  710.  db 'outs',6Eh
  711.  dw outs_instruction-instruction_handler
  712.  db 'pand',0DBh
  713.  dw basic_mmx_instruction-instruction_handler
  714.  db 'pdep',0F5h
  715.  dw pdep_instruction-instruction_handler
  716.  db 'pext',0F5h
  717.  dw pext_instruction-instruction_handler
  718.  db 'popa',61h
  719.  dw simple_instruction_except64-instruction_handler
  720.  db 'popd',4
  721.  dw pop_instruction-instruction_handler
  722.  db 'popf',9Dh
  723.  dw simple_instruction-instruction_handler
  724.  db 'popq',8
  725.  dw pop_instruction-instruction_handler
  726.  db 'popw',2
  727.  dw pop_instruction-instruction_handler
  728.  db 'push',0
  729.  dw push_instruction-instruction_handler
  730.  db 'pxor',0EFh
  731.  dw basic_mmx_instruction-instruction_handler
  732.  db 'repe',0F3h
  733.  dw prefix_instruction-instruction_handler
  734.  db 'repz',0F3h
  735.  dw prefix_instruction-instruction_handler
  736.  db 'retd',0C2h
  737.  dw ret_instruction_32bit_except64-instruction_handler
  738.  db 'retf',0CAh
  739.  dw retf_instruction-instruction_handler
  740.  db 'retn',0C2h
  741.  dw ret_instruction-instruction_handler
  742.  db 'retq',0C2h
  743.  dw ret_instruction_only64-instruction_handler
  744.  db 'retw',0C2h
  745.  dw ret_instruction_16bit-instruction_handler
  746.  db 'rorx',0F0h
  747.  dw rorx_instruction-instruction_handler
  748.  db 'sahf',9Eh
  749.  dw simple_instruction-instruction_handler
  750.  db 'salc',0D6h
  751.  dw simple_instruction_except64-instruction_handler
  752.  db 'sarx',0F7h
  753.  dw sarx_instruction-instruction_handler
  754.  db 'scas',0AEh
  755.  dw stos_instruction-instruction_handler
  756.  db 'seta',97h
  757.  dw set_instruction-instruction_handler
  758.  db 'setb',92h
  759.  dw set_instruction-instruction_handler
  760.  db 'setc',92h
  761.  dw set_instruction-instruction_handler
  762.  db 'sete',94h
  763.  dw set_instruction-instruction_handler
  764.  db 'setg',9Fh
  765.  dw set_instruction-instruction_handler
  766.  db 'setl',9Ch
  767.  dw set_instruction-instruction_handler
  768.  db 'seto',90h
  769.  dw set_instruction-instruction_handler
  770.  db 'setp',9Ah
  771.  dw set_instruction-instruction_handler
  772.  db 'sets',98h
  773.  dw set_instruction-instruction_handler
  774.  db 'setz',94h
  775.  dw set_instruction-instruction_handler
  776.  db 'sgdt',0
  777.  dw lgdt_instruction-instruction_handler
  778.  db 'shld',0A4h
  779.  dw shd_instruction-instruction_handler
  780.  db 'shlx',0F7h
  781.  dw shlx_instruction-instruction_handler
  782.  db 'shrd',0ACh
  783.  dw shd_instruction-instruction_handler
  784.  db 'shrx',0F7h
  785.  dw shrx_instruction-instruction_handler
  786.  db 'sidt',1
  787.  dw lgdt_instruction-instruction_handler
  788.  db 'sldt',0
  789.  dw pm_store_word_instruction-instruction_handler
  790.  db 'smsw',14h
  791.  dw pm_store_word_instruction-instruction_handler
  792.  db 'stac',0CBh
  793.  dw simple_vmx_instruction-instruction_handler
  794.  db 'stgi',0DCh
  795.  dw simple_vmx_instruction-instruction_handler
  796.  db 'stos',0AAh
  797.  dw stos_instruction-instruction_handler
  798.  db 'test',0
  799.  dw test_instruction-instruction_handler
  800.  db 'verr',4
  801.  dw pm_word_instruction-instruction_handler
  802.  db 'verw',5
  803.  dw pm_word_instruction-instruction_handler
  804.  db 'vpor',0EBh
  805.  dw avx_pd_instruction-instruction_handler
  806.  db 'wait',9Bh
  807.  dw simple_instruction-instruction_handler
  808.  db 'xadd',0C0h
  809.  dw basic_486_instruction-instruction_handler
  810.  db 'xchg',0
  811.  dw xchg_instruction-instruction_handler
  812.  db 'xend',0D5h
  813.  dw simple_vmx_instruction-instruction_handler
  814.  db 'xlat',0D7h
  815.  dw xlat_instruction-instruction_handler
  816. instructions_5:
  817.  db 'addpd',58h
  818.  dw sse_pd_instruction-instruction_handler
  819.  db 'addps',58h
  820.  dw sse_ps_instruction-instruction_handler
  821.  db 'addsd',58h
  822.  dw sse_sd_instruction-instruction_handler
  823.  db 'addss',58h
  824.  dw sse_ss_instruction-instruction_handler
  825.  db 'align',0
  826.  dw align_directive-instruction_handler
  827.  db 'andpd',54h
  828.  dw sse_pd_instruction-instruction_handler
  829.  db 'andps',54h
  830.  dw sse_ps_instruction-instruction_handler
  831.  db 'bextr',0F7h
  832.  dw bextr_instruction-instruction_handler
  833.  db 'blcic',15h
  834.  dw tbm_instruction-instruction_handler
  835.  db 'blsic',16h
  836.  dw tbm_instruction-instruction_handler
  837.  db 'bound',0
  838.  dw bound_instruction-instruction_handler
  839.  db 'break',0
  840.  dw break_directive-instruction_handler
  841.  db 'bswap',0
  842.  dw bswap_instruction-instruction_handler
  843.  db 'cmova',47h
  844.  dw bs_instruction-instruction_handler
  845.  db 'cmovb',42h
  846.  dw bs_instruction-instruction_handler
  847.  db 'cmovc',42h
  848.  dw bs_instruction-instruction_handler
  849.  db 'cmove',44h
  850.  dw bs_instruction-instruction_handler
  851.  db 'cmovg',4Fh
  852.  dw bs_instruction-instruction_handler
  853.  db 'cmovl',4Ch
  854.  dw bs_instruction-instruction_handler
  855.  db 'cmovo',40h
  856.  dw bs_instruction-instruction_handler
  857.  db 'cmovp',4Ah
  858.  dw bs_instruction-instruction_handler
  859.  db 'cmovs',48h
  860.  dw bs_instruction-instruction_handler
  861.  db 'cmovz',44h
  862.  dw bs_instruction-instruction_handler
  863.  db 'cmppd',-1
  864.  dw cmp_pd_instruction-instruction_handler
  865.  db 'cmpps',-1
  866.  dw cmp_ps_instruction-instruction_handler
  867.  db 'cmpsb',0A6h
  868.  dw simple_instruction-instruction_handler
  869.  db 'cmpsd',-1
  870.  dw cmpsd_instruction-instruction_handler
  871.  db 'cmpsq',0A7h
  872.  dw simple_instruction_64bit-instruction_handler
  873.  db 'cmpss',-1
  874.  dw cmp_ss_instruction-instruction_handler
  875.  db 'cmpsw',0A7h
  876.  dw simple_instruction_16bit-instruction_handler
  877.  db 'cpuid',0A2h
  878.  dw simple_extended_instruction-instruction_handler
  879.  db 'crc32',0
  880.  dw crc32_instruction-instruction_handler
  881.  db 'divpd',5Eh
  882.  dw sse_pd_instruction-instruction_handler
  883.  db 'divps',5Eh
  884.  dw sse_ps_instruction-instruction_handler
  885.  db 'divsd',5Eh
  886.  dw sse_sd_instruction-instruction_handler
  887.  db 'divss',5Eh
  888.  dw sse_ss_instruction-instruction_handler
  889.  db 'enter',0
  890.  dw enter_instruction-instruction_handler
  891.  db 'entry',0
  892.  dw entry_directive-instruction_handler
  893.  db 'extrn',0
  894.  dw extrn_directive-instruction_handler
  895.  db 'extrq',0
  896.  dw extrq_instruction-instruction_handler
  897.  db 'f2xm1',110000b
  898.  dw simple_fpu_instruction-instruction_handler
  899.  db 'faddp',0
  900.  dw faddp_instruction-instruction_handler
  901.  db 'fbstp',6
  902.  dw fbld_instruction-instruction_handler
  903.  db 'fclex',0E2h
  904.  dw finit_instruction-instruction_handler
  905.  db 'fcomi',0F0h
  906.  dw fcomi_instruction-instruction_handler
  907.  db 'fcomp',3
  908.  dw basic_fpu_instruction-instruction_handler
  909.  db 'fdisi',0E1h
  910.  dw finit_instruction-instruction_handler
  911.  db 'fdivp',7
  912.  dw faddp_instruction-instruction_handler
  913.  db 'fdivr',7
  914.  dw basic_fpu_instruction-instruction_handler
  915.  db 'femms',0Eh
  916.  dw simple_extended_instruction-instruction_handler
  917.  db 'ffree',0
  918.  dw ffree_instruction-instruction_handler
  919.  db 'fiadd',0
  920.  dw fi_instruction-instruction_handler
  921.  db 'ficom',2
  922.  dw fi_instruction-instruction_handler
  923.  db 'fidiv',6
  924.  dw fi_instruction-instruction_handler
  925.  db 'fimul',1
  926.  dw fi_instruction-instruction_handler
  927.  db 'finit',0E3h
  928.  dw finit_instruction-instruction_handler
  929.  db 'fistp',3
  930.  dw fild_instruction-instruction_handler
  931.  db 'fisub',4
  932.  dw fi_instruction-instruction_handler
  933.  db 'fldcw',5
  934.  dw fldcw_instruction-instruction_handler
  935.  db 'fldpi',101011b
  936.  dw simple_fpu_instruction-instruction_handler
  937.  db 'fmulp',1
  938.  dw faddp_instruction-instruction_handler
  939.  db 'fneni',0E0h
  940.  dw fninit_instruction-instruction_handler
  941.  db 'fprem',111000b
  942.  dw simple_fpu_instruction-instruction_handler
  943.  db 'fptan',110010b
  944.  dw simple_fpu_instruction-instruction_handler
  945.  db 'fsave',6
  946.  dw fsave_instruction-instruction_handler
  947.  db 'fsqrt',111010b
  948.  dw simple_fpu_instruction-instruction_handler
  949.  db 'fstcw',7
  950.  dw fstcw_instruction-instruction_handler
  951.  db 'fstsw',0
  952.  dw fstsw_instruction-instruction_handler
  953.  db 'fsubp',5
  954.  dw faddp_instruction-instruction_handler
  955.  db 'fsubr',5
  956.  dw basic_fpu_instruction-instruction_handler
  957.  db 'fucom',4
  958.  dw ffree_instruction-instruction_handler
  959.  db 'fwait',9Bh
  960.  dw simple_instruction-instruction_handler
  961.  db 'fyl2x',110001b
  962.  dw simple_fpu_instruction-instruction_handler
  963.  db 'icebp',0F1h
  964.  dw simple_instruction-instruction_handler
  965.  db 'iretd',0CFh
  966.  dw simple_instruction_32bit-instruction_handler
  967.  db 'iretq',0CFh
  968.  dw simple_instruction_64bit-instruction_handler
  969.  db 'iretw',0CFh
  970.  dw simple_instruction_16bit-instruction_handler
  971.  db 'jecxz',0E3h
  972.  dw loop_instruction_32bit-instruction_handler
  973.  db 'jrcxz',0E3h
  974.  dw loop_instruction_64bit-instruction_handler
  975.  db 'label',0
  976.  dw label_directive-instruction_handler
  977.  db 'lddqu',0
  978.  dw lddqu_instruction-instruction_handler
  979.  db 'leave',0C9h
  980.  dw simple_instruction-instruction_handler
  981.  db 'lodsb',0ACh
  982.  dw simple_instruction-instruction_handler
  983.  db 'lodsd',0ADh
  984.  dw simple_instruction_32bit-instruction_handler
  985.  db 'lodsq',0ADh
  986.  dw simple_instruction_64bit-instruction_handler
  987.  db 'lodsw',0ADh
  988.  dw simple_instruction_16bit-instruction_handler
  989.  db 'loopd',0E2h
  990.  dw loop_instruction_32bit-instruction_handler
  991.  db 'loope',0E1h
  992.  dw loop_instruction-instruction_handler
  993.  db 'loopq',0E2h
  994.  dw loop_instruction_64bit-instruction_handler
  995.  db 'loopw',0E2h
  996.  dw loop_instruction_16bit-instruction_handler
  997.  db 'loopz',0E1h
  998.  dw loop_instruction-instruction_handler
  999.  db 'lzcnt',0BDh
  1000.  dw popcnt_instruction-instruction_handler
  1001.  db 'maxpd',5Fh
  1002.  dw sse_pd_instruction-instruction_handler
  1003.  db 'maxps',5Fh
  1004.  dw sse_ps_instruction-instruction_handler
  1005.  db 'maxsd',5Fh
  1006.  dw sse_sd_instruction-instruction_handler
  1007.  db 'maxss',5Fh
  1008.  dw sse_ss_instruction-instruction_handler
  1009.  db 'minpd',5Dh
  1010.  dw sse_pd_instruction-instruction_handler
  1011.  db 'minps',5Dh
  1012.  dw sse_ps_instruction-instruction_handler
  1013.  db 'minsd',5Dh
  1014.  dw sse_sd_instruction-instruction_handler
  1015.  db 'minss',5Dh
  1016.  dw sse_ss_instruction-instruction_handler
  1017.  db 'movbe',0F0h
  1018.  dw movbe_instruction-instruction_handler
  1019.  db 'movsb',0A4h
  1020.  dw simple_instruction-instruction_handler
  1021.  db 'movsd',0
  1022.  dw movsd_instruction-instruction_handler
  1023.  db 'movsq',0A5h
  1024.  dw simple_instruction_64bit-instruction_handler
  1025.  db 'movss',0
  1026.  dw movss_instruction-instruction_handler
  1027.  db 'movsw',0A5h
  1028.  dw simple_instruction_16bit-instruction_handler
  1029.  db 'movsx',0BEh
  1030.  dw movx_instruction-instruction_handler
  1031.  db 'movzx',0B6h
  1032.  dw movx_instruction-instruction_handler
  1033.  db 'mulpd',59h
  1034.  dw sse_pd_instruction-instruction_handler
  1035.  db 'mulps',59h
  1036.  dw sse_ps_instruction-instruction_handler
  1037.  db 'mulsd',59h
  1038.  dw sse_sd_instruction-instruction_handler
  1039.  db 'mulss',59h
  1040.  dw sse_ss_instruction-instruction_handler
  1041.  db 'mwait',0C9h
  1042.  dw monitor_instruction-instruction_handler
  1043.  db 'outsb',6Eh
  1044.  dw simple_instruction-instruction_handler
  1045.  db 'outsd',6Fh
  1046.  dw simple_instruction_32bit-instruction_handler
  1047.  db 'outsw',6Fh
  1048.  dw simple_instruction_16bit-instruction_handler
  1049.  db 'pabsb',1Ch
  1050.  dw ssse3_instruction-instruction_handler
  1051.  db 'pabsd',1Eh
  1052.  dw ssse3_instruction-instruction_handler
  1053.  db 'pabsw',1Dh
  1054.  dw ssse3_instruction-instruction_handler
  1055.  db 'paddb',0FCh
  1056.  dw basic_mmx_instruction-instruction_handler
  1057.  db 'paddd',0FEh
  1058.  dw basic_mmx_instruction-instruction_handler
  1059.  db 'paddq',0D4h
  1060.  dw basic_mmx_instruction-instruction_handler
  1061.  db 'paddw',0FDh
  1062.  dw basic_mmx_instruction-instruction_handler
  1063.  db 'pandn',0DFh
  1064.  dw basic_mmx_instruction-instruction_handler
  1065.  db 'pause',0
  1066.  dw pause_instruction-instruction_handler
  1067.  db 'pavgb',0E0h
  1068.  dw basic_mmx_instruction-instruction_handler
  1069.  db 'pavgw',0E3h
  1070.  dw basic_mmx_instruction-instruction_handler
  1071.  db 'pf2id',1Dh
  1072.  dw amd3dnow_instruction-instruction_handler
  1073.  db 'pf2iw',1Ch
  1074.  dw amd3dnow_instruction-instruction_handler
  1075.  db 'pfacc',0AEh
  1076.  dw amd3dnow_instruction-instruction_handler
  1077.  db 'pfadd',9Eh
  1078.  dw amd3dnow_instruction-instruction_handler
  1079.  db 'pfmax',0A4h
  1080.  dw amd3dnow_instruction-instruction_handler
  1081.  db 'pfmin',94h
  1082.  dw amd3dnow_instruction-instruction_handler
  1083.  db 'pfmul',0B4h
  1084.  dw amd3dnow_instruction-instruction_handler
  1085.  db 'pfrcp',96h
  1086.  dw amd3dnow_instruction-instruction_handler
  1087.  db 'pfsub',9Ah
  1088.  dw amd3dnow_instruction-instruction_handler
  1089.  db 'pi2fd',0Dh
  1090.  dw amd3dnow_instruction-instruction_handler
  1091.  db 'pi2fw',0Ch
  1092.  dw amd3dnow_instruction-instruction_handler
  1093.  db 'popad',61h
  1094.  dw simple_instruction_32bit_except64-instruction_handler
  1095.  db 'popaw',61h
  1096.  dw simple_instruction_16bit_except64-instruction_handler
  1097.  db 'popfd',9Dh
  1098.  dw simple_instruction_32bit_except64-instruction_handler
  1099.  db 'popfq',9Dh
  1100.  dw simple_instruction_only64-instruction_handler
  1101.  db 'popfw',9Dh
  1102.  dw simple_instruction_16bit-instruction_handler
  1103.  db 'pslld',0F2h
  1104.  dw mmx_bit_shift_instruction-instruction_handler
  1105.  db 'psllq',0F3h
  1106.  dw mmx_bit_shift_instruction-instruction_handler
  1107.  db 'psllw',0F1h
  1108.  dw mmx_bit_shift_instruction-instruction_handler
  1109.  db 'psrad',0E2h
  1110.  dw mmx_bit_shift_instruction-instruction_handler
  1111.  db 'psraw',0E1h
  1112.  dw mmx_bit_shift_instruction-instruction_handler
  1113.  db 'psrld',0D2h
  1114.  dw mmx_bit_shift_instruction-instruction_handler
  1115.  db 'psrlq',0D3h
  1116.  dw mmx_bit_shift_instruction-instruction_handler
  1117.  db 'psrlw',0D1h
  1118.  dw mmx_bit_shift_instruction-instruction_handler
  1119.  db 'psubb',0F8h
  1120.  dw basic_mmx_instruction-instruction_handler
  1121.  db 'psubd',0FAh
  1122.  dw basic_mmx_instruction-instruction_handler
  1123.  db 'psubq',0FBh
  1124.  dw basic_mmx_instruction-instruction_handler
  1125.  db 'psubw',0F9h
  1126.  dw basic_mmx_instruction-instruction_handler
  1127.  db 'ptest',17h
  1128.  dw sse4_instruction_38-instruction_handler
  1129.  db 'pusha',60h
  1130.  dw simple_instruction_except64-instruction_handler
  1131.  db 'pushd',4
  1132.  dw push_instruction-instruction_handler
  1133.  db 'pushf',9Ch
  1134.  dw simple_instruction-instruction_handler
  1135.  db 'pushq',8
  1136.  dw push_instruction-instruction_handler
  1137.  db 'pushw',2
  1138.  dw push_instruction-instruction_handler
  1139.  db 'rcpps',53h
  1140.  dw sse_ps_instruction-instruction_handler
  1141.  db 'rcpss',53h
  1142.  dw sse_ss_instruction-instruction_handler
  1143.  db 'rdmsr',32h
  1144.  dw simple_extended_instruction-instruction_handler
  1145.  db 'rdpmc',33h
  1146.  dw simple_extended_instruction-instruction_handler
  1147.  db 'rdtsc',31h
  1148.  dw simple_extended_instruction-instruction_handler
  1149.  db 'repne',0F2h
  1150.  dw prefix_instruction-instruction_handler
  1151.  db 'repnz',0F2h
  1152.  dw prefix_instruction-instruction_handler
  1153.  db 'retfd',0CAh
  1154.  dw ret_instruction_32bit-instruction_handler
  1155.  db 'retfq',0CAh
  1156.  dw ret_instruction_64bit-instruction_handler
  1157.  db 'retfw',0CAh
  1158.  dw ret_instruction_16bit-instruction_handler
  1159.  db 'retnd',0C2h
  1160.  dw ret_instruction_32bit_except64-instruction_handler
  1161.  db 'retnq',0C2h
  1162.  dw ret_instruction_only64-instruction_handler
  1163.  db 'retnw',0C2h
  1164.  dw ret_instruction_16bit-instruction_handler
  1165.  db 'scasb',0AEh
  1166.  dw simple_instruction-instruction_handler
  1167.  db 'scasd',0AFh
  1168.  dw simple_instruction_32bit-instruction_handler
  1169.  db 'scasq',0AFh
  1170.  dw simple_instruction_64bit-instruction_handler
  1171.  db 'scasw',0AFh
  1172.  dw simple_instruction_16bit-instruction_handler
  1173.  db 'setae',93h
  1174.  dw set_instruction-instruction_handler
  1175.  db 'setbe',96h
  1176.  dw set_instruction-instruction_handler
  1177.  db 'setge',9Dh
  1178.  dw set_instruction-instruction_handler
  1179.  db 'setle',9Eh
  1180.  dw set_instruction-instruction_handler
  1181.  db 'setna',96h
  1182.  dw set_instruction-instruction_handler
  1183.  db 'setnb',93h
  1184.  dw set_instruction-instruction_handler
  1185.  db 'setnc',93h
  1186.  dw set_instruction-instruction_handler
  1187.  db 'setne',95h
  1188.  dw set_instruction-instruction_handler
  1189.  db 'setng',9Eh
  1190.  dw set_instruction-instruction_handler
  1191.  db 'setnl',9Dh
  1192.  dw set_instruction-instruction_handler
  1193.  db 'setno',91h
  1194.  dw set_instruction-instruction_handler
  1195.  db 'setnp',9Bh
  1196.  dw set_instruction-instruction_handler
  1197.  db 'setns',99h
  1198.  dw set_instruction-instruction_handler
  1199.  db 'setnz',95h
  1200.  dw set_instruction-instruction_handler
  1201.  db 'setpe',9Ah
  1202.  dw set_instruction-instruction_handler
  1203.  db 'setpo',9Bh
  1204.  dw set_instruction-instruction_handler
  1205.  db 'stack',0
  1206.  dw stack_directive-instruction_handler
  1207.  db 'store',0
  1208.  dw store_directive-instruction_handler
  1209.  db 'stosb',0AAh
  1210.  dw simple_instruction-instruction_handler
  1211.  db 'stosd',0ABh
  1212.  dw simple_instruction_32bit-instruction_handler
  1213.  db 'stosq',0ABh
  1214.  dw simple_instruction_64bit-instruction_handler
  1215.  db 'stosw',0ABh
  1216.  dw simple_instruction_16bit-instruction_handler
  1217.  db 'subpd',5Ch
  1218.  dw sse_pd_instruction-instruction_handler
  1219.  db 'subps',5Ch
  1220.  dw sse_ps_instruction-instruction_handler
  1221.  db 'subsd',5Ch
  1222.  dw sse_sd_instruction-instruction_handler
  1223.  db 'subss',5Ch
  1224.  dw sse_ss_instruction-instruction_handler
  1225.  db 'times',0
  1226.  dw times_directive-instruction_handler
  1227.  db 'tzcnt',0BCh
  1228.  dw popcnt_instruction-instruction_handler
  1229.  db 'tzmsk',14h
  1230.  dw tbm_instruction-instruction_handler
  1231.  db 'vdppd',41h
  1232.  dw avx_128bit_instruction_3a_imm8-instruction_handler
  1233.  db 'vdpps',40h
  1234.  dw avx_instruction_3a_imm8-instruction_handler
  1235.  db 'vmovd',0
  1236.  dw avx_movd_instruction-instruction_handler
  1237.  db 'vmovq',0
  1238.  dw avx_movq_instruction-instruction_handler
  1239.  db 'vmrun',0D8h
  1240.  dw simple_svm_instruction-instruction_handler
  1241.  db 'vmxon',6
  1242.  dw vmxon_instruction-instruction_handler
  1243.  db 'vorpd',56h
  1244.  dw avx_pd_instruction-instruction_handler
  1245.  db 'vorps',56h
  1246.  dw avx_ps_instruction-instruction_handler
  1247.  db 'vpand',0DBh
  1248.  dw avx_pd_instruction-instruction_handler
  1249.  db 'vpxor',0EFh
  1250.  dw avx_pd_instruction-instruction_handler
  1251.  db 'while',0
  1252.  dw while_directive-instruction_handler
  1253.  db 'wrmsr',30h
  1254.  dw simple_extended_instruction-instruction_handler
  1255.  db 'xlatb',0D7h
  1256.  dw simple_instruction-instruction_handler
  1257.  db 'xorpd',57h
  1258.  dw sse_pd_instruction-instruction_handler
  1259.  db 'xorps',57h
  1260.  dw sse_ps_instruction-instruction_handler
  1261.  db 'xsave',100b
  1262.  dw fxsave_instruction-instruction_handler
  1263.  db 'xtest',0D6h
  1264.  dw simple_vmx_instruction-instruction_handler
  1265. instructions_6:
  1266.  db 'aesdec',0DEh
  1267.  dw sse4_instruction_38-instruction_handler
  1268.  db 'aesenc',0DCh
  1269.  dw sse4_instruction_38-instruction_handler
  1270.  db 'aesimc',0DBh
  1271.  dw sse4_instruction_38-instruction_handler
  1272.  db 'andnpd',55h
  1273.  dw sse_pd_instruction-instruction_handler
  1274.  db 'andnps',55h
  1275.  dw sse_ps_instruction-instruction_handler
  1276.  db 'assert',0
  1277.  dw assert_directive-instruction_handler
  1278.  db 'blcmsk',21h
  1279.  dw tbm_instruction-instruction_handler
  1280.  db 'blsmsk',2
  1281.  dw bmi_instruction-instruction_handler
  1282.  db 'cmovae',43h
  1283.  dw bs_instruction-instruction_handler
  1284.  db 'cmovbe',46h
  1285.  dw bs_instruction-instruction_handler
  1286.  db 'cmovge',4Dh
  1287.  dw bs_instruction-instruction_handler
  1288.  db 'cmovle',4Eh
  1289.  dw bs_instruction-instruction_handler
  1290.  db 'cmovna',46h
  1291.  dw bs_instruction-instruction_handler
  1292.  db 'cmovnb',43h
  1293.  dw bs_instruction-instruction_handler
  1294.  db 'cmovnc',43h
  1295.  dw bs_instruction-instruction_handler
  1296.  db 'cmovne',45h
  1297.  dw bs_instruction-instruction_handler
  1298.  db 'cmovng',4Eh
  1299.  dw bs_instruction-instruction_handler
  1300.  db 'cmovnl',4Dh
  1301.  dw bs_instruction-instruction_handler
  1302.  db 'cmovno',41h
  1303.  dw bs_instruction-instruction_handler
  1304.  db 'cmovnp',4Bh
  1305.  dw bs_instruction-instruction_handler
  1306.  db 'cmovns',49h
  1307.  dw bs_instruction-instruction_handler
  1308.  db 'cmovnz',45h
  1309.  dw bs_instruction-instruction_handler
  1310.  db 'cmovpe',4Ah
  1311.  dw bs_instruction-instruction_handler
  1312.  db 'cmovpo',4Bh
  1313.  dw bs_instruction-instruction_handler
  1314.  db 'comisd',2Fh
  1315.  dw comisd_instruction-instruction_handler
  1316.  db 'comiss',2Fh
  1317.  dw comiss_instruction-instruction_handler
  1318.  db 'fcmovb',0C0h
  1319.  dw fcmov_instruction-instruction_handler
  1320.  db 'fcmove',0C8h
  1321.  dw fcmov_instruction-instruction_handler
  1322.  db 'fcmovu',0D8h
  1323.  dw fcmov_instruction-instruction_handler
  1324.  db 'fcomip',0F0h
  1325.  dw fcomip_instruction-instruction_handler
  1326.  db 'fcompp',0
  1327.  dw fcompp_instruction-instruction_handler
  1328.  db 'fdivrp',6
  1329.  dw faddp_instruction-instruction_handler
  1330.  db 'ffreep',0
  1331.  dw ffreep_instruction-instruction_handler
  1332.  db 'ficomp',3
  1333.  dw fi_instruction-instruction_handler
  1334.  db 'fidivr',7
  1335.  dw fi_instruction-instruction_handler
  1336.  db 'fisttp',1
  1337.  dw fild_instruction-instruction_handler
  1338.  db 'fisubr',5
  1339.  dw fi_instruction-instruction_handler
  1340.  db 'fldenv',4
  1341.  dw fldenv_instruction-instruction_handler
  1342.  db 'fldl2e',101010b
  1343.  dw simple_fpu_instruction-instruction_handler
  1344.  db 'fldl2t',101001b
  1345.  dw simple_fpu_instruction-instruction_handler
  1346.  db 'fldlg2',101100b
  1347.  dw simple_fpu_instruction-instruction_handler
  1348.  db 'fldln2',101101b
  1349.  dw simple_fpu_instruction-instruction_handler
  1350.  db 'fnclex',0E2h
  1351.  dw fninit_instruction-instruction_handler
  1352.  db 'fndisi',0E1h
  1353.  dw fninit_instruction-instruction_handler
  1354.  db 'fninit',0E3h
  1355.  dw fninit_instruction-instruction_handler
  1356.  db 'fnsave',6
  1357.  dw fnsave_instruction-instruction_handler
  1358.  db 'fnstcw',7
  1359.  dw fldcw_instruction-instruction_handler
  1360.  db 'fnstsw',0
  1361.  dw fnstsw_instruction-instruction_handler
  1362.  db 'format',0
  1363.  dw format_directive-instruction_handler
  1364.  db 'fpatan',110011b
  1365.  dw simple_fpu_instruction-instruction_handler
  1366.  db 'fprem1',110101b
  1367.  dw simple_fpu_instruction-instruction_handler
  1368.  db 'frstor',4
  1369.  dw fnsave_instruction-instruction_handler
  1370.  db 'frstpm',0E5h
  1371.  dw fninit_instruction-instruction_handler
  1372.  db 'fsaved',6
  1373.  dw fsave_instruction_32bit-instruction_handler
  1374.  db 'fsavew',6
  1375.  dw fsave_instruction_16bit-instruction_handler
  1376.  db 'fscale',111101b
  1377.  dw simple_fpu_instruction-instruction_handler
  1378.  db 'fsetpm',0E4h
  1379.  dw fninit_instruction-instruction_handler
  1380.  db 'fstenv',6
  1381.  dw fstenv_instruction-instruction_handler
  1382.  db 'fsubrp',4
  1383.  dw faddp_instruction-instruction_handler
  1384.  db 'fucomi',0E8h
  1385.  dw fcomi_instruction-instruction_handler
  1386.  db 'fucomp',5
  1387.  dw ffree_instruction-instruction_handler
  1388.  db 'fxsave',0
  1389.  dw fxsave_instruction-instruction_handler
  1390.  db 'getsec',37h
  1391.  dw simple_extended_instruction-instruction_handler
  1392.  db 'haddpd',07Ch
  1393.  dw sse_pd_instruction-instruction_handler
  1394.  db 'haddps',07Ch
  1395.  dw cvtpd2dq_instruction-instruction_handler
  1396.  db 'hsubpd',07Dh
  1397.  dw sse_pd_instruction-instruction_handler
  1398.  db 'hsubps',07Dh
  1399.  dw cvtpd2dq_instruction-instruction_handler
  1400.  db 'invept',80h
  1401.  dw vmx_inv_instruction-instruction_handler
  1402.  db 'invlpg',0
  1403.  dw invlpg_instruction-instruction_handler
  1404.  db 'lfence',0E8h
  1405.  dw fence_instruction-instruction_handler
  1406.  db 'llwpcb',0
  1407.  dw llwpcb_instruction-instruction_handler
  1408.  db 'looped',0E1h
  1409.  dw loop_instruction_32bit-instruction_handler
  1410.  db 'loopeq',0E1h
  1411.  dw loop_instruction_64bit-instruction_handler
  1412.  db 'loopew',0E1h
  1413.  dw loop_instruction_16bit-instruction_handler
  1414.  db 'loopne',0E0h
  1415.  dw loop_instruction-instruction_handler
  1416.  db 'loopnz',0E0h
  1417.  dw loop_instruction-instruction_handler
  1418.  db 'loopzd',0E1h
  1419.  dw loop_instruction_32bit-instruction_handler
  1420.  db 'loopzq',0E1h
  1421.  dw loop_instruction_64bit-instruction_handler
  1422.  db 'loopzw',0E1h
  1423.  dw loop_instruction_16bit-instruction_handler
  1424.  db 'lwpins',0
  1425.  dw lwpins_instruction-instruction_handler
  1426.  db 'lwpval',1
  1427.  dw lwpins_instruction-instruction_handler
  1428.  db 'mfence',0F0h
  1429.  dw fence_instruction-instruction_handler
  1430.  db 'movapd',28h
  1431.  dw movpd_instruction-instruction_handler
  1432.  db 'movaps',28h
  1433.  dw movps_instruction-instruction_handler
  1434.  db 'movdqa',66h
  1435.  dw movdq_instruction-instruction_handler
  1436.  db 'movdqu',0F3h
  1437.  dw movdq_instruction-instruction_handler
  1438.  db 'movhpd',16h
  1439.  dw movlpd_instruction-instruction_handler
  1440.  db 'movhps',16h
  1441.  dw movlps_instruction-instruction_handler
  1442.  db 'movlpd',12h
  1443.  dw movlpd_instruction-instruction_handler
  1444.  db 'movlps',12h
  1445.  dw movlps_instruction-instruction_handler
  1446.  db 'movnti',0C3h
  1447.  dw movnti_instruction-instruction_handler
  1448.  db 'movntq',0E7h
  1449.  dw movntq_instruction-instruction_handler
  1450.  db 'movsxd',63h
  1451.  dw movsxd_instruction-instruction_handler
  1452.  db 'movupd',10h
  1453.  dw movpd_instruction-instruction_handler
  1454.  db 'movups',10h
  1455.  dw movps_instruction-instruction_handler
  1456.  db 'paddsb',0ECh
  1457.  dw basic_mmx_instruction-instruction_handler
  1458.  db 'paddsw',0EDh
  1459.  dw basic_mmx_instruction-instruction_handler
  1460.  db 'pextrb',14h
  1461.  dw pextrb_instruction-instruction_handler
  1462.  db 'pextrd',16h
  1463.  dw pextrd_instruction-instruction_handler
  1464.  db 'pextrq',16h
  1465.  dw pextrq_instruction-instruction_handler
  1466.  db 'pextrw',15h
  1467.  dw pextrw_instruction-instruction_handler
  1468.  db 'pfnacc',8Ah
  1469.  dw amd3dnow_instruction-instruction_handler
  1470.  db 'pfsubr',0AAh
  1471.  dw amd3dnow_instruction-instruction_handler
  1472.  db 'phaddd',2
  1473.  dw ssse3_instruction-instruction_handler
  1474.  db 'phaddw',1
  1475.  dw ssse3_instruction-instruction_handler
  1476.  db 'phsubd',6
  1477.  dw ssse3_instruction-instruction_handler
  1478.  db 'phsubw',5
  1479.  dw ssse3_instruction-instruction_handler
  1480.  db 'pinsrb',20h
  1481.  dw pinsrb_instruction-instruction_handler
  1482.  db 'pinsrd',22h
  1483.  dw pinsrd_instruction-instruction_handler
  1484.  db 'pinsrq',22h
  1485.  dw pinsrq_instruction-instruction_handler
  1486.  db 'pinsrw',0C4h
  1487.  dw pinsrw_instruction-instruction_handler
  1488.  db 'pmaxsb',3Ch
  1489.  dw sse4_instruction_38-instruction_handler
  1490.  db 'pmaxsd',3Dh
  1491.  dw sse4_instruction_38-instruction_handler
  1492.  db 'pmaxsw',0EEh
  1493.  dw basic_mmx_instruction-instruction_handler
  1494.  db 'pmaxub',0DEh
  1495.  dw basic_mmx_instruction-instruction_handler
  1496.  db 'pmaxud',3Fh
  1497.  dw sse4_instruction_38-instruction_handler
  1498.  db 'pmaxuw',3Eh
  1499.  dw sse4_instruction_38-instruction_handler
  1500.  db 'pminsb',38h
  1501.  dw sse4_instruction_38-instruction_handler
  1502.  db 'pminsd',39h
  1503.  dw sse4_instruction_38-instruction_handler
  1504.  db 'pminsw',0EAh
  1505.  dw basic_mmx_instruction-instruction_handler
  1506.  db 'pminub',0DAh
  1507.  dw basic_mmx_instruction-instruction_handler
  1508.  db 'pminud',3Bh
  1509.  dw sse4_instruction_38-instruction_handler
  1510.  db 'pminuw',3Ah
  1511.  dw sse4_instruction_38-instruction_handler
  1512.  db 'pmuldq',28h
  1513.  dw sse4_instruction_38-instruction_handler
  1514.  db 'pmulhw',0E5h
  1515.  dw basic_mmx_instruction-instruction_handler
  1516.  db 'pmulld',40h
  1517.  dw sse4_instruction_38-instruction_handler
  1518.  db 'pmullw',0D5h
  1519.  dw basic_mmx_instruction-instruction_handler
  1520.  db 'popcnt',0B8h
  1521.  dw popcnt_instruction-instruction_handler
  1522.  db 'psadbw',0F6h
  1523.  dw basic_mmx_instruction-instruction_handler
  1524.  db 'pshufb',0
  1525.  dw ssse3_instruction-instruction_handler
  1526.  db 'pshufd',66h
  1527.  dw pshufd_instruction-instruction_handler
  1528.  db 'pshufw',0
  1529.  dw pshufw_instruction-instruction_handler
  1530.  db 'psignb',8
  1531.  dw ssse3_instruction-instruction_handler
  1532.  db 'psignd',0Ah
  1533.  dw ssse3_instruction-instruction_handler
  1534.  db 'psignw',9
  1535.  dw ssse3_instruction-instruction_handler
  1536.  db 'pslldq',111b
  1537.  dw pslldq_instruction-instruction_handler
  1538.  db 'psrldq',011b
  1539.  dw pslldq_instruction-instruction_handler
  1540.  db 'psubsb',0E8h
  1541.  dw basic_mmx_instruction-instruction_handler
  1542.  db 'psubsw',0E9h
  1543.  dw basic_mmx_instruction-instruction_handler
  1544.  db 'pswapd',0BBh
  1545.  dw amd3dnow_instruction-instruction_handler
  1546.  db 'public',0
  1547.  dw public_directive-instruction_handler
  1548.  db 'pushad',60h
  1549.  dw simple_instruction_32bit_except64-instruction_handler
  1550.  db 'pushaw',60h
  1551.  dw simple_instruction_16bit_except64-instruction_handler
  1552.  db 'pushfd',9Ch
  1553.  dw simple_instruction_32bit_except64-instruction_handler
  1554.  db 'pushfq',9Ch
  1555.  dw simple_instruction_only64-instruction_handler
  1556.  db 'pushfw',9Ch
  1557.  dw simple_instruction_16bit-instruction_handler
  1558.  db 'rdmsrq',32h
  1559.  dw simple_extended_instruction_64bit-instruction_handler
  1560.  db 'rdrand',110b
  1561.  dw rdrand_instruction-instruction_handler
  1562.  db 'rdseed',111b
  1563.  dw rdrand_instruction-instruction_handler
  1564.  db 'rdtscp',1
  1565.  dw rdtscp_instruction-instruction_handler
  1566.  db 'repeat',0
  1567.  dw repeat_directive-instruction_handler
  1568.  db 'setalc',0D6h
  1569.  dw simple_instruction_except64-instruction_handler
  1570.  db 'setnae',92h
  1571.  dw set_instruction-instruction_handler
  1572.  db 'setnbe',97h
  1573.  dw set_instruction-instruction_handler
  1574.  db 'setnge',9Ch
  1575.  dw set_instruction-instruction_handler
  1576.  db 'setnle',9Fh
  1577.  dw set_instruction-instruction_handler
  1578.  db 'sfence',0F8h
  1579.  dw fence_instruction-instruction_handler
  1580.  db 'shufpd',0C6h
  1581.  dw sse_pd_instruction_imm8-instruction_handler
  1582.  db 'shufps',0C6h
  1583.  dw sse_ps_instruction_imm8-instruction_handler
  1584.  db 'skinit',0
  1585.  dw skinit_instruction-instruction_handler
  1586.  db 'slwpcb',1
  1587.  dw llwpcb_instruction-instruction_handler
  1588.  db 'sqrtpd',51h
  1589.  dw sse_pd_instruction-instruction_handler
  1590.  db 'sqrtps',51h
  1591.  dw sse_ps_instruction-instruction_handler
  1592.  db 'sqrtsd',51h
  1593.  dw sse_sd_instruction-instruction_handler
  1594.  db 'sqrtss',51h
  1595.  dw sse_ss_instruction-instruction_handler
  1596.  db 'swapgs',0
  1597.  dw swapgs_instruction-instruction_handler
  1598.  db 'sysret',07h
  1599.  dw simple_extended_instruction-instruction_handler
  1600.  db 't1mskc',17h
  1601.  dw tbm_instruction-instruction_handler
  1602.  db 'vaddpd',58h
  1603.  dw avx_pd_instruction-instruction_handler
  1604.  db 'vaddps',58h
  1605.  dw avx_ps_instruction-instruction_handler
  1606.  db 'vaddsd',58h
  1607.  dw avx_sd_instruction-instruction_handler
  1608.  db 'vaddss',58h
  1609.  dw avx_ss_instruction-instruction_handler
  1610.  db 'vandpd',54h
  1611.  dw avx_pd_instruction-instruction_handler
  1612.  db 'vandps',54h
  1613.  dw avx_ps_instruction-instruction_handler
  1614.  db 'vcmppd',-1
  1615.  dw avx_cmp_pd_instruction-instruction_handler
  1616.  db 'vcmpps',-1
  1617.  dw avx_cmp_ps_instruction-instruction_handler
  1618.  db 'vcmpsd',-1
  1619.  dw avx_cmp_sd_instruction-instruction_handler
  1620.  db 'vcmpss',-1
  1621.  dw avx_cmp_ss_instruction-instruction_handler
  1622.  db 'vdivpd',5Eh
  1623.  dw avx_pd_instruction-instruction_handler
  1624.  db 'vdivps',5Eh
  1625.  dw avx_ps_instruction-instruction_handler
  1626.  db 'vdivsd',5Eh
  1627.  dw avx_sd_instruction-instruction_handler
  1628.  db 'vdivss',5Eh
  1629.  dw avx_ss_instruction-instruction_handler
  1630.  db 'vlddqu',0F0h
  1631.  dw avx_lddqu_instruction-instruction_handler
  1632.  db 'vmaxpd',5Fh
  1633.  dw avx_pd_instruction-instruction_handler
  1634.  db 'vmaxps',5Fh
  1635.  dw avx_ps_instruction-instruction_handler
  1636.  db 'vmaxsd',5Fh
  1637.  dw avx_sd_instruction-instruction_handler
  1638.  db 'vmaxss',5Fh
  1639.  dw avx_ss_instruction-instruction_handler
  1640.  db 'vmcall',0C1h
  1641.  dw simple_vmx_instruction-instruction_handler
  1642.  db 'vminpd',5Dh
  1643.  dw avx_pd_instruction-instruction_handler
  1644.  db 'vminps',5Dh
  1645.  dw avx_ps_instruction-instruction_handler
  1646.  db 'vminsd',5Dh
  1647.  dw avx_sd_instruction-instruction_handler
  1648.  db 'vminss',5Dh
  1649.  dw avx_ss_instruction-instruction_handler
  1650.  db 'vmload',0DAh
  1651.  dw simple_svm_instruction-instruction_handler
  1652.  db 'vmovsd',0
  1653.  dw avx_movsd_instruction-instruction_handler
  1654.  db 'vmovss',0
  1655.  dw avx_movss_instruction-instruction_handler
  1656.  db 'vmread',0
  1657.  dw vmread_instruction-instruction_handler
  1658.  db 'vmsave',0DBh
  1659.  dw simple_svm_instruction-instruction_handler
  1660.  db 'vmulpd',59h
  1661.  dw avx_pd_instruction-instruction_handler
  1662.  db 'vmulps',59h
  1663.  dw avx_ps_instruction-instruction_handler
  1664.  db 'vmulsd',59h
  1665.  dw avx_sd_instruction-instruction_handler
  1666.  db 'vmulss',59h
  1667.  dw avx_ss_instruction-instruction_handler
  1668.  db 'vmxoff',0C4h
  1669.  dw simple_vmx_instruction-instruction_handler
  1670.  db 'vpabsb',1Ch
  1671.  dw avx_single_source_instruction_38-instruction_handler
  1672.  db 'vpabsd',1Eh
  1673.  dw avx_single_source_instruction_38-instruction_handler
  1674.  db 'vpabsw',1Dh
  1675.  dw avx_single_source_instruction_38-instruction_handler
  1676.  db 'vpaddb',0FCh
  1677.  dw avx_pd_instruction-instruction_handler
  1678.  db 'vpaddd',0FEh
  1679.  dw avx_pd_instruction-instruction_handler
  1680.  db 'vpaddq',0D4h
  1681.  dw avx_pd_instruction-instruction_handler
  1682.  db 'vpaddw',0FDh
  1683.  dw avx_pd_instruction-instruction_handler
  1684.  db 'vpandn',0DFh
  1685.  dw avx_pd_instruction-instruction_handler
  1686.  db 'vpavgb',0E0h
  1687.  dw avx_pd_instruction-instruction_handler
  1688.  db 'vpavgw',0E3h
  1689.  dw avx_pd_instruction-instruction_handler
  1690.  db 'vpcmov',0A2h
  1691.  dw vpcmov_instruction-instruction_handler
  1692.  db 'vpcomb',-1
  1693.  dw xop_pcom_b_instruction-instruction_handler
  1694.  db 'vpcomd',-1
  1695.  dw xop_pcom_d_instruction-instruction_handler
  1696.  db 'vpcomq',-1
  1697.  dw xop_pcom_q_instruction-instruction_handler
  1698.  db 'vpcomw',-1
  1699.  dw xop_pcom_w_instruction-instruction_handler
  1700.  db 'vpermd',36h
  1701.  dw avx_permd_instruction-instruction_handler
  1702.  db 'vpermq',0
  1703.  dw avx_permq_instruction-instruction_handler
  1704.  db 'vpperm',0A3h
  1705.  dw xop_128bit_instruction-instruction_handler
  1706.  db 'vprotb',90h
  1707.  dw xop_shift_instruction-instruction_handler
  1708.  db 'vprotd',92h
  1709.  dw xop_shift_instruction-instruction_handler
  1710.  db 'vprotq',93h
  1711.  dw xop_shift_instruction-instruction_handler
  1712.  db 'vprotw',91h
  1713.  dw xop_shift_instruction-instruction_handler
  1714.  db 'vpshab',98h
  1715.  dw xop_shift_instruction-instruction_handler
  1716.  db 'vpshad',9Ah
  1717.  dw xop_shift_instruction-instruction_handler
  1718.  db 'vpshaq',9Bh
  1719.  dw xop_shift_instruction-instruction_handler
  1720.  db 'vpshaw',99h
  1721.  dw xop_shift_instruction-instruction_handler
  1722.  db 'vpshlb',94h
  1723.  dw xop_shift_instruction-instruction_handler
  1724.  db 'vpshld',96h
  1725.  dw xop_shift_instruction-instruction_handler
  1726.  db 'vpshlq',97h
  1727.  dw xop_shift_instruction-instruction_handler
  1728.  db 'vpshlw',95h
  1729.  dw xop_shift_instruction-instruction_handler
  1730.  db 'vpslld',0F2h
  1731.  dw avx_bit_shift_instruction-instruction_handler
  1732.  db 'vpsllq',0F3h
  1733.  dw avx_bit_shift_instruction-instruction_handler
  1734.  db 'vpsllw',0F1h
  1735.  dw avx_bit_shift_instruction-instruction_handler
  1736.  db 'vpsrad',0E2h
  1737.  dw avx_bit_shift_instruction-instruction_handler
  1738.  db 'vpsraw',0E1h
  1739.  dw avx_bit_shift_instruction-instruction_handler
  1740.  db 'vpsrld',0D2h
  1741.  dw avx_bit_shift_instruction-instruction_handler
  1742.  db 'vpsrlq',0D3h
  1743.  dw avx_bit_shift_instruction-instruction_handler
  1744.  db 'vpsrlw',0D1h
  1745.  dw avx_bit_shift_instruction-instruction_handler
  1746.  db 'vpsubb',0F8h
  1747.  dw avx_pd_instruction-instruction_handler
  1748.  db 'vpsubd',0FAh
  1749.  dw avx_pd_instruction-instruction_handler
  1750.  db 'vpsubq',0FBh
  1751.  dw avx_pd_instruction-instruction_handler
  1752.  db 'vpsubw',0F9h
  1753.  dw avx_pd_instruction-instruction_handler
  1754.  db 'vptest',17h
  1755.  dw avx_single_source_instruction_38-instruction_handler
  1756.  db 'vrcpps',53h
  1757.  dw avx_single_source_ps_instruction-instruction_handler
  1758.  db 'vrcpss',53h
  1759.  dw avx_ss_instruction-instruction_handler
  1760.  db 'vsubpd',5Ch
  1761.  dw avx_pd_instruction-instruction_handler
  1762.  db 'vsubps',5Ch
  1763.  dw avx_ps_instruction-instruction_handler
  1764.  db 'vsubsd',5Ch
  1765.  dw avx_sd_instruction-instruction_handler
  1766.  db 'vsubss',5Ch
  1767.  dw avx_ss_instruction-instruction_handler
  1768.  db 'vxorpd',57h
  1769.  dw avx_pd_instruction-instruction_handler
  1770.  db 'vxorps',57h
  1771.  dw avx_ps_instruction-instruction_handler
  1772.  db 'wbinvd',9
  1773.  dw simple_extended_instruction-instruction_handler
  1774.  db 'wrmsrq',30h
  1775.  dw simple_extended_instruction_64bit-instruction_handler
  1776.  db 'xabort',0
  1777.  dw xabort_instruction-instruction_handler
  1778.  db 'xbegin',0
  1779.  dw xbegin_instruction-instruction_handler
  1780.  db 'xgetbv',0D0h
  1781.  dw simple_vmx_instruction-instruction_handler
  1782.  db 'xrstor',101b
  1783.  dw fxsave_instruction-instruction_handler
  1784.  db 'xsetbv',0D1h
  1785.  dw simple_vmx_instruction-instruction_handler
  1786. instructions_7:
  1787.  db 'blcfill',11h
  1788.  dw tbm_instruction-instruction_handler
  1789.  db 'blendpd',0Dh
  1790.  dw sse4_instruction_3a_imm8-instruction_handler
  1791.  db 'blendps',0Ch
  1792.  dw sse4_instruction_3a_imm8-instruction_handler
  1793.  db 'blsfill',12h
  1794.  dw tbm_instruction-instruction_handler
  1795.  db 'clflush',111b
  1796.  dw fxsave_instruction-instruction_handler
  1797.  db 'cmovnae',42h
  1798.  dw bs_instruction-instruction_handler
  1799.  db 'cmovnbe',47h
  1800.  dw bs_instruction-instruction_handler
  1801.  db 'cmovnge',4Ch
  1802.  dw bs_instruction-instruction_handler
  1803.  db 'cmovnle',4Fh
  1804.  dw bs_instruction-instruction_handler
  1805.  db 'cmpeqpd',0
  1806.  dw cmp_pd_instruction-instruction_handler
  1807.  db 'cmpeqps',0
  1808.  dw cmp_ps_instruction-instruction_handler
  1809.  db 'cmpeqsd',0
  1810.  dw cmp_sd_instruction-instruction_handler
  1811.  db 'cmpeqss',0
  1812.  dw cmp_ss_instruction-instruction_handler
  1813.  db 'cmplepd',2
  1814.  dw cmp_pd_instruction-instruction_handler
  1815.  db 'cmpleps',2
  1816.  dw cmp_ps_instruction-instruction_handler
  1817.  db 'cmplesd',2
  1818.  dw cmp_sd_instruction-instruction_handler
  1819.  db 'cmpless',2
  1820.  dw cmp_ss_instruction-instruction_handler
  1821.  db 'cmpltpd',1
  1822.  dw cmp_pd_instruction-instruction_handler
  1823.  db 'cmpltps',1
  1824.  dw cmp_ps_instruction-instruction_handler
  1825.  db 'cmpltsd',1
  1826.  dw cmp_sd_instruction-instruction_handler
  1827.  db 'cmpltss',1
  1828.  dw cmp_ss_instruction-instruction_handler
  1829.  db 'cmpxchg',0B0h
  1830.  dw basic_486_instruction-instruction_handler
  1831.  db 'display',0
  1832.  dw display_directive-instruction_handler
  1833.  db 'fcmovbe',0D0h
  1834.  dw fcmov_instruction-instruction_handler
  1835.  db 'fcmovnb',0C0h
  1836.  dw fcomi_instruction-instruction_handler
  1837.  db 'fcmovne',0C8h
  1838.  dw fcomi_instruction-instruction_handler
  1839.  db 'fcmovnu',0D8h
  1840.  dw fcomi_instruction-instruction_handler
  1841.  db 'fdecstp',110110b
  1842.  dw simple_fpu_instruction-instruction_handler
  1843.  db 'fincstp',110111b
  1844.  dw simple_fpu_instruction-instruction_handler
  1845.  db 'fldenvd',4
  1846.  dw fldenv_instruction_32bit-instruction_handler
  1847.  db 'fldenvw',4
  1848.  dw fldenv_instruction_16bit-instruction_handler
  1849.  db 'fnsaved',6
  1850.  dw fnsave_instruction_32bit-instruction_handler
  1851.  db 'fnsavew',6
  1852.  dw fnsave_instruction_16bit-instruction_handler
  1853.  db 'fnstenv',6
  1854.  dw fldenv_instruction-instruction_handler
  1855.  db 'frndint',111100b
  1856.  dw simple_fpu_instruction-instruction_handler
  1857.  db 'frstord',4
  1858.  dw fnsave_instruction_32bit-instruction_handler
  1859.  db 'frstorw',4
  1860.  dw fnsave_instruction_16bit-instruction_handler
  1861.  db 'fsincos',111011b
  1862.  dw simple_fpu_instruction-instruction_handler
  1863.  db 'fstenvd',6
  1864.  dw fstenv_instruction_32bit-instruction_handler
  1865.  db 'fstenvw',6
  1866.  dw fstenv_instruction_16bit-instruction_handler
  1867.  db 'fucomip',0E8h
  1868.  dw fcomip_instruction-instruction_handler
  1869.  db 'fucompp',0
  1870.  dw fucompp_instruction-instruction_handler
  1871.  db 'fxrstor',1
  1872.  dw fxsave_instruction-instruction_handler
  1873.  db 'fxtract',110100b
  1874.  dw simple_fpu_instruction-instruction_handler
  1875.  db 'fyl2xp1',111001b
  1876.  dw simple_fpu_instruction-instruction_handler
  1877.  db 'insertq',0
  1878.  dw insertq_instruction-instruction_handler
  1879.  db 'invlpga',0DFh
  1880.  dw invlpga_instruction-instruction_handler
  1881.  db 'invpcid',82h
  1882.  dw vmx_inv_instruction-instruction_handler
  1883.  db 'invvpid',81h
  1884.  dw vmx_inv_instruction-instruction_handler
  1885.  db 'ldmxcsr',10b
  1886.  dw fxsave_instruction-instruction_handler
  1887.  db 'loopned',0E0h
  1888.  dw loop_instruction_32bit-instruction_handler
  1889.  db 'loopneq',0E0h
  1890.  dw loop_instruction_64bit-instruction_handler
  1891.  db 'loopnew',0E0h
  1892.  dw loop_instruction_16bit-instruction_handler
  1893.  db 'loopnzd',0E0h
  1894.  dw loop_instruction_32bit-instruction_handler
  1895.  db 'loopnzq',0E0h
  1896.  dw loop_instruction_64bit-instruction_handler
  1897.  db 'loopnzw',0E0h
  1898.  dw loop_instruction_16bit-instruction_handler
  1899.  db 'monitor',0C8h
  1900.  dw monitor_instruction-instruction_handler
  1901.  db 'movddup',12h
  1902.  dw sse_sd_instruction-instruction_handler
  1903.  db 'movdq2q',0
  1904.  dw movdq2q_instruction-instruction_handler
  1905.  db 'movhlps',12h
  1906.  dw movhlps_instruction-instruction_handler
  1907.  db 'movlhps',16h
  1908.  dw movhlps_instruction-instruction_handler
  1909.  db 'movntdq',0E7h
  1910.  dw movntpd_instruction-instruction_handler
  1911.  db 'movntpd',2Bh
  1912.  dw movntpd_instruction-instruction_handler
  1913.  db 'movntps',2Bh
  1914.  dw movntps_instruction-instruction_handler
  1915.  db 'movntsd',2Bh
  1916.  dw movntsd_instruction-instruction_handler
  1917.  db 'movntss',2Bh
  1918.  dw movntss_instruction-instruction_handler
  1919.  db 'movq2dq',0
  1920.  dw movq2dq_instruction-instruction_handler
  1921.  db 'mpsadbw',42h
  1922.  dw sse4_instruction_3a_imm8-instruction_handler
  1923.  db 'paddusb',0DCh
  1924.  dw basic_mmx_instruction-instruction_handler
  1925.  db 'paddusw',0DDh
  1926.  dw basic_mmx_instruction-instruction_handler
  1927.  db 'palignr',0
  1928.  dw palignr_instruction-instruction_handler
  1929.  db 'pavgusb',0BFh
  1930.  dw amd3dnow_instruction-instruction_handler
  1931.  db 'pblendw',0Eh
  1932.  dw sse4_instruction_3a_imm8-instruction_handler
  1933.  db 'pcmpeqb',74h
  1934.  dw basic_mmx_instruction-instruction_handler
  1935.  db 'pcmpeqd',76h
  1936.  dw basic_mmx_instruction-instruction_handler
  1937.  db 'pcmpeqq',29h
  1938.  dw sse4_instruction_38-instruction_handler
  1939.  db 'pcmpeqw',75h
  1940.  dw basic_mmx_instruction-instruction_handler
  1941.  db 'pcmpgtb',64h
  1942.  dw basic_mmx_instruction-instruction_handler
  1943.  db 'pcmpgtd',66h
  1944.  dw basic_mmx_instruction-instruction_handler
  1945.  db 'pcmpgtq',37h
  1946.  dw sse4_instruction_38-instruction_handler
  1947.  db 'pcmpgtw',65h
  1948.  dw basic_mmx_instruction-instruction_handler
  1949.  db 'pfcmpeq',0B0h
  1950.  dw amd3dnow_instruction-instruction_handler
  1951.  db 'pfcmpge',90h
  1952.  dw amd3dnow_instruction-instruction_handler
  1953.  db 'pfcmpgt',0A0h
  1954.  dw amd3dnow_instruction-instruction_handler
  1955.  db 'pfpnacc',8Eh
  1956.  dw amd3dnow_instruction-instruction_handler
  1957.  db 'pfrsqrt',97h
  1958.  dw amd3dnow_instruction-instruction_handler
  1959.  db 'phaddsw',3
  1960.  dw ssse3_instruction-instruction_handler
  1961.  db 'phsubsw',7
  1962.  dw ssse3_instruction-instruction_handler
  1963.  db 'pmaddwd',0F5h
  1964.  dw basic_mmx_instruction-instruction_handler
  1965.  db 'pmulhrw',0B7h
  1966.  dw amd3dnow_instruction-instruction_handler
  1967.  db 'pmulhuw',0E4h
  1968.  dw basic_mmx_instruction-instruction_handler
  1969.  db 'pmuludq',0F4h
  1970.  dw basic_mmx_instruction-instruction_handler
  1971.  db 'pshufhw',0F3h
  1972.  dw pshufd_instruction-instruction_handler
  1973.  db 'pshuflw',0F2h
  1974.  dw pshufd_instruction-instruction_handler
  1975.  db 'psubusb',0D8h
  1976.  dw basic_mmx_instruction-instruction_handler
  1977.  db 'psubusw',0D9h
  1978.  dw basic_mmx_instruction-instruction_handler
  1979.  db 'roundpd',9
  1980.  dw sse4_instruction_3a_imm8-instruction_handler
  1981.  db 'roundps',8
  1982.  dw sse4_instruction_3a_imm8-instruction_handler
  1983.  db 'roundsd',0Bh
  1984.  dw sse4_sd_instruction_3a_imm8-instruction_handler
  1985.  db 'roundss',0Ah
  1986.  dw sse4_ss_instruction_3a_imm8-instruction_handler
  1987.  db 'rsqrtps',52h
  1988.  dw sse_ps_instruction-instruction_handler
  1989.  db 'rsqrtss',52h
  1990.  dw sse_ss_instruction-instruction_handler
  1991.  db 'section',0
  1992.  dw section_directive-instruction_handler
  1993.  db 'segment',0
  1994.  dw segment_directive-instruction_handler
  1995.  db 'stmxcsr',11b
  1996.  dw fxsave_instruction-instruction_handler
  1997.  db 'syscall',05h
  1998.  dw simple_extended_instruction-instruction_handler
  1999.  db 'sysexit',35h
  2000.  dw simple_extended_instruction-instruction_handler
  2001.  db 'sysretq',07h
  2002.  dw simple_extended_instruction_64bit-instruction_handler
  2003.  db 'ucomisd',2Eh
  2004.  dw comisd_instruction-instruction_handler
  2005.  db 'ucomiss',2Eh
  2006.  dw comiss_instruction-instruction_handler
  2007.  db 'vaesdec',0DEh
  2008.  dw avx_128bit_instruction_38-instruction_handler
  2009.  db 'vaesenc',0DCh
  2010.  dw avx_128bit_instruction_38-instruction_handler
  2011.  db 'vaesimc',0DBh
  2012.  dw avx_single_source_128bit_instruction_38-instruction_handler
  2013.  db 'vandnpd',55h
  2014.  dw avx_pd_instruction-instruction_handler
  2015.  db 'vandnps',55h
  2016.  dw avx_ps_instruction-instruction_handler
  2017.  db 'vcomisd',2Fh
  2018.  dw avx_comisd_instruction-instruction_handler
  2019.  db 'vcomiss',2Fh
  2020.  dw avx_comiss_instruction-instruction_handler
  2021.  db 'vfrczpd',81h
  2022.  dw xop_single_source_instruction-instruction_handler
  2023.  db 'vfrczps',80h
  2024.  dw xop_single_source_instruction-instruction_handler
  2025.  db 'vfrczsd',83h
  2026.  dw xop_single_source_sd_instruction-instruction_handler
  2027.  db 'vfrczss',82h
  2028.  dw xop_single_source_ss_instruction-instruction_handler
  2029.  db 'vhaddpd',07Ch
  2030.  dw avx_pd_instruction-instruction_handler
  2031.  db 'vhaddps',07Ch
  2032.  dw avx_haddps_instruction-instruction_handler
  2033.  db 'vhsubpd',07Dh
  2034.  dw avx_pd_instruction-instruction_handler
  2035.  db 'vhsubps',07Dh
  2036.  dw avx_haddps_instruction-instruction_handler
  2037.  db 'virtual',0
  2038.  dw virtual_directive-instruction_handler
  2039.  db 'vmclear',6
  2040.  dw vmclear_instruction-instruction_handler
  2041.  db 'vmmcall',0D9h
  2042.  dw simple_vmx_instruction-instruction_handler
  2043.  db 'vmovapd',28h
  2044.  dw avx_movpd_instruction-instruction_handler
  2045.  db 'vmovaps',28h
  2046.  dw avx_movps_instruction-instruction_handler
  2047.  db 'vmovdqa',6Fh
  2048.  dw avx_movpd_instruction-instruction_handler
  2049.  db 'vmovdqu',6Fh
  2050.  dw avx_movdqu_instruction-instruction_handler
  2051.  db 'vmovhpd',16h
  2052.  dw avx_movlpd_instruction-instruction_handler
  2053.  db 'vmovhps',16h
  2054.  dw avx_movlps_instruction-instruction_handler
  2055.  db 'vmovlpd',12h
  2056.  dw avx_movlpd_instruction-instruction_handler
  2057.  db 'vmovlps',12h
  2058.  dw avx_movlps_instruction-instruction_handler
  2059.  db 'vmovupd',10h
  2060.  dw avx_movpd_instruction-instruction_handler
  2061.  db 'vmovups',10h
  2062.  dw avx_movps_instruction-instruction_handler
  2063.  db 'vmptrld',6
  2064.  dw vmx_instruction-instruction_handler
  2065.  db 'vmptrst',7
  2066.  dw vmx_instruction-instruction_handler
  2067.  db 'vmwrite',0
  2068.  dw vmwrite_instruction-instruction_handler
  2069.  db 'vpaddsb',0ECh
  2070.  dw avx_pd_instruction-instruction_handler
  2071.  db 'vpaddsw',0EDh
  2072.  dw avx_pd_instruction-instruction_handler
  2073.  db 'vpcomub',-1
  2074.  dw xop_pcom_ub_instruction-instruction_handler
  2075.  db 'vpcomud',-1
  2076.  dw xop_pcom_ud_instruction-instruction_handler
  2077.  db 'vpcomuq',-1
  2078.  dw xop_pcom_uq_instruction-instruction_handler
  2079.  db 'vpcomuw',-1
  2080.  dw xop_pcom_uw_instruction-instruction_handler
  2081.  db 'vpermpd',1
  2082.  dw avx_permq_instruction-instruction_handler
  2083.  db 'vpermps',16h
  2084.  dw avx_permd_instruction-instruction_handler
  2085.  db 'vpextrb',14h
  2086.  dw avx_pextrb_instruction-instruction_handler
  2087.  db 'vpextrd',16h
  2088.  dw avx_pextrd_instruction-instruction_handler
  2089.  db 'vpextrq',16h
  2090.  dw avx_pextrq_instruction-instruction_handler
  2091.  db 'vpextrw',15h
  2092.  dw avx_pextrw_instruction-instruction_handler
  2093.  db 'vphaddd',2
  2094.  dw avx_instruction_38-instruction_handler
  2095.  db 'vphaddw',1
  2096.  dw avx_instruction_38-instruction_handler
  2097.  db 'vphsubd',6
  2098.  dw avx_instruction_38-instruction_handler
  2099.  db 'vphsubw',5
  2100.  dw avx_instruction_38-instruction_handler
  2101.  db 'vpinsrb',20h
  2102.  dw avx_pinsrb_instruction-instruction_handler
  2103.  db 'vpinsrd',22h
  2104.  dw avx_pinsrd_instruction-instruction_handler
  2105.  db 'vpinsrq',22h
  2106.  dw avx_pinsrq_instruction-instruction_handler
  2107.  db 'vpinsrw',0C4h
  2108.  dw avx_pinsrw_instruction-instruction_handler
  2109.  db 'vpmaxsb',3Ch
  2110.  dw avx_instruction_38-instruction_handler
  2111.  db 'vpmaxsd',3Dh
  2112.  dw avx_instruction_38-instruction_handler
  2113.  db 'vpmaxsw',0EEh
  2114.  dw avx_pd_instruction-instruction_handler
  2115.  db 'vpmaxub',0DEh
  2116.  dw avx_pd_instruction-instruction_handler
  2117.  db 'vpmaxud',3Fh
  2118.  dw avx_instruction_38-instruction_handler
  2119.  db 'vpmaxuw',3Eh
  2120.  dw avx_instruction_38-instruction_handler
  2121.  db 'vpminsb',38h
  2122.  dw avx_instruction_38-instruction_handler
  2123.  db 'vpminsd',39h
  2124.  dw avx_instruction_38-instruction_handler
  2125.  db 'vpminsw',0EAh
  2126.  dw avx_pd_instruction-instruction_handler
  2127.  db 'vpminub',0DAh
  2128.  dw avx_pd_instruction-instruction_handler
  2129.  db 'vpminud',3Bh
  2130.  dw avx_instruction_38-instruction_handler
  2131.  db 'vpminuw',3Ah
  2132.  dw avx_instruction_38-instruction_handler
  2133.  db 'vpmuldq',28h
  2134.  dw avx_instruction_38-instruction_handler
  2135.  db 'vpmulhw',0E5h
  2136.  dw avx_pd_instruction-instruction_handler
  2137.  db 'vpmulld',40h
  2138.  dw avx_instruction_38-instruction_handler
  2139.  db 'vpmullw',0D5h
  2140.  dw avx_pd_instruction-instruction_handler
  2141.  db 'vpsadbw',0F6h
  2142.  dw avx_pd_instruction-instruction_handler
  2143.  db 'vpshufb',0
  2144.  dw avx_instruction_38-instruction_handler
  2145.  db 'vpshufd',66h
  2146.  dw avx_pshufd_instruction-instruction_handler
  2147.  db 'vpsignb',8
  2148.  dw avx_instruction_38-instruction_handler
  2149.  db 'vpsignd',0Ah
  2150.  dw avx_instruction_38-instruction_handler
  2151.  db 'vpsignw',9
  2152.  dw avx_instruction_38-instruction_handler
  2153.  db 'vpslldq',111b
  2154.  dw avx_pslldq_instruction-instruction_handler
  2155.  db 'vpsllvd',47h
  2156.  dw avx_instruction_38-instruction_handler
  2157.  db 'vpsllvq',47h
  2158.  dw avx_instruction_38_w1-instruction_handler
  2159.  db 'vpsravd',46h
  2160.  dw avx_instruction_38-instruction_handler
  2161.  db 'vpsrldq',011b
  2162.  dw avx_pslldq_instruction-instruction_handler
  2163.  db 'vpsrlvd',45h
  2164.  dw avx_instruction_38-instruction_handler
  2165.  db 'vpsrlvq',45h
  2166.  dw avx_instruction_38_w1-instruction_handler
  2167.  db 'vpsubsb',0E8h
  2168.  dw avx_pd_instruction-instruction_handler
  2169.  db 'vpsubsw',0E9h
  2170.  dw avx_pd_instruction-instruction_handler
  2171.  db 'vshufpd',0C6h
  2172.  dw avx_pd_instruction_imm8-instruction_handler
  2173.  db 'vshufps',0C6h
  2174.  dw avx_ps_instruction_imm8-instruction_handler
  2175.  db 'vsqrtpd',51h
  2176.  dw avx_single_source_pd_instruction-instruction_handler
  2177.  db 'vsqrtps',51h
  2178.  dw avx_single_source_ps_instruction-instruction_handler
  2179.  db 'vsqrtsd',51h
  2180.  dw avx_sd_instruction-instruction_handler
  2181.  db 'vsqrtss',51h
  2182.  dw avx_ss_instruction-instruction_handler
  2183.  db 'vtestpd',0Fh
  2184.  dw avx_single_source_instruction_38-instruction_handler
  2185.  db 'vtestps',0Eh
  2186.  dw avx_single_source_instruction_38-instruction_handler
  2187.  db 'xsave64',100b
  2188.  dw fxsave_instruction_64bit-instruction_handler
  2189. instructions_8:
  2190.  db 'addsubpd',0D0h
  2191.  dw sse_pd_instruction-instruction_handler
  2192.  db 'addsubps',0D0h
  2193.  dw cvtpd2dq_instruction-instruction_handler
  2194.  db 'blendvpd',15h
  2195.  dw sse4_instruction_38_xmm0-instruction_handler
  2196.  db 'blendvps',14h
  2197.  dw sse4_instruction_38_xmm0-instruction_handler
  2198.  db 'cmpneqpd',4
  2199.  dw cmp_pd_instruction-instruction_handler
  2200.  db 'cmpneqps',4
  2201.  dw cmp_ps_instruction-instruction_handler
  2202.  db 'cmpneqsd',4
  2203.  dw cmp_sd_instruction-instruction_handler
  2204.  db 'cmpneqss',4
  2205.  dw cmp_ss_instruction-instruction_handler
  2206.  db 'cmpnlepd',6
  2207.  dw cmp_pd_instruction-instruction_handler
  2208.  db 'cmpnleps',6
  2209.  dw cmp_ps_instruction-instruction_handler
  2210.  db 'cmpnlesd',6
  2211.  dw cmp_sd_instruction-instruction_handler
  2212.  db 'cmpnless',6
  2213.  dw cmp_ss_instruction-instruction_handler
  2214.  db 'cmpnltpd',5
  2215.  dw cmp_pd_instruction-instruction_handler
  2216.  db 'cmpnltps',5
  2217.  dw cmp_ps_instruction-instruction_handler
  2218.  db 'cmpnltsd',5
  2219.  dw cmp_sd_instruction-instruction_handler
  2220.  db 'cmpnltss',5
  2221.  dw cmp_ss_instruction-instruction_handler
  2222.  db 'cmpordpd',7
  2223.  dw cmp_pd_instruction-instruction_handler
  2224.  db 'cmpordps',7
  2225.  dw cmp_ps_instruction-instruction_handler
  2226.  db 'cmpordsd',7
  2227.  dw cmp_sd_instruction-instruction_handler
  2228.  db 'cmpordss',7
  2229.  dw cmp_ss_instruction-instruction_handler
  2230.  db 'cvtdq2pd',0E6h
  2231.  dw cvtdq2pd_instruction-instruction_handler
  2232.  db 'cvtdq2ps',5Bh
  2233.  dw sse_ps_instruction-instruction_handler
  2234.  db 'cvtpd2dq',0E6h
  2235.  dw cvtpd2dq_instruction-instruction_handler
  2236.  db 'cvtpd2pi',2Dh
  2237.  dw cvtpd2pi_instruction-instruction_handler
  2238.  db 'cvtpd2ps',5Ah
  2239.  dw sse_pd_instruction-instruction_handler
  2240.  db 'cvtpi2pd',2Ah
  2241.  dw cvtpi2pd_instruction-instruction_handler
  2242.  db 'cvtpi2ps',2Ah
  2243.  dw cvtpi2ps_instruction-instruction_handler
  2244.  db 'cvtps2dq',5Bh
  2245.  dw sse_pd_instruction-instruction_handler
  2246.  db 'cvtps2pd',5Ah
  2247.  dw cvtps2pd_instruction-instruction_handler
  2248.  db 'cvtps2pi',2Dh
  2249.  dw cvtps2pi_instruction-instruction_handler
  2250.  db 'cvtsd2si',2Dh
  2251.  dw cvtsd2si_instruction-instruction_handler
  2252.  db 'cvtsd2ss',5Ah
  2253.  dw sse_sd_instruction-instruction_handler
  2254.  db 'cvtsi2sd',2Ah
  2255.  dw cvtsi2sd_instruction-instruction_handler
  2256.  db 'cvtsi2ss',2Ah
  2257.  dw cvtsi2ss_instruction-instruction_handler
  2258.  db 'cvtss2sd',5Ah
  2259.  dw sse_ss_instruction-instruction_handler
  2260.  db 'cvtss2si',2Dh
  2261.  dw cvtss2si_instruction-instruction_handler
  2262.  db 'fcmovnbe',0D0h
  2263.  dw fcomi_instruction-instruction_handler
  2264.  db 'fnstenvd',6
  2265.  dw fldenv_instruction_32bit-instruction_handler
  2266.  db 'fnstenvw',6
  2267.  dw fldenv_instruction_16bit-instruction_handler
  2268.  db 'fxsave64',0
  2269.  dw fxsave_instruction_64bit-instruction_handler
  2270.  db 'insertps',0
  2271.  dw insertps_instruction-instruction_handler
  2272.  db 'maskmovq',0
  2273.  dw maskmovq_instruction-instruction_handler
  2274.  db 'movmskpd',0
  2275.  dw movmskpd_instruction-instruction_handler
  2276.  db 'movmskps',0
  2277.  dw movmskps_instruction-instruction_handler
  2278.  db 'movntdqa',2Ah
  2279.  dw movntdqa_instruction-instruction_handler
  2280.  db 'movshdup',16h
  2281.  dw movshdup_instruction-instruction_handler
  2282.  db 'movsldup',12h
  2283.  dw movshdup_instruction-instruction_handler
  2284.  db 'packssdw',6Bh
  2285.  dw basic_mmx_instruction-instruction_handler
  2286.  db 'packsswb',63h
  2287.  dw basic_mmx_instruction-instruction_handler
  2288.  db 'packusdw',2Bh
  2289.  dw sse4_instruction_38-instruction_handler
  2290.  db 'packuswb',67h
  2291.  dw basic_mmx_instruction-instruction_handler
  2292.  db 'pblendvb',10h
  2293.  dw sse4_instruction_38_xmm0-instruction_handler
  2294.  db 'pfrcpit1',0A6h
  2295.  dw amd3dnow_instruction-instruction_handler
  2296.  db 'pfrcpit2',0B6h
  2297.  dw amd3dnow_instruction-instruction_handler
  2298.  db 'pfrsqit1',0A7h
  2299.  dw amd3dnow_instruction-instruction_handler
  2300.  db 'pmovmskb',0D7h
  2301.  dw pmovmskb_instruction-instruction_handler
  2302.  db 'pmovsxbd',21h
  2303.  dw pmovsxbd_instruction-instruction_handler
  2304.  db 'pmovsxbq',22h
  2305.  dw pmovsxbq_instruction-instruction_handler
  2306.  db 'pmovsxbw',20h
  2307.  dw pmovsxbw_instruction-instruction_handler
  2308.  db 'pmovsxdq',25h
  2309.  dw pmovsxdq_instruction-instruction_handler
  2310.  db 'pmovsxwd',23h
  2311.  dw pmovsxwd_instruction-instruction_handler
  2312.  db 'pmovsxwq',24h
  2313.  dw pmovsxwq_instruction-instruction_handler
  2314.  db 'pmovzxbd',31h
  2315.  dw pmovsxbd_instruction-instruction_handler
  2316.  db 'pmovzxbq',32h
  2317.  dw pmovsxbq_instruction-instruction_handler
  2318.  db 'pmovzxbw',30h
  2319.  dw pmovsxbw_instruction-instruction_handler
  2320.  db 'pmovzxdq',35h
  2321.  dw pmovsxdq_instruction-instruction_handler
  2322.  db 'pmovzxwd',33h
  2323.  dw pmovsxwd_instruction-instruction_handler
  2324.  db 'pmovzxwq',34h
  2325.  dw pmovsxwq_instruction-instruction_handler
  2326.  db 'pmulhrsw',0Bh
  2327.  dw ssse3_instruction-instruction_handler
  2328.  db 'prefetch',0
  2329.  dw amd_prefetch_instruction-instruction_handler
  2330.  db 'rdfsbase',0
  2331.  dw rdfsbase_instruction-instruction_handler
  2332.  db 'rdgsbase',1
  2333.  dw rdfsbase_instruction-instruction_handler
  2334.  db 'sysenter',34h
  2335.  dw simple_extended_instruction-instruction_handler
  2336.  db 'sysexitq',35h
  2337.  dw simple_extended_instruction_64bit-instruction_handler
  2338.  db 'unpckhpd',15h
  2339.  dw sse_pd_instruction-instruction_handler
  2340.  db 'unpckhps',15h
  2341.  dw sse_ps_instruction-instruction_handler
  2342.  db 'unpcklpd',14h
  2343.  dw sse_pd_instruction-instruction_handler
  2344.  db 'unpcklps',14h
  2345.  dw sse_ps_instruction-instruction_handler
  2346.  db 'vblendpd',0Dh
  2347.  dw avx_instruction_3a_imm8-instruction_handler
  2348.  db 'vblendps',0Ch
  2349.  dw avx_instruction_3a_imm8-instruction_handler
  2350.  db 'vcmpeqpd',0
  2351.  dw avx_cmp_pd_instruction-instruction_handler
  2352.  db 'vcmpeqps',0
  2353.  dw avx_cmp_ps_instruction-instruction_handler
  2354.  db 'vcmpeqsd',0
  2355.  dw avx_cmp_sd_instruction-instruction_handler
  2356.  db 'vcmpeqss',0
  2357.  dw avx_cmp_ss_instruction-instruction_handler
  2358.  db 'vcmpgepd',0Dh
  2359.  dw avx_cmp_pd_instruction-instruction_handler
  2360.  db 'vcmpgeps',0Dh
  2361.  dw avx_cmp_ps_instruction-instruction_handler
  2362.  db 'vcmpgesd',0Dh
  2363.  dw avx_cmp_sd_instruction-instruction_handler
  2364.  db 'vcmpgess',0Dh
  2365.  dw avx_cmp_ss_instruction-instruction_handler
  2366.  db 'vcmpgtpd',0Eh
  2367.  dw avx_cmp_pd_instruction-instruction_handler
  2368.  db 'vcmpgtps',0Eh
  2369.  dw avx_cmp_ps_instruction-instruction_handler
  2370.  db 'vcmpgtsd',0Eh
  2371.  dw avx_cmp_sd_instruction-instruction_handler
  2372.  db 'vcmpgtss',0Eh
  2373.  dw avx_cmp_ss_instruction-instruction_handler
  2374.  db 'vcmplepd',2
  2375.  dw avx_cmp_pd_instruction-instruction_handler
  2376.  db 'vcmpleps',2
  2377.  dw avx_cmp_ps_instruction-instruction_handler
  2378.  db 'vcmplesd',2
  2379.  dw avx_cmp_sd_instruction-instruction_handler
  2380.  db 'vcmpless',2
  2381.  dw avx_cmp_ss_instruction-instruction_handler
  2382.  db 'vcmpltpd',1
  2383.  dw avx_cmp_pd_instruction-instruction_handler
  2384.  db 'vcmpltps',1
  2385.  dw avx_cmp_ps_instruction-instruction_handler
  2386.  db 'vcmpltsd',1
  2387.  dw avx_cmp_sd_instruction-instruction_handler
  2388.  db 'vcmpltss',1
  2389.  dw avx_cmp_ss_instruction-instruction_handler
  2390.  db 'vfmaddpd',69h
  2391.  dw fma4_instruction_p-instruction_handler
  2392.  db 'vfmaddps',68h
  2393.  dw fma4_instruction_p-instruction_handler
  2394.  db 'vfmaddsd',6Bh
  2395.  dw fma4_instruction_sd-instruction_handler
  2396.  db 'vfmaddss',6Ah
  2397.  dw fma4_instruction_ss-instruction_handler
  2398.  db 'vfmsubpd',6Dh
  2399.  dw fma4_instruction_p-instruction_handler
  2400.  db 'vfmsubps',6Ch
  2401.  dw fma4_instruction_p-instruction_handler
  2402.  db 'vfmsubsd',6Fh
  2403.  dw fma4_instruction_sd-instruction_handler
  2404.  db 'vfmsubss',6Eh
  2405.  dw fma4_instruction_ss-instruction_handler
  2406.  db 'vldmxcsr',10b
  2407.  dw vldmxcsr_instruction-instruction_handler
  2408.  db 'vmlaunch',0C2h
  2409.  dw simple_vmx_instruction-instruction_handler
  2410.  db 'vmovddup',12h
  2411.  dw avx_movddup_instruction-instruction_handler
  2412.  db 'vmovhlps',12h
  2413.  dw avx_movhlps_instruction-instruction_handler
  2414.  db 'vmovlhps',16h
  2415.  dw avx_movhlps_instruction-instruction_handler
  2416.  db 'vmovntdq',0E7h
  2417.  dw avx_movntpd_instruction-instruction_handler
  2418.  db 'vmovntpd',2Bh
  2419.  dw avx_movntpd_instruction-instruction_handler
  2420.  db 'vmovntps',2Bh
  2421.  dw avx_movntps_instruction-instruction_handler
  2422.  db 'vmpsadbw',42h
  2423.  dw avx_instruction_3a_imm8-instruction_handler
  2424.  db 'vmresume',0C3h
  2425.  dw simple_vmx_instruction-instruction_handler
  2426.  db 'vpaddusb',0DCh
  2427.  dw avx_pd_instruction-instruction_handler
  2428.  db 'vpaddusw',0DDh
  2429.  dw avx_pd_instruction-instruction_handler
  2430.  db 'vpalignr',0Fh
  2431.  dw avx_instruction_3a_imm8-instruction_handler
  2432.  db 'vpblendd',2
  2433.  dw avx_instruction_3a_imm8-instruction_handler
  2434.  db 'vpblendw',0Eh
  2435.  dw avx_instruction_3a_imm8-instruction_handler
  2436.  db 'vpcmpeqb',74h
  2437.  dw avx_pd_instruction-instruction_handler
  2438.  db 'vpcmpeqd',76h
  2439.  dw avx_pd_instruction-instruction_handler
  2440.  db 'vpcmpeqq',29h
  2441.  dw avx_instruction_38-instruction_handler
  2442.  db 'vpcmpeqw',75h
  2443.  dw avx_pd_instruction-instruction_handler
  2444.  db 'vpcmpgtb',64h
  2445.  dw avx_pd_instruction-instruction_handler
  2446.  db 'vpcmpgtd',66h
  2447.  dw avx_pd_instruction-instruction_handler
  2448.  db 'vpcmpgtq',37h
  2449.  dw avx_instruction_38-instruction_handler
  2450.  db 'vpcmpgtw',65h
  2451.  dw avx_pd_instruction-instruction_handler
  2452.  db 'vpcomeqb',4
  2453.  dw xop_pcom_b_instruction-instruction_handler
  2454.  db 'vpcomeqd',4
  2455.  dw xop_pcom_d_instruction-instruction_handler
  2456.  db 'vpcomeqq',4
  2457.  dw xop_pcom_q_instruction-instruction_handler
  2458.  db 'vpcomeqw',4
  2459.  dw xop_pcom_w_instruction-instruction_handler
  2460.  db 'vpcomgeb',3
  2461.  dw xop_pcom_b_instruction-instruction_handler
  2462.  db 'vpcomged',3
  2463.  dw xop_pcom_d_instruction-instruction_handler
  2464.  db 'vpcomgeq',3
  2465.  dw xop_pcom_q_instruction-instruction_handler
  2466.  db 'vpcomgew',3
  2467.  dw xop_pcom_w_instruction-instruction_handler
  2468.  db 'vpcomgtb',2
  2469.  dw xop_pcom_b_instruction-instruction_handler
  2470.  db 'vpcomgtd',2
  2471.  dw xop_pcom_d_instruction-instruction_handler
  2472.  db 'vpcomgtq',2
  2473.  dw xop_pcom_q_instruction-instruction_handler
  2474.  db 'vpcomgtw',2
  2475.  dw xop_pcom_w_instruction-instruction_handler
  2476.  db 'vpcomleb',1
  2477.  dw xop_pcom_b_instruction-instruction_handler
  2478.  db 'vpcomled',1
  2479.  dw xop_pcom_d_instruction-instruction_handler
  2480.  db 'vpcomleq',1
  2481.  dw xop_pcom_q_instruction-instruction_handler
  2482.  db 'vpcomlew',1
  2483.  dw xop_pcom_w_instruction-instruction_handler
  2484.  db 'vpcomltb',0
  2485.  dw xop_pcom_b_instruction-instruction_handler
  2486.  db 'vpcomltd',0
  2487.  dw xop_pcom_d_instruction-instruction_handler
  2488.  db 'vpcomltq',0
  2489.  dw xop_pcom_q_instruction-instruction_handler
  2490.  db 'vpcomltw',0
  2491.  dw xop_pcom_w_instruction-instruction_handler
  2492.  db 'vphaddbd',0C2h
  2493.  dw xop_single_source_128bit_instruction-instruction_handler
  2494.  db 'vphaddbq',0C3h
  2495.  dw xop_single_source_128bit_instruction-instruction_handler
  2496.  db 'vphaddbw',0C1h
  2497.  dw xop_single_source_128bit_instruction-instruction_handler
  2498.  db 'vphadddq',0CBh
  2499.  dw xop_single_source_128bit_instruction-instruction_handler
  2500.  db 'vphaddsw',3
  2501.  dw avx_instruction_38-instruction_handler
  2502.  db 'vphaddwd',0C6h
  2503.  dw xop_single_source_128bit_instruction-instruction_handler
  2504.  db 'vphaddwq',0C7h
  2505.  dw xop_single_source_128bit_instruction-instruction_handler
  2506.  db 'vphsubbw',0E1h
  2507.  dw xop_single_source_128bit_instruction-instruction_handler
  2508.  db 'vphsubdq',0E3h
  2509.  dw xop_single_source_128bit_instruction-instruction_handler
  2510.  db 'vphsubsw',7
  2511.  dw avx_instruction_38-instruction_handler
  2512.  db 'vphsubwd',0E2h
  2513.  dw xop_single_source_128bit_instruction-instruction_handler
  2514.  db 'vpmacsdd',9Eh
  2515.  dw xop_triple_source_128bit_instruction-instruction_handler
  2516.  db 'vpmacswd',96h
  2517.  dw xop_triple_source_128bit_instruction-instruction_handler
  2518.  db 'vpmacsww',95h
  2519.  dw xop_triple_source_128bit_instruction-instruction_handler
  2520.  db 'vpmaddwd',0F5h
  2521.  dw avx_pd_instruction-instruction_handler
  2522.  db 'vpmulhuw',0E4h
  2523.  dw avx_pd_instruction-instruction_handler
  2524.  db 'vpmuludq',0F4h
  2525.  dw avx_pd_instruction-instruction_handler
  2526.  db 'vpshufhw',0F3h
  2527.  dw avx_pshufd_instruction-instruction_handler
  2528.  db 'vpshuflw',0F2h
  2529.  dw avx_pshufd_instruction-instruction_handler
  2530.  db 'vpsubusb',0D8h
  2531.  dw avx_pd_instruction-instruction_handler
  2532.  db 'vpsubusw',0D9h
  2533.  dw avx_pd_instruction-instruction_handler
  2534.  db 'vroundpd',9
  2535.  dw avx_single_source_instruction_3a_imm8-instruction_handler
  2536.  db 'vroundps',8
  2537.  dw avx_single_source_instruction_3a_imm8-instruction_handler
  2538.  db 'vroundsd',0Bh
  2539.  dw avx_sd_instruction_3a_imm8-instruction_handler
  2540.  db 'vroundss',0Ah
  2541.  dw avx_ss_instruction_3a_imm8-instruction_handler
  2542.  db 'vrsqrtps',52h
  2543.  dw avx_single_source_ps_instruction-instruction_handler
  2544.  db 'vrsqrtss',52h
  2545.  dw avx_ss_instruction-instruction_handler
  2546.  db 'vstmxcsr',11b
  2547.  dw vldmxcsr_instruction-instruction_handler
  2548.  db 'vucomisd',2Eh
  2549.  dw avx_comisd_instruction-instruction_handler
  2550.  db 'vucomiss',2Eh
  2551.  dw avx_comiss_instruction-instruction_handler
  2552.  db 'vzeroall',77h
  2553.  dw vzeroall_instruction-instruction_handler
  2554.  db 'wrfsbase',2
  2555.  dw rdfsbase_instruction-instruction_handler
  2556.  db 'wrgsbase',3
  2557.  dw rdfsbase_instruction-instruction_handler
  2558.  db 'xacquire',0F2h
  2559.  dw prefix_instruction-instruction_handler
  2560.  db 'xrelease',0F3h
  2561.  dw prefix_instruction-instruction_handler
  2562.  db 'xrstor64',101b
  2563.  dw fxsave_instruction_64bit-instruction_handler
  2564.  db 'xsaveopt',110b
  2565.  dw fxsave_instruction-instruction_handler
  2566. instructions_9:
  2567.  db 'cmpxchg8b',8
  2568.  dw cmpxchgx_instruction-instruction_handler
  2569.  db 'cvttpd2dq',0E6h
  2570.  dw sse_pd_instruction-instruction_handler
  2571.  db 'cvttpd2pi',2Ch
  2572.  dw cvtpd2pi_instruction-instruction_handler
  2573.  db 'cvttps2dq',5Bh
  2574.  dw movshdup_instruction-instruction_handler
  2575.  db 'cvttps2pi',2Ch
  2576.  dw cvtps2pi_instruction-instruction_handler
  2577.  db 'cvttsd2si',2Ch
  2578.  dw cvtsd2si_instruction-instruction_handler
  2579.  db 'cvttss2si',2Ch
  2580.  dw cvtss2si_instruction-instruction_handler
  2581.  db 'extractps',0
  2582.  dw extractps_instruction-instruction_handler
  2583.  db 'fxrstor64',1
  2584.  dw fxsave_instruction_64bit-instruction_handler
  2585.  db 'pclmulqdq',-1
  2586.  dw pclmulqdq_instruction-instruction_handler
  2587.  db 'pcmpestri',61h
  2588.  dw sse4_instruction_3a_imm8-instruction_handler
  2589.  db 'pcmpestrm',60h
  2590.  dw sse4_instruction_3a_imm8-instruction_handler
  2591.  db 'pcmpistri',63h
  2592.  dw sse4_instruction_3a_imm8-instruction_handler
  2593.  db 'pcmpistrm',62h
  2594.  dw sse4_instruction_3a_imm8-instruction_handler
  2595.  db 'pmaddubsw',4
  2596.  dw ssse3_instruction-instruction_handler
  2597.  db 'prefetchw',1
  2598.  dw amd_prefetch_instruction-instruction_handler
  2599.  db 'punpckhbw',68h
  2600.  dw basic_mmx_instruction-instruction_handler
  2601.  db 'punpckhdq',6Ah
  2602.  dw basic_mmx_instruction-instruction_handler
  2603.  db 'punpckhwd',69h
  2604.  dw basic_mmx_instruction-instruction_handler
  2605.  db 'punpcklbw',60h
  2606.  dw basic_mmx_instruction-instruction_handler
  2607.  db 'punpckldq',62h
  2608.  dw basic_mmx_instruction-instruction_handler
  2609.  db 'punpcklwd',61h
  2610.  dw basic_mmx_instruction-instruction_handler
  2611.  db 'vaddsubpd',0D0h
  2612.  dw avx_pd_instruction-instruction_handler
  2613.  db 'vaddsubps',0D0h
  2614.  dw avx_haddps_instruction-instruction_handler
  2615.  db 'vblendvpd',4Bh
  2616.  dw avx_triple_source_instruction_3a-instruction_handler
  2617.  db 'vblendvps',4Ah
  2618.  dw avx_triple_source_instruction_3a-instruction_handler
  2619.  db 'vcmpneqpd',4
  2620.  dw avx_cmp_pd_instruction-instruction_handler
  2621.  db 'vcmpneqps',4
  2622.  dw avx_cmp_ps_instruction-instruction_handler
  2623.  db 'vcmpneqsd',4
  2624.  dw avx_cmp_sd_instruction-instruction_handler
  2625.  db 'vcmpneqss',4
  2626.  dw avx_cmp_ss_instruction-instruction_handler
  2627.  db 'vcmpngepd',9
  2628.  dw avx_cmp_pd_instruction-instruction_handler
  2629.  db 'vcmpngeps',9
  2630.  dw avx_cmp_ps_instruction-instruction_handler
  2631.  db 'vcmpngesd',9
  2632.  dw avx_cmp_sd_instruction-instruction_handler
  2633.  db 'vcmpngess',9
  2634.  dw avx_cmp_ss_instruction-instruction_handler
  2635.  db 'vcmpngtpd',0Ah
  2636.  dw avx_cmp_pd_instruction-instruction_handler
  2637.  db 'vcmpngtps',0Ah
  2638.  dw avx_cmp_ps_instruction-instruction_handler
  2639.  db 'vcmpngtsd',0Ah
  2640.  dw avx_cmp_sd_instruction-instruction_handler
  2641.  db 'vcmpngtss',0Ah
  2642.  dw avx_cmp_ss_instruction-instruction_handler
  2643.  db 'vcmpnlepd',6
  2644.  dw avx_cmp_pd_instruction-instruction_handler
  2645.  db 'vcmpnleps',6
  2646.  dw avx_cmp_ps_instruction-instruction_handler
  2647.  db 'vcmpnlesd',6
  2648.  dw avx_cmp_sd_instruction-instruction_handler
  2649.  db 'vcmpnless',6
  2650.  dw avx_cmp_ss_instruction-instruction_handler
  2651.  db 'vcmpnltpd',5
  2652.  dw avx_cmp_pd_instruction-instruction_handler
  2653.  db 'vcmpnltps',5
  2654.  dw avx_cmp_ps_instruction-instruction_handler
  2655.  db 'vcmpnltsd',5
  2656.  dw avx_cmp_sd_instruction-instruction_handler
  2657.  db 'vcmpnltss',5
  2658.  dw avx_cmp_ss_instruction-instruction_handler
  2659.  db 'vcmpordpd',7
  2660.  dw avx_cmp_pd_instruction-instruction_handler
  2661.  db 'vcmpordps',7
  2662.  dw avx_cmp_ps_instruction-instruction_handler
  2663.  db 'vcmpordsd',7
  2664.  dw avx_cmp_sd_instruction-instruction_handler
  2665.  db 'vcmpordss',7
  2666.  dw avx_cmp_ss_instruction-instruction_handler
  2667.  db 'vcvtdq2pd',0E6h
  2668.  dw avx_cvtdq2pd_instruction-instruction_handler
  2669.  db 'vcvtdq2ps',5Bh
  2670.  dw avx_single_source_ps_instruction-instruction_handler
  2671.  db 'vcvtpd2dq',0E6h
  2672.  dw avx_cvtpd2dq_instruction-instruction_handler
  2673.  db 'vcvtpd2ps',5Ah
  2674.  dw avx_cvtpd2ps_instruction-instruction_handler
  2675.  db 'vcvtph2ps',13h
  2676.  dw vcvtph2ps_instruction-instruction_handler
  2677.  db 'vcvtps2dq',5Bh
  2678.  dw avx_single_source_pd_instruction-instruction_handler
  2679.  db 'vcvtps2pd',5Ah
  2680.  dw avx_cvtps2pd_instruction-instruction_handler
  2681.  db 'vcvtps2ph',1Dh
  2682.  dw vcvtps2ph_instruction-instruction_handler
  2683.  db 'vcvtsd2si',2Dh
  2684.  dw avx_cvtsd2si_instruction-instruction_handler
  2685.  db 'vcvtsd2ss',5Ah
  2686.  dw avx_sd_instruction-instruction_handler
  2687.  db 'vcvtsi2sd',2Ah
  2688.  dw avx_cvtsi2sd_instruction-instruction_handler
  2689.  db 'vcvtsi2ss',2Ah
  2690.  dw avx_cvtsi2ss_instruction-instruction_handler
  2691.  db 'vcvtss2sd',5Ah
  2692.  dw avx_ss_instruction-instruction_handler
  2693.  db 'vcvtss2si',2Dh
  2694.  dw avx_cvtss2si_instruction-instruction_handler
  2695.  db 'vfnmaddpd',79h
  2696.  dw fma4_instruction_p-instruction_handler
  2697.  db 'vfnmaddps',78h
  2698.  dw fma4_instruction_p-instruction_handler
  2699.  db 'vfnmaddsd',7Bh
  2700.  dw fma4_instruction_sd-instruction_handler
  2701.  db 'vfnmaddss',7Ah
  2702.  dw fma4_instruction_ss-instruction_handler
  2703.  db 'vfnmsubpd',7Dh
  2704.  dw fma4_instruction_p-instruction_handler
  2705.  db 'vfnmsubps',7Ch
  2706.  dw fma4_instruction_p-instruction_handler
  2707.  db 'vfnmsubsd',7Fh
  2708.  dw fma4_instruction_sd-instruction_handler
  2709.  db 'vfnmsubss',7Eh
  2710.  dw fma4_instruction_ss-instruction_handler
  2711.  db 'vinsertps',0
  2712.  dw avx_insertps_instruction-instruction_handler
  2713.  db 'vmovmskpd',0
  2714.  dw avx_movmskpd_instruction-instruction_handler
  2715.  db 'vmovmskps',0
  2716.  dw avx_movmskps_instruction-instruction_handler
  2717.  db 'vmovntdqa',2Ah
  2718.  dw avx_movntdqa_instruction-instruction_handler
  2719.  db 'vmovshdup',16h
  2720.  dw avx_movshdup_instruction-instruction_handler
  2721.  db 'vmovsldup',12h
  2722.  dw avx_movshdup_instruction-instruction_handler
  2723.  db 'vpackssdw',6Bh
  2724.  dw avx_pd_instruction-instruction_handler
  2725.  db 'vpacksswb',63h
  2726.  dw avx_pd_instruction-instruction_handler
  2727.  db 'vpackusdw',2Bh
  2728.  dw avx_instruction_38-instruction_handler
  2729.  db 'vpackuswb',67h
  2730.  dw avx_pd_instruction-instruction_handler
  2731.  db 'vpblendvb',4Ch
  2732.  dw avx_triple_source_instruction_3a-instruction_handler
  2733.  db 'vpcomequb',4
  2734.  dw xop_pcom_ub_instruction-instruction_handler
  2735.  db 'vpcomequd',4
  2736.  dw xop_pcom_ud_instruction-instruction_handler
  2737.  db 'vpcomequq',4
  2738.  dw xop_pcom_uq_instruction-instruction_handler
  2739.  db 'vpcomequw',4
  2740.  dw xop_pcom_uw_instruction-instruction_handler
  2741.  db 'vpcomgeub',3
  2742.  dw xop_pcom_ub_instruction-instruction_handler
  2743.  db 'vpcomgeud',3
  2744.  dw xop_pcom_ud_instruction-instruction_handler
  2745.  db 'vpcomgeuq',3
  2746.  dw xop_pcom_uq_instruction-instruction_handler
  2747.  db 'vpcomgeuw',3
  2748.  dw xop_pcom_uw_instruction-instruction_handler
  2749.  db 'vpcomgtub',2
  2750.  dw xop_pcom_ub_instruction-instruction_handler
  2751.  db 'vpcomgtud',2
  2752.  dw xop_pcom_ud_instruction-instruction_handler
  2753.  db 'vpcomgtuq',2
  2754.  dw xop_pcom_uq_instruction-instruction_handler
  2755.  db 'vpcomgtuw',2
  2756.  dw xop_pcom_uw_instruction-instruction_handler
  2757.  db 'vpcomleub',1
  2758.  dw xop_pcom_ub_instruction-instruction_handler
  2759.  db 'vpcomleud',1
  2760.  dw xop_pcom_ud_instruction-instruction_handler
  2761.  db 'vpcomleuq',1
  2762.  dw xop_pcom_uq_instruction-instruction_handler
  2763.  db 'vpcomleuw',1
  2764.  dw xop_pcom_uw_instruction-instruction_handler
  2765.  db 'vpcomltub',0
  2766.  dw xop_pcom_ub_instruction-instruction_handler
  2767.  db 'vpcomltud',0
  2768.  dw xop_pcom_ud_instruction-instruction_handler
  2769.  db 'vpcomltuq',0
  2770.  dw xop_pcom_uq_instruction-instruction_handler
  2771.  db 'vpcomltuw',0
  2772.  dw xop_pcom_uw_instruction-instruction_handler
  2773.  db 'vpcomneqb',5
  2774.  dw xop_pcom_b_instruction-instruction_handler
  2775.  db 'vpcomneqd',5
  2776.  dw xop_pcom_d_instruction-instruction_handler
  2777.  db 'vpcomneqq',5
  2778.  dw xop_pcom_q_instruction-instruction_handler
  2779.  db 'vpcomneqw',5
  2780.  dw xop_pcom_w_instruction-instruction_handler
  2781.  db 'vpermilpd',5
  2782.  dw avx_permil_instruction-instruction_handler
  2783.  db 'vpermilps',4
  2784.  dw avx_permil_instruction-instruction_handler
  2785.  db 'vphaddubd',0D2h
  2786.  dw xop_single_source_128bit_instruction-instruction_handler
  2787.  db 'vphaddubq',0D3h
  2788.  dw xop_single_source_128bit_instruction-instruction_handler
  2789.  db 'vphaddubw',0D1h
  2790.  dw xop_single_source_128bit_instruction-instruction_handler
  2791.  db 'vphaddudq',0DBh
  2792.  dw xop_single_source_128bit_instruction-instruction_handler
  2793.  db 'vphadduwd',0D6h
  2794.  dw xop_single_source_128bit_instruction-instruction_handler
  2795.  db 'vphadduwq',0D7h
  2796.  dw xop_single_source_128bit_instruction-instruction_handler
  2797.  db 'vpmacsdqh',9Fh
  2798.  dw xop_triple_source_128bit_instruction-instruction_handler
  2799.  db 'vpmacsdql',97h
  2800.  dw xop_triple_source_128bit_instruction-instruction_handler
  2801.  db 'vpmacssdd',8Eh
  2802.  dw xop_triple_source_128bit_instruction-instruction_handler
  2803.  db 'vpmacsswd',86h
  2804.  dw xop_triple_source_128bit_instruction-instruction_handler
  2805.  db 'vpmacssww',85h
  2806.  dw xop_triple_source_128bit_instruction-instruction_handler
  2807.  db 'vpmadcswd',0B6h
  2808.  dw xop_triple_source_128bit_instruction-instruction_handler
  2809.  db 'vpmovmskb',0D7h
  2810.  dw avx_pmovmskb_instruction-instruction_handler
  2811.  db 'vpmovsxbd',21h
  2812.  dw avx_pmovsxbd_instruction-instruction_handler
  2813.  db 'vpmovsxbq',22h
  2814.  dw avx_pmovsxbq_instruction-instruction_handler
  2815.  db 'vpmovsxbw',20h
  2816.  dw avx_pmovsxbw_instruction-instruction_handler
  2817.  db 'vpmovsxdq',25h
  2818.  dw avx_pmovsxdq_instruction-instruction_handler
  2819.  db 'vpmovsxwd',23h
  2820.  dw avx_pmovsxwd_instruction-instruction_handler
  2821.  db 'vpmovsxwq',24h
  2822.  dw avx_pmovsxwq_instruction-instruction_handler
  2823.  db 'vpmovzxbd',31h
  2824.  dw avx_pmovsxbd_instruction-instruction_handler
  2825.  db 'vpmovzxbq',32h
  2826.  dw avx_pmovsxbq_instruction-instruction_handler
  2827.  db 'vpmovzxbw',30h
  2828.  dw avx_pmovsxbw_instruction-instruction_handler
  2829.  db 'vpmovzxdq',35h
  2830.  dw avx_pmovsxdq_instruction-instruction_handler
  2831.  db 'vpmovzxwd',33h
  2832.  dw avx_pmovsxwd_instruction-instruction_handler
  2833.  db 'vpmovzxwq',34h
  2834.  dw avx_pmovsxwq_instruction-instruction_handler
  2835.  db 'vpmulhrsw',0Bh
  2836.  dw avx_instruction_38-instruction_handler
  2837.  db 'vunpckhpd',15h
  2838.  dw avx_pd_instruction-instruction_handler
  2839.  db 'vunpckhps',15h
  2840.  dw avx_ps_instruction-instruction_handler
  2841.  db 'vunpcklpd',14h
  2842.  dw avx_pd_instruction-instruction_handler
  2843.  db 'vunpcklps',14h
  2844.  dw avx_ps_instruction-instruction_handler
  2845. instructions_10:
  2846.  db 'aesdeclast',0DFh
  2847.  dw sse4_instruction_38-instruction_handler
  2848.  db 'aesenclast',0DDh
  2849.  dw sse4_instruction_38-instruction_handler
  2850.  db 'cmpunordpd',3
  2851.  dw cmp_pd_instruction-instruction_handler
  2852.  db 'cmpunordps',3
  2853.  dw cmp_ps_instruction-instruction_handler
  2854.  db 'cmpunordsd',3
  2855.  dw cmp_sd_instruction-instruction_handler
  2856.  db 'cmpunordss',3
  2857.  dw cmp_ss_instruction-instruction_handler
  2858.  db 'cmpxchg16b',16
  2859.  dw cmpxchgx_instruction-instruction_handler
  2860.  db 'loadall286',5
  2861.  dw simple_extended_instruction-instruction_handler
  2862.  db 'loadall386',7
  2863.  dw simple_extended_instruction-instruction_handler
  2864.  db 'maskmovdqu',0
  2865.  dw maskmovdqu_instruction-instruction_handler
  2866.  db 'phminposuw',41h
  2867.  dw sse4_instruction_38-instruction_handler
  2868.  db 'prefetcht0',1
  2869.  dw prefetch_instruction-instruction_handler
  2870.  db 'prefetcht1',2
  2871.  dw prefetch_instruction-instruction_handler
  2872.  db 'prefetcht2',3
  2873.  dw prefetch_instruction-instruction_handler
  2874.  db 'punpckhqdq',6Dh
  2875.  dw sse_pd_instruction-instruction_handler
  2876.  db 'punpcklqdq',6Ch
  2877.  dw sse_pd_instruction-instruction_handler
  2878.  db 'vcmptruepd',0Fh
  2879.  dw avx_cmp_pd_instruction-instruction_handler
  2880.  db 'vcmptrueps',0Fh
  2881.  dw avx_cmp_ps_instruction-instruction_handler
  2882.  db 'vcmptruesd',0Fh
  2883.  dw avx_cmp_sd_instruction-instruction_handler
  2884.  db 'vcmptruess',0Fh
  2885.  dw avx_cmp_ss_instruction-instruction_handler
  2886.  db 'vcvttpd2dq',0E6h
  2887.  dw avx_cvtpd2ps_instruction-instruction_handler
  2888.  db 'vcvttps2dq',5Bh
  2889.  dw avx_cvttps2dq_instruction-instruction_handler
  2890.  db 'vcvttsd2si',2Ch
  2891.  dw avx_cvtsd2si_instruction-instruction_handler
  2892.  db 'vcvttss2si',2Ch
  2893.  dw avx_cvtss2si_instruction-instruction_handler
  2894.  db 'vextractps',0
  2895.  dw avx_extractps_instruction-instruction_handler
  2896.  db 'vgatherdpd',92h
  2897.  dw gather_instruction_pd-instruction_handler
  2898.  db 'vgatherdps',92h
  2899.  dw gather_instruction_ps-instruction_handler
  2900.  db 'vgatherqpd',93h
  2901.  dw gather_instruction_pd-instruction_handler
  2902.  db 'vgatherqps',93h
  2903.  dw gather_instruction_ps-instruction_handler
  2904.  db 'vmaskmovpd',2Dh
  2905.  dw avx_maskmov_instruction-instruction_handler
  2906.  db 'vmaskmovps',2Ch
  2907.  dw avx_maskmov_instruction-instruction_handler
  2908.  db 'vpclmulqdq',-1
  2909.  dw avx_pclmulqdq_instruction-instruction_handler
  2910.  db 'vpcmpestri',61h
  2911.  dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
  2912.  db 'vpcmpestrm',60h
  2913.  dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
  2914.  db 'vpcmpistri',63h
  2915.  dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
  2916.  db 'vpcmpistrm',62h
  2917.  dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
  2918.  db 'vpcomnequb',5
  2919.  dw xop_pcom_ub_instruction-instruction_handler
  2920.  db 'vpcomnequd',5
  2921.  dw xop_pcom_ud_instruction-instruction_handler
  2922.  db 'vpcomnequq',5
  2923.  dw xop_pcom_uq_instruction-instruction_handler
  2924.  db 'vpcomnequw',5
  2925.  dw xop_pcom_uw_instruction-instruction_handler
  2926.  db 'vpcomtrueb',7
  2927.  dw xop_pcom_b_instruction-instruction_handler
  2928.  db 'vpcomtrued',7
  2929.  dw xop_pcom_d_instruction-instruction_handler
  2930.  db 'vpcomtrueq',7
  2931.  dw xop_pcom_q_instruction-instruction_handler
  2932.  db 'vpcomtruew',7
  2933.  dw xop_pcom_w_instruction-instruction_handler
  2934.  db 'vperm2f128',6
  2935.  dw avx_perm2f128_instruction-instruction_handler
  2936.  db 'vperm2i128',46h
  2937.  dw avx_perm2f128_instruction-instruction_handler
  2938.  db 'vpermil2pd',49h
  2939.  dw vpermil2_instruction-instruction_handler
  2940.  db 'vpermil2ps',48h
  2941.  dw vpermil2_instruction-instruction_handler
  2942.  db 'vpgatherdd',90h
  2943.  dw gather_instruction_ps-instruction_handler
  2944.  db 'vpgatherdq',90h
  2945.  dw gather_instruction_pd-instruction_handler
  2946.  db 'vpgatherqd',91h
  2947.  dw gather_instruction_ps-instruction_handler
  2948.  db 'vpgatherqq',91h
  2949.  dw gather_instruction_pd-instruction_handler
  2950.  db 'vpmacssdqh',8Fh
  2951.  dw xop_triple_source_128bit_instruction-instruction_handler
  2952.  db 'vpmacssdql',87h
  2953.  dw xop_triple_source_128bit_instruction-instruction_handler
  2954.  db 'vpmadcsswd',0A6h
  2955.  dw xop_triple_source_128bit_instruction-instruction_handler
  2956.  db 'vpmaddubsw',4
  2957.  dw avx_instruction_38-instruction_handler
  2958.  db 'vpmaskmovd',8Ch
  2959.  dw avx_maskmov_instruction-instruction_handler
  2960.  db 'vpmaskmovq',8Ch
  2961.  dw avx_maskmov_w1_instruction-instruction_handler
  2962.  db 'vpunpckhbw',68h
  2963.  dw avx_pd_instruction-instruction_handler
  2964.  db 'vpunpckhdq',6Ah
  2965.  dw avx_pd_instruction-instruction_handler
  2966.  db 'vpunpckhwd',69h
  2967.  dw avx_pd_instruction-instruction_handler
  2968.  db 'vpunpcklbw',60h
  2969.  dw avx_pd_instruction-instruction_handler
  2970.  db 'vpunpckldq',62h
  2971.  dw avx_pd_instruction-instruction_handler
  2972.  db 'vpunpcklwd',61h
  2973.  dw avx_pd_instruction-instruction_handler
  2974.  db 'vzeroupper',77h
  2975.  dw vzeroupper_instruction-instruction_handler
  2976.  db 'xsaveopt64',110b
  2977.  dw fxsave_instruction_64bit-instruction_handler
  2978. instructions_11:
  2979.  db 'pclmulhqhdq',10001b
  2980.  dw pclmulqdq_instruction-instruction_handler
  2981.  db 'pclmullqhdq',10000b
  2982.  dw pclmulqdq_instruction-instruction_handler
  2983.  db 'prefetchnta',0
  2984.  dw prefetch_instruction-instruction_handler
  2985.  db 'vaesdeclast',0DFh
  2986.  dw avx_128bit_instruction_38-instruction_handler
  2987.  db 'vaesenclast',0DDh
  2988.  dw avx_128bit_instruction_38-instruction_handler
  2989.  db 'vcmpeq_ospd',10h
  2990.  dw avx_cmp_pd_instruction-instruction_handler
  2991.  db 'vcmpeq_osps',10h
  2992.  dw avx_cmp_ps_instruction-instruction_handler
  2993.  db 'vcmpeq_ossd',10h
  2994.  dw avx_cmp_sd_instruction-instruction_handler
  2995.  db 'vcmpeq_osss',10h
  2996.  dw avx_cmp_ss_instruction-instruction_handler
  2997.  db 'vcmpeq_uqpd',8
  2998.  dw avx_cmp_pd_instruction-instruction_handler
  2999.  db 'vcmpeq_uqps',8
  3000.  dw avx_cmp_ps_instruction-instruction_handler
  3001.  db 'vcmpeq_uqsd',8
  3002.  dw avx_cmp_sd_instruction-instruction_handler
  3003.  db 'vcmpeq_uqss',8
  3004.  dw avx_cmp_ss_instruction-instruction_handler
  3005.  db 'vcmpeq_uspd',18h
  3006.  dw avx_cmp_pd_instruction-instruction_handler
  3007.  db 'vcmpeq_usps',18h
  3008.  dw avx_cmp_ps_instruction-instruction_handler
  3009.  db 'vcmpeq_ussd',18h
  3010.  dw avx_cmp_sd_instruction-instruction_handler
  3011.  db 'vcmpeq_usss',18h
  3012.  dw avx_cmp_ss_instruction-instruction_handler
  3013.  db 'vcmpfalsepd',0Bh
  3014.  dw avx_cmp_pd_instruction-instruction_handler
  3015.  db 'vcmpfalseps',0Bh
  3016.  dw avx_cmp_ps_instruction-instruction_handler
  3017.  db 'vcmpfalsesd',0Bh
  3018.  dw avx_cmp_sd_instruction-instruction_handler
  3019.  db 'vcmpfalsess',0Bh
  3020.  dw avx_cmp_ss_instruction-instruction_handler
  3021.  db 'vcmpge_oqpd',1Dh
  3022.  dw avx_cmp_pd_instruction-instruction_handler
  3023.  db 'vcmpge_oqps',1Dh
  3024.  dw avx_cmp_ps_instruction-instruction_handler
  3025.  db 'vcmpge_oqsd',1Dh
  3026.  dw avx_cmp_sd_instruction-instruction_handler
  3027.  db 'vcmpge_oqss',1Dh
  3028.  dw avx_cmp_ss_instruction-instruction_handler
  3029.  db 'vcmpgt_oqpd',1Eh
  3030.  dw avx_cmp_pd_instruction-instruction_handler
  3031.  db 'vcmpgt_oqps',1Eh
  3032.  dw avx_cmp_ps_instruction-instruction_handler
  3033.  db 'vcmpgt_oqsd',1Eh
  3034.  dw avx_cmp_sd_instruction-instruction_handler
  3035.  db 'vcmpgt_oqss',1Eh
  3036.  dw avx_cmp_ss_instruction-instruction_handler
  3037.  db 'vcmple_oqpd',12h
  3038.  dw avx_cmp_pd_instruction-instruction_handler
  3039.  db 'vcmple_oqps',12h
  3040.  dw avx_cmp_ps_instruction-instruction_handler
  3041.  db 'vcmple_oqsd',12h
  3042.  dw avx_cmp_sd_instruction-instruction_handler
  3043.  db 'vcmple_oqss',12h
  3044.  dw avx_cmp_ss_instruction-instruction_handler
  3045.  db 'vcmplt_oqpd',11h
  3046.  dw avx_cmp_pd_instruction-instruction_handler
  3047.  db 'vcmplt_oqps',11h
  3048.  dw avx_cmp_ps_instruction-instruction_handler
  3049.  db 'vcmplt_oqsd',11h
  3050.  dw avx_cmp_sd_instruction-instruction_handler
  3051.  db 'vcmplt_oqss',11h
  3052.  dw avx_cmp_ss_instruction-instruction_handler
  3053.  db 'vcmpord_spd',17h
  3054.  dw avx_cmp_pd_instruction-instruction_handler
  3055.  db 'vcmpord_sps',17h
  3056.  dw avx_cmp_ps_instruction-instruction_handler
  3057.  db 'vcmpord_ssd',17h
  3058.  dw avx_cmp_sd_instruction-instruction_handler
  3059.  db 'vcmpord_sss',17h
  3060.  dw avx_cmp_ss_instruction-instruction_handler
  3061.  db 'vcmpunordpd',3
  3062.  dw avx_cmp_pd_instruction-instruction_handler
  3063.  db 'vcmpunordps',3
  3064.  dw avx_cmp_ps_instruction-instruction_handler
  3065.  db 'vcmpunordsd',3
  3066.  dw avx_cmp_sd_instruction-instruction_handler
  3067.  db 'vcmpunordss',3
  3068.  dw avx_cmp_ss_instruction-instruction_handler
  3069.  db 'vfmadd132pd',98h
  3070.  dw fma_instruction_pd-instruction_handler
  3071.  db 'vfmadd132ps',98h
  3072.  dw fma_instruction_ps-instruction_handler
  3073.  db 'vfmadd132sd',99h
  3074.  dw fma_instruction_sd-instruction_handler
  3075.  db 'vfmadd132ss',99h
  3076.  dw fma_instruction_ss-instruction_handler
  3077.  db 'vfmadd213pd',0A8h
  3078.  dw fma_instruction_pd-instruction_handler
  3079.  db 'vfmadd213ps',0A8h
  3080.  dw fma_instruction_ps-instruction_handler
  3081.  db 'vfmadd213sd',0A9h
  3082.  dw fma_instruction_sd-instruction_handler
  3083.  db 'vfmadd213ss',0A9h
  3084.  dw fma_instruction_ss-instruction_handler
  3085.  db 'vfmadd231pd',0B8h
  3086.  dw fma_instruction_pd-instruction_handler
  3087.  db 'vfmadd231ps',0B8h
  3088.  dw fma_instruction_ps-instruction_handler
  3089.  db 'vfmadd231sd',0B9h
  3090.  dw fma_instruction_sd-instruction_handler
  3091.  db 'vfmadd231ss',0B9h
  3092.  dw fma_instruction_ss-instruction_handler
  3093.  db 'vfmaddsubpd',5Dh
  3094.  dw fma4_instruction_p-instruction_handler
  3095.  db 'vfmaddsubps',5Ch
  3096.  dw fma4_instruction_p-instruction_handler
  3097.  db 'vfmsub132pd',9Ah
  3098.  dw fma_instruction_pd-instruction_handler
  3099.  db 'vfmsub132ps',9Ah
  3100.  dw fma_instruction_ps-instruction_handler
  3101.  db 'vfmsub132sd',9Bh
  3102.  dw fma_instruction_sd-instruction_handler
  3103.  db 'vfmsub132ss',9Bh
  3104.  dw fma_instruction_ss-instruction_handler
  3105.  db 'vfmsub213pd',0AAh
  3106.  dw fma_instruction_pd-instruction_handler
  3107.  db 'vfmsub213ps',0AAh
  3108.  dw fma_instruction_ps-instruction_handler
  3109.  db 'vfmsub213sd',0ABh
  3110.  dw fma_instruction_sd-instruction_handler
  3111.  db 'vfmsub213ss',0ABh
  3112.  dw fma_instruction_ss-instruction_handler
  3113.  db 'vfmsub231pd',0BAh
  3114.  dw fma_instruction_pd-instruction_handler
  3115.  db 'vfmsub231ps',0BAh
  3116.  dw fma_instruction_ps-instruction_handler
  3117.  db 'vfmsub231sd',0BBh
  3118.  dw fma_instruction_sd-instruction_handler
  3119.  db 'vfmsub231ss',0BBh
  3120.  dw fma_instruction_ss-instruction_handler
  3121.  db 'vfmsubaddpd',5Fh
  3122.  dw fma4_instruction_p-instruction_handler
  3123.  db 'vfmsubaddps',5Eh
  3124.  dw fma4_instruction_p-instruction_handler
  3125.  db 'vinsertf128',18h
  3126.  dw avx_insertf128_instruction-instruction_handler
  3127.  db 'vinserti128',38h
  3128.  dw avx_insertf128_instruction-instruction_handler
  3129.  db 'vmaskmovdqu',0
  3130.  dw avx_maskmovdqu_instruction-instruction_handler
  3131.  db 'vpcomfalseb',6
  3132.  dw xop_pcom_b_instruction-instruction_handler
  3133.  db 'vpcomfalsed',6
  3134.  dw xop_pcom_d_instruction-instruction_handler
  3135.  db 'vpcomfalseq',6
  3136.  dw xop_pcom_q_instruction-instruction_handler
  3137.  db 'vpcomfalsew',6
  3138.  dw xop_pcom_w_instruction-instruction_handler
  3139.  db 'vpcomtrueub',7
  3140.  dw xop_pcom_ub_instruction-instruction_handler
  3141.  db 'vpcomtrueud',7
  3142.  dw xop_pcom_ud_instruction-instruction_handler
  3143.  db 'vpcomtrueuq',7
  3144.  dw xop_pcom_uq_instruction-instruction_handler
  3145.  db 'vpcomtrueuw',7
  3146.  dw xop_pcom_uw_instruction-instruction_handler
  3147.  db 'vphminposuw',41h
  3148.  dw avx_single_source_instruction_38-instruction_handler
  3149.  db 'vpunpckhqdq',6Dh
  3150.  dw avx_pd_instruction-instruction_handler
  3151.  db 'vpunpcklqdq',6Ch
  3152.  dw avx_pd_instruction-instruction_handler
  3153. instructions_12:
  3154.  db 'pclmulhqhqdq',10001b
  3155.  dw pclmulqdq_instruction-instruction_handler
  3156.  db 'pclmulhqlqdq',1
  3157.  dw pclmulqdq_instruction-instruction_handler
  3158.  db 'pclmullqhqdq',10000b
  3159.  dw pclmulqdq_instruction-instruction_handler
  3160.  db 'pclmullqlqdq',0
  3161.  dw pclmulqdq_instruction-instruction_handler
  3162.  db 'vbroadcastsd',19h
  3163.  dw avx_broadcastsd_instruction-instruction_handler
  3164.  db 'vbroadcastss',18h
  3165.  dw avx_broadcastss_instruction-instruction_handler
  3166.  db 'vcmpneq_oqpd',0Ch
  3167.  dw avx_cmp_pd_instruction-instruction_handler
  3168.  db 'vcmpneq_oqps',0Ch
  3169.  dw avx_cmp_ps_instruction-instruction_handler
  3170.  db 'vcmpneq_oqsd',0Ch
  3171.  dw avx_cmp_sd_instruction-instruction_handler
  3172.  db 'vcmpneq_oqss',0Ch
  3173.  dw avx_cmp_ss_instruction-instruction_handler
  3174.  db 'vcmpneq_ospd',1Ch
  3175.  dw avx_cmp_pd_instruction-instruction_handler
  3176.  db 'vcmpneq_osps',1Ch
  3177.  dw avx_cmp_ps_instruction-instruction_handler
  3178.  db 'vcmpneq_ossd',1Ch
  3179.  dw avx_cmp_sd_instruction-instruction_handler
  3180.  db 'vcmpneq_osss',1Ch
  3181.  dw avx_cmp_ss_instruction-instruction_handler
  3182.  db 'vcmpneq_uspd',14h
  3183.  dw avx_cmp_pd_instruction-instruction_handler
  3184.  db 'vcmpneq_usps',14h
  3185.  dw avx_cmp_ps_instruction-instruction_handler
  3186.  db 'vcmpneq_ussd',14h
  3187.  dw avx_cmp_sd_instruction-instruction_handler
  3188.  db 'vcmpneq_usss',14h
  3189.  dw avx_cmp_ss_instruction-instruction_handler
  3190.  db 'vcmpnge_uqpd',19h
  3191.  dw avx_cmp_pd_instruction-instruction_handler
  3192.  db 'vcmpnge_uqps',19h
  3193.  dw avx_cmp_ps_instruction-instruction_handler
  3194.  db 'vcmpnge_uqsd',19h
  3195.  dw avx_cmp_sd_instruction-instruction_handler
  3196.  db 'vcmpnge_uqss',19h
  3197.  dw avx_cmp_ss_instruction-instruction_handler
  3198.  db 'vcmpngt_uqpd',1Ah
  3199.  dw avx_cmp_pd_instruction-instruction_handler
  3200.  db 'vcmpngt_uqps',1Ah
  3201.  dw avx_cmp_ps_instruction-instruction_handler
  3202.  db 'vcmpngt_uqsd',1Ah
  3203.  dw avx_cmp_sd_instruction-instruction_handler
  3204.  db 'vcmpngt_uqss',1Ah
  3205.  dw avx_cmp_ss_instruction-instruction_handler
  3206.  db 'vcmpnle_uqpd',16h
  3207.  dw avx_cmp_pd_instruction-instruction_handler
  3208.  db 'vcmpnle_uqps',16h
  3209.  dw avx_cmp_ps_instruction-instruction_handler
  3210.  db 'vcmpnle_uqsd',16h
  3211.  dw avx_cmp_sd_instruction-instruction_handler
  3212.  db 'vcmpnle_uqss',16h
  3213.  dw avx_cmp_ss_instruction-instruction_handler
  3214.  db 'vcmpnlt_uqpd',15h
  3215.  dw avx_cmp_pd_instruction-instruction_handler
  3216.  db 'vcmpnlt_uqps',15h
  3217.  dw avx_cmp_ps_instruction-instruction_handler
  3218.  db 'vcmpnlt_uqsd',15h
  3219.  dw avx_cmp_sd_instruction-instruction_handler
  3220.  db 'vcmpnlt_uqss',15h
  3221.  dw avx_cmp_ss_instruction-instruction_handler
  3222.  db 'vextractf128',19h
  3223.  dw avx_extractf128_instruction-instruction_handler
  3224.  db 'vextracti128',39h
  3225.  dw avx_extractf128_instruction-instruction_handler
  3226.  db 'vfnmadd132pd',9Ch
  3227.  dw fma_instruction_pd-instruction_handler
  3228.  db 'vfnmadd132ps',9Ch
  3229.  dw fma_instruction_ps-instruction_handler
  3230.  db 'vfnmadd132sd',9Dh
  3231.  dw fma_instruction_sd-instruction_handler
  3232.  db 'vfnmadd132ss',9Dh
  3233.  dw fma_instruction_ss-instruction_handler
  3234.  db 'vfnmadd213pd',0ACh
  3235.  dw fma_instruction_pd-instruction_handler
  3236.  db 'vfnmadd213ps',0ACh
  3237.  dw fma_instruction_ps-instruction_handler
  3238.  db 'vfnmadd213sd',0ADh
  3239.  dw fma_instruction_sd-instruction_handler
  3240.  db 'vfnmadd213ss',0ADh
  3241.  dw fma_instruction_ss-instruction_handler
  3242.  db 'vfnmadd231pd',0BCh
  3243.  dw fma_instruction_pd-instruction_handler
  3244.  db 'vfnmadd231ps',0BCh
  3245.  dw fma_instruction_ps-instruction_handler
  3246.  db 'vfnmadd231sd',0BDh
  3247.  dw fma_instruction_sd-instruction_handler
  3248.  db 'vfnmadd231ss',0BDh
  3249.  dw fma_instruction_ss-instruction_handler
  3250.  db 'vfnmsub132pd',9Eh
  3251.  dw fma_instruction_pd-instruction_handler
  3252.  db 'vfnmsub132ps',9Eh
  3253.  dw fma_instruction_ps-instruction_handler
  3254.  db 'vfnmsub132sd',9Fh
  3255.  dw fma_instruction_sd-instruction_handler
  3256.  db 'vfnmsub132ss',9Fh
  3257.  dw fma_instruction_ss-instruction_handler
  3258.  db 'vfnmsub213pd',0AEh
  3259.  dw fma_instruction_pd-instruction_handler
  3260.  db 'vfnmsub213ps',0AEh
  3261.  dw fma_instruction_ps-instruction_handler
  3262.  db 'vfnmsub213sd',0AFh
  3263.  dw fma_instruction_sd-instruction_handler
  3264.  db 'vfnmsub213ss',0AFh
  3265.  dw fma_instruction_ss-instruction_handler
  3266.  db 'vfnmsub231pd',0BEh
  3267.  dw fma_instruction_pd-instruction_handler
  3268.  db 'vfnmsub231ps',0BEh
  3269.  dw fma_instruction_ps-instruction_handler
  3270.  db 'vfnmsub231sd',0BFh
  3271.  dw fma_instruction_sd-instruction_handler
  3272.  db 'vfnmsub231ss',0BFh
  3273.  dw fma_instruction_ss-instruction_handler
  3274.  db 'vpbroadcastb',78h
  3275.  dw avx_pbroadcastb_instruction-instruction_handler
  3276.  db 'vpbroadcastd',58h
  3277.  dw avx_pbroadcastd_instruction-instruction_handler
  3278.  db 'vpbroadcastq',59h
  3279.  dw avx_pbroadcastq_instruction-instruction_handler
  3280.  db 'vpbroadcastw',79h
  3281.  dw avx_pbroadcastw_instruction-instruction_handler
  3282.  db 'vpclmulhqhdq',10001b
  3283.  dw avx_pclmulqdq_instruction-instruction_handler
  3284.  db 'vpclmullqhdq',10000b
  3285.  dw avx_pclmulqdq_instruction-instruction_handler
  3286.  db 'vpcomfalseub',6
  3287.  dw xop_pcom_ub_instruction-instruction_handler
  3288.  db 'vpcomfalseud',6
  3289.  dw xop_pcom_ud_instruction-instruction_handler
  3290.  db 'vpcomfalseuq',6
  3291.  dw xop_pcom_uq_instruction-instruction_handler
  3292.  db 'vpcomfalseuw',6
  3293.  dw xop_pcom_uw_instruction-instruction_handler
  3294.  db 'vpermilmo2pd',10b
  3295.  dw vpermil_2pd_instruction-instruction_handler
  3296.  db 'vpermilmo2ps',10b
  3297.  dw vpermil_2ps_instruction-instruction_handler
  3298.  db 'vpermilmz2pd',11b
  3299.  dw vpermil_2pd_instruction-instruction_handler
  3300.  db 'vpermilmz2ps',11b
  3301.  dw vpermil_2ps_instruction-instruction_handler
  3302.  db 'vpermiltd2pd',0
  3303.  dw vpermil_2pd_instruction-instruction_handler
  3304.  db 'vpermiltd2ps',0
  3305.  dw vpermil_2ps_instruction-instruction_handler
  3306. instructions_13:
  3307.  db 'vcmptrue_uspd',1Fh
  3308.  dw avx_cmp_pd_instruction-instruction_handler
  3309.  db 'vcmptrue_usps',1Fh
  3310.  dw avx_cmp_ps_instruction-instruction_handler
  3311.  db 'vcmptrue_ussd',1Fh
  3312.  dw avx_cmp_sd_instruction-instruction_handler
  3313.  db 'vcmptrue_usss',1Fh
  3314.  dw avx_cmp_ss_instruction-instruction_handler
  3315.  db 'vcmpunord_spd',13h
  3316.  dw avx_cmp_pd_instruction-instruction_handler
  3317.  db 'vcmpunord_sps',13h
  3318.  dw avx_cmp_ps_instruction-instruction_handler
  3319.  db 'vcmpunord_ssd',13h
  3320.  dw avx_cmp_sd_instruction-instruction_handler
  3321.  db 'vcmpunord_sss',13h
  3322.  dw avx_cmp_ss_instruction-instruction_handler
  3323.  db 'vpclmulhqlqdq',1
  3324.  dw avx_pclmulqdq_instruction-instruction_handler
  3325.  db 'vpclmullqlqdq',0
  3326.  dw avx_pclmulqdq_instruction-instruction_handler
  3327. instructions_14:
  3328.  db 'vbroadcastf128',1Ah
  3329.  dw avx_broadcastf128_instruction-instruction_handler
  3330.  db 'vbroadcasti128',5Ah
  3331.  dw avx_broadcastf128_instruction-instruction_handler
  3332.  db 'vcmpfalse_ospd',1Bh
  3333.  dw avx_cmp_pd_instruction-instruction_handler
  3334.  db 'vcmpfalse_osps',1Bh
  3335.  dw avx_cmp_ps_instruction-instruction_handler
  3336.  db 'vcmpfalse_ossd',1Bh
  3337.  dw avx_cmp_sd_instruction-instruction_handler
  3338.  db 'vcmpfalse_osss',1Bh
  3339.  dw avx_cmp_ss_instruction-instruction_handler
  3340.  db 'vfmaddsub132pd',96h
  3341.  dw fma_instruction_pd-instruction_handler
  3342.  db 'vfmaddsub132ps',96h
  3343.  dw fma_instruction_ps-instruction_handler
  3344.  db 'vfmaddsub213pd',0A6h
  3345.  dw fma_instruction_pd-instruction_handler
  3346.  db 'vfmaddsub213ps',0A6h
  3347.  dw fma_instruction_ps-instruction_handler
  3348.  db 'vfmaddsub231pd',0B6h
  3349.  dw fma_instruction_pd-instruction_handler
  3350.  db 'vfmaddsub231ps',0B6h
  3351.  dw fma_instruction_ps-instruction_handler
  3352.  db 'vfmsubadd132pd',97h
  3353.  dw fma_instruction_pd-instruction_handler
  3354.  db 'vfmsubadd132ps',97h
  3355.  dw fma_instruction_ps-instruction_handler
  3356.  db 'vfmsubadd213pd',0A7h
  3357.  dw fma_instruction_pd-instruction_handler
  3358.  db 'vfmsubadd213ps',0A7h
  3359.  dw fma_instruction_ps-instruction_handler
  3360.  db 'vfmsubadd231pd',0B7h
  3361.  dw fma_instruction_pd-instruction_handler
  3362.  db 'vfmsubadd231ps',0B7h
  3363.  dw fma_instruction_ps-instruction_handler
  3364. instructions_15:
  3365.  db 'aeskeygenassist',0DFh
  3366.  dw sse4_instruction_3a_imm8-instruction_handler
  3367. instructions_16:
  3368.  db 'vaeskeygenassist',0DFh
  3369.  dw avx_single_source_128bit_instruction_3a_imm8-instruction_handler
  3370. instructions_end:
  3371.  
  3372. data_directives:
  3373.  dw data_directives_2-data_directives,(data_directives_3-data_directives_2)/(2+3)
  3374.  dw data_directives_3-data_directives,(data_directives_4-data_directives_3)/(3+3)
  3375.  dw data_directives_4-data_directives,(data_directives_end-data_directives_4)/(4+3)
  3376.  
  3377. data_directives_2:
  3378.  db 'db',1
  3379.  dw data_bytes-instruction_handler
  3380.  db 'dd',4
  3381.  dw data_dwords-instruction_handler
  3382.  db 'df',6
  3383.  dw data_pwords-instruction_handler
  3384.  db 'dp',6
  3385.  dw data_pwords-instruction_handler
  3386.  db 'dq',8
  3387.  dw data_qwords-instruction_handler
  3388.  db 'dt',10
  3389.  dw data_twords-instruction_handler
  3390.  db 'du',2
  3391.  dw data_unicode-instruction_handler
  3392.  db 'dw',2
  3393.  dw data_words-instruction_handler
  3394.  db 'rb',1
  3395.  dw reserve_bytes-instruction_handler
  3396.  db 'rd',4
  3397.  dw reserve_dwords-instruction_handler
  3398.  db 'rf',6
  3399.  dw reserve_pwords-instruction_handler
  3400.  db 'rp',6
  3401.  dw reserve_pwords-instruction_handler
  3402.  db 'rq',8
  3403.  dw reserve_qwords-instruction_handler
  3404.  db 'rt',10
  3405.  dw reserve_twords-instruction_handler
  3406.  db 'rw',2
  3407.  dw reserve_words-instruction_handler
  3408. data_directives_3:
  3409. data_directives_4:
  3410.  db 'file',1
  3411.  dw data_file-instruction_handler
  3412. data_directives_end:
  3413.