Changeset 66888 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- May 15, 2017 10:14:54 AM (8 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
r66886 r66888 2144 2144 2145 2145 2146 static unsigned Bs3Cg1EncodeNext_VEX_MODRM_Vps_WO_Wps (PBS3CG1STATE pThis, unsigned iEncoding)2146 static unsigned Bs3Cg1EncodeNext_VEX_MODRM_Vps_WO_Wps__OR__VEX_MODRM_Vpd_WO_Wpd(PBS3CG1STATE pThis, unsigned iEncoding) 2147 2147 { 2148 2148 unsigned off; … … 2578 2578 #ifdef BS3CG1_WITH_VEX 2579 2579 case BS3CG1ENC_VEX_MODRM_Vps_WO_Wps: 2580 return Bs3Cg1EncodeNext_VEX_MODRM_Vps_WO_Wps(pThis, iEncoding); 2580 case BS3CG1ENC_VEX_MODRM_Vpd_WO_Wpd: 2581 return Bs3Cg1EncodeNext_VEX_MODRM_Vps_WO_Wps__OR__VEX_MODRM_Vpd_WO_Wpd(pThis, iEncoding); 2581 2582 2582 2583 case BS3CG1ENC_VEX_MODRM_Md_WO: … … 2816 2817 2817 2818 case BS3CG1ENC_VEX_MODRM_Vps_WO_Wps: 2819 case BS3CG1ENC_VEX_MODRM_Vpd_WO_Wpd: 2818 2820 pThis->iRmOp = 1; 2819 2821 pThis->iRegOp = 0; -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r66886 r66888 142 142 143 143 BS3CG1ENC_VEX_MODRM_Vps_WO_Wps, 144 BS3CG1ENC_VEX_MODRM_Vpd_WO_Wpd, 144 145 BS3CG1ENC_VEX_MODRM_Md_WO, 145 146
Note:
See TracChangeset
for help on using the changeset viewer.