VirtualBox

Changeset 96114 in vbox for trunk/include/VBox/disopcode.h


Ignore:
Timestamp:
Aug 8, 2022 8:02:30 PM (2 years ago)
Author:
vboxsync
Message:

Disassembler: Add individual opcode enums for the various [v]pmov{s,z}x* instruction variants as these are separate instructions (needed for the IEM emulation), bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/disopcode.h

    r96006 r96114  
    429429    OP_PABSW,
    430430    OP_PABSD,
    431     OP_PMOVSX,
    432     OP_PMOVZX,
     431    OP_PMOVSXBW,
     432    OP_PMOVSXBD,
     433    OP_PMOVSXBQ,
     434    OP_PMOVSXWD,
     435    OP_PMOVSXWQ,
     436    OP_PMOVSXDQ,
     437    OP_PMOVZXBW,
     438    OP_PMOVZXBD,
     439    OP_PMOVZXBQ,
     440    OP_PMOVZXWD,
     441    OP_PMOVZXWQ,
     442    OP_PMOVZXDQ,
    433443    OP_PMULDQ,
    434444    OP_PMINSB,
     
    10051015    OP_VPMINUW,
    10061016    OP_VPMOVMSKB,
    1007     OP_VPMOVSX,
    1008     OP_VPMOVZX,
     1017    OP_VPMOVSXBW,
     1018    OP_VPMOVSXBD,
     1019    OP_VPMOVSXBQ,
     1020    OP_VPMOVSXWD,
     1021    OP_VPMOVSXWQ,
     1022    OP_VPMOVSXDQ,
     1023    OP_VPMOVZXBW,
     1024    OP_VPMOVZXBD,
     1025    OP_VPMOVZXBQ,
     1026    OP_VPMOVZXWD,
     1027    OP_VPMOVZXWQ,
     1028    OP_VPMOVZXDQ,
    10091029    OP_VPMULDQ,
    10101030    OP_VPMULHRSW,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette