- Timestamp:
- Jun 10, 2013 11:35:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r46486 r46487 6816 6816 /** Opcode 0x63. 6817 6817 * @note This is a weird one. It works like a regular move instruction if 6818 * REX.W isn't set, at least according to AMD docs (rev 3.15, 2009-11). */ 6818 * REX.W isn't set, at least according to AMD docs (rev 3.15, 2009-11). 6819 * @todo This definitely needs a testcase to verify the odd cases. */ 6819 6820 FNIEMOP_DEF(iemOp_movsxd_Gv_Ev) 6820 6821 {
Note:
See TracChangeset
for help on using the changeset viewer.