Changeset 55111 in vbox
- Timestamp:
- Apr 7, 2015 11:58:36 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/disopcode.h (modified) (2 diffs)
-
src/VBox/Disassembler/DisasmTables.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode.h
r53179 r55111 4 4 5 5 /* 6 * Copyright (C) 2006-201 4Oracle Corporation6 * Copyright (C) 2006-2015 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 742 742 OP_INVVPID, 743 743 OP_INVPCID, 744 OP_VMFUNC, 745 /** @} */ 746 /** @name AMD-V instructions 747 * @{ */ 748 OP_VMMCALL, 749 OP_VMRUN, 750 OP_VMLOAD, 751 OP_VMSAVE, 752 OP_CLGI, 753 OP_STGI, 754 OP_INVLPGA, 755 OP_SKINIT, 744 756 /** @} */ 745 757 /** @name 64 bits instruction 746 758 * @{ */ 747 748 759 OP_MOVSXD 749 760 /** @} */ -
trunk/src/VBox/Disassembler/DisasmTables.cpp
r53245 r55111 3017 3017 OP("vmcall", 0, 0, 0, OP_VMCALL, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_HARMLESS ), 3018 3018 OP("mwait %eAX,%eCX", IDX_ParseFixedReg, IDX_ParseFixedReg, 0, OP_MWAIT, OP_PARM_REG_EAX, OP_PARM_REG_ECX,OP_PARM_NONE, DISOPTYPE_HARMLESS ), 3019 INVALID_OPCODE, 3020 INVALID_OPCODE,3019 INVALID_OPCODE, /* xsetbv */ 3020 OP("vmmcall", 0, 0, 0, OP_VMMCALL, OP_PARM_NONE, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_HARMLESS ), 3021 3021 OP("smsw %Ew", IDX_ParseModRM, 0, 0, OP_SMSW, OP_PARM_Ew, OP_PARM_NONE, OP_PARM_NONE, DISOPTYPE_DANGEROUS | DISOPTYPE_PRIVILEGED_NOTRAP), 3022 3022 INVALID_OPCODE,
Note:
See TracChangeset
for help on using the changeset viewer.

