VirtualBox

Changeset 9097 in vbox for trunk/include


Ignore:
Timestamp:
May 25, 2008 10:11:11 PM (17 years ago)
Author:
vboxsync
Message:

ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? Copying it to pCpu->param[12].param as well for now.
ParseImmByteSX: Added a todo for AMD64 because I'm seeing words instead of dwords/qwords there in the output.
UseModRM: Set USE_EFFICIENT_ADDRESS in OP_PARAMETER::flags if it's an efficient address in order to assist instruction formatting.

File:
1 edited

Legend:

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

    r8999 r9097  
    166166#define USE_IMMEDIATE16_SX8             RT_BIT_64(33)
    167167#define USE_IMMEDIATE32_SX8             RT_BIT_64(34)
     168#define USE_EFFICIENT_ADDRESS           RT_BIT_64(35)   /**< Indicates that the parameter is an efficient address (ModR/M, SIB). */
    168169
    169170#define USE_IMMEDIATE                   (USE_IMMEDIATE8|USE_IMMEDIATE16|USE_IMMEDIATE32|USE_IMMEDIATE64|USE_IMMEDIATE8_REL|USE_IMMEDIATE16_REL|USE_IMMEDIATE32_REL|USE_IMMEDIATE64_REL|USE_IMMEDIATE_ADDR_0_32|USE_IMMEDIATE_ADDR_16_32|USE_IMMEDIATE_ADDR_0_16|USE_IMMEDIATE_ADDR_16_16|USE_IMMEDIATE16_SX8|USE_IMMEDIATE32_SX8)
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