VirtualBox

Changeset 47306 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jul 22, 2013 2:31:56 PM (11 years ago)
Author:
vboxsync
Message:

DIS: *fence todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmTables.cpp

    r46950 r47306  
    26992699    INVALID_OPCODE_MOD_RM(0x),
    27002700    INVALID_OPCODE_MOD_RM(0x),
     2701    /** @todo mfence + lfence + sfence instructions doesn't not require rm=0,
     2702     *        they work for any RM value. See bs2-cpu-instr-1.asm for details. */
    27012703    OP("lfence",             IDX_ParseModFence,  0,          0,          OP_LFENCE,  OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
    27022704    OP("mfence",             IDX_ParseModFence,  0,          0,          OP_MFENCE,  OP_PARM_NONE,       OP_PARM_NONE,   OP_PARM_NONE,   DISOPTYPE_HARMLESS),
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