Changeset 66332 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 29, 2017 11:38:50 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
r66331 r66332 5846 5846 * @opgroup og_cachectl 5847 5847 * @optest op1=1 -> 5848 * @oponlytest5849 5848 */ 5850 5849 FNIEMOP_DEF_1(iemOp_Grp15_clflush, uint8_t, bRm) 5851 5850 { 5852 /** @todo clflushopt is same with 66h prefix. */5853 5851 IEMOP_MNEMONIC1(M_MEM, CLFLUSH, clflush, MbRO, DISOPTYPE_HARMLESS, IEMOPHINT_IGNORES_OP_SIZE); 5854 5852 if (!IEM_GET_GUEST_CPU_FEATURES(pVCpu)->fClFlush) … … 5873 5871 * @opgroup og_cachectl 5874 5872 * @optest op1=1 -> 5875 * @oponlytest5876 5873 */ 5877 5874 FNIEMOP_DEF_1(iemOp_Grp15_clflushopt, uint8_t, bRm)
Note:
See TracChangeset
for help on using the changeset viewer.