VirtualBox

Ignore:
Timestamp:
Apr 6, 2017 1:38:13 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114442
Message:

IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h

    r66457 r66462  
    243243 * @{ */
    244244/** Defaults to SS rather than DS. */
    245 #define BS3CG1INSTR_F_DEF_SS            UINT32_C(0x00000001)
     245#define BS3CG1INSTR_F_DEF_SS                UINT32_C(0x00000001)
    246246/** Invalid instruction in 64-bit mode. */
    247 #define BS3CG1INSTR_F_INVALID_64BIT     UINT32_C(0x00000002)
     247#define BS3CG1INSTR_F_INVALID_64BIT         UINT32_C(0x00000002)
    248248/** Unused instruction. */
    249 #define BS3CG1INSTR_F_UNUSED            UINT32_C(0x00000004)
     249#define BS3CG1INSTR_F_UNUSED                UINT32_C(0x00000004)
    250250/** Invalid instruction. */
    251 #define BS3CG1INSTR_F_INVALID           UINT32_C(0x00000008)
     251#define BS3CG1INSTR_F_INVALID               UINT32_C(0x00000008)
     252/** Only intel does full ModR/M(, ++) decoding for invalid instruction.
     253 * Always used with BS3CG1INSTR_F_INVALID or BS3CG1INSTR_F_UNUSED. */
     254#define BS3CG1INSTR_F_INTEL_DECODES_INVALID UINT32_C(0x00000010)
    252255/** @} */
    253256
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette