Changeset 66744 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- May 2, 2017 11:28:41 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115152
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
r66743 r66744 1660 1660 1661 1661 1662 static unsigned BS3_NEAR_CODE Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps(PBS3CG1STATE pThis, unsigned iEncoding) 1662 static unsigned BS3_NEAR_CODE Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps__OR__BS3CG1ENC_MODRM_Vpd_Wpd(PBS3CG1STATE pThis, 1663 unsigned iEncoding) 1663 1664 { 1664 1665 unsigned off; … … 2100 2101 case BS3CG1ENC_MODRM_Vdq_Wdq: 2101 2102 return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vdq_Wdq(pThis, iEncoding); 2103 case BS3CG1ENC_MODRM_Vpd_Wpd: 2102 2104 case BS3CG1ENC_MODRM_Vps_Wps: 2103 return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps (pThis, iEncoding);2105 return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_Vps_Wps__OR__BS3CG1ENC_MODRM_Vpd_Wpd(pThis, iEncoding); 2104 2106 case BS3CG1ENC_MODRM_VssZxReg_Wss: 2105 2107 return Bs3Cg1EncodeNext_BS3CG1ENC_MODRM_VssZxReg_Wss(pThis, iEncoding); … … 2250 2252 break; 2251 2253 2254 case BS3CG1ENC_MODRM_Vpd_Wpd: 2252 2255 case BS3CG1ENC_MODRM_Vps_Wps: 2253 2256 pThis->iRmOp = 1; -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r66743 r66744 105 105 BS3CG1ENC_MODRM_Vq_Mq, 106 106 BS3CG1ENC_MODRM_Vdq_Wdq, 107 BS3CG1ENC_MODRM_Vpd_Wpd, 107 108 BS3CG1ENC_MODRM_Vps_Wps, 108 109 BS3CG1ENC_MODRM_VssZxReg_Wss,
Note:
See TracChangeset
for help on using the changeset viewer.