Changeset 67015 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 22, 2017 12:56:18 PM (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
r67014 r67015 4758 4758 break; 4759 4759 4760 case BS3CG1ENC_VEX_MODRM_Wx_WO_Vx: 4761 pThis->pfnEncoder = Bs3Cg1EncodeNext_VEX_MODRM_WsomethingWO_Vsomething_Wip_OR_ViceVersa; 4762 pThis->iRmOp = 0; 4763 pThis->iRegOp = 1; 4764 pThis->aOperands[0].cbOp = 16; 4765 pThis->aOperands[1].cbOp = 16; 4766 pThis->aOperands[0].enmLocation = BS3CG1OPLOC_CTX_ZX_VLMAX; 4767 pThis->aOperands[0].enmLocationReg = BS3CG1OPLOC_CTX_ZX_VLMAX; 4768 pThis->aOperands[0].enmLocationMem = BS3CG1OPLOC_MEM_WO; 4769 pThis->aOperands[1].enmLocation = BS3CG1OPLOC_CTX; 4770 pThis->aOperands[0].idxFieldBase = BS3CG1DST_XMM0; 4771 pThis->aOperands[1].idxFieldBase = BS3CG1DST_XMM0; 4772 break; 4773 4760 4774 4761 4775 /* Unused or invalid instructions mostly. */ -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
r67014 r67015 64 64 BS3CG1OP_WqZxReg_WO, 65 65 BS3CG1OP_Wx, 66 BS3CG1OP_Wx_WO, 66 67 67 68 BS3CG1OP_Gb, … … 102 103 BS3CG1OP_VqHi_WO, 103 104 BS3CG1OP_VqZx_WO, 105 BS3CG1OP_Vx, 104 106 BS3CG1OP_Vx_WO, 105 107 … … 199 201 BS3CG1ENC_VEX_MODRM_Wps_WO_Vps, 200 202 BS3CG1ENC_VEX_MODRM_Wpd_WO_Vpd, 203 BS3CG1ENC_VEX_MODRM_Wx_WO_Vx, 201 204 202 205 BS3CG1ENC_FIXED,
Note:
See TracChangeset
for help on using the changeset viewer.