Changeset 66462 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
- Timestamp:
- Apr 6, 2017 1:38:13 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114442
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r66457 r66462 243 243 * @{ */ 244 244 /** Defaults to SS rather than DS. */ 245 #define BS3CG1INSTR_F_DEF_SS UINT32_C(0x00000001)245 #define BS3CG1INSTR_F_DEF_SS UINT32_C(0x00000001) 246 246 /** Invalid instruction in 64-bit mode. */ 247 #define BS3CG1INSTR_F_INVALID_64BIT UINT32_C(0x00000002)247 #define BS3CG1INSTR_F_INVALID_64BIT UINT32_C(0x00000002) 248 248 /** Unused instruction. */ 249 #define BS3CG1INSTR_F_UNUSED UINT32_C(0x00000004)249 #define BS3CG1INSTR_F_UNUSED UINT32_C(0x00000004) 250 250 /** 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) 252 255 /** @} */ 253 256
Note:
See TracChangeset
for help on using the changeset viewer.