Changeset 67037 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- May 23, 2017 11:31:06 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115616
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
r67034 r67037 4866 4866 case BS3CG1ENC_VEX_MODRM_Mps_WO_Vps: 4867 4867 case BS3CG1ENC_VEX_MODRM_Mpd_WO_Vpd: 4868 case BS3CG1ENC_VEX_MODRM_Mx_WO_Vx: 4868 4869 pThis->pfnEncoder = Bs3Cg1EncodeNext_VEX_MODRM_VsomethingWO_Msomething_Wip_OR_ViceVersa; 4869 4870 pThis->iRmOp = 0; -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r67034 r67037 122 122 BS3CG1OP_Mps_WO, 123 123 BS3CG1OP_Mpd_WO, 124 BS3CG1OP_Mx_WO, 124 125 125 126 BS3CG1OP_END … … 201 202 BS3CG1ENC_VEX_MODRM_Mps_WO_Vps, 202 203 BS3CG1ENC_VEX_MODRM_Mpd_WO_Vpd, 204 BS3CG1ENC_VEX_MODRM_Mx_WO_Vx, 203 205 BS3CG1ENC_VEX_MODRM_Uss_WO_HssHi_Vss, 204 206 BS3CG1ENC_VEX_MODRM_Usd_WO_HsdHi_Vsd,
Note:
See TracChangeset
for help on using the changeset viewer.