Changeset 104168 in vbox for trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
- Timestamp:
- Apr 5, 2024 8:20:51 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r104155 r104168 8308 8308 * So we use the following sequence: 8309 8309 * vextracti128 vectmp0, vecsrc, 1 8310 * pextr dgpr, vectmp0, #(iQWord - 2)8310 * pextrq gpr, vectmp0, #(iQWord - 2) 8311 8311 */ 8312 8312 /* vextracti128 */ … … 8318 8318 pCodeBuf[off++] = 0x1; 8319 8319 8320 /* pextr d gpr, vecsrc, #iDWord (ASSUMES SSE4.1).*/8320 /* pextrq */ 8321 8321 pCodeBuf[off++] = X86_OP_PRF_SIZE_OP; 8322 8322 pCodeBuf[off++] = X86_OP_REX_W
Note:
See TracChangeset
for help on using the changeset viewer.