You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| MOVU | MOVU SSE instructions are more efficient and should be preferred to SSE MOVL/MOVH. MOVUPS is more efficient than MOVLPS/MOVHPS. MOVUPD is more efficient than MOVLPD/MOVHPD |
383
+
| MOVU | MOVU SSE instructions are more efficient and should be preferred to SSE MOVL/MOVH. MOVUPS is more efficient than MOVLPS/MOVHPS. MOVUPD is more efficient than MOVLPD/MOVHPD |
384
384
| MSRIRC | Instruction Retired Counter MSR available |
385
+
| MSRLIST | Read/Write List of Model Specific Registers |
385
386
| MSR_PAGEFLUSH | Page Flush MSR available |
386
387
| NRIPS | Indicates support for NRIP save on VMEXIT |
Copy file name to clipboardExpand all lines: cpuid.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ const (
173
173
MOVU// AMD: MOVU SSE instructions are more efficient and should be preferred to SSE MOVL/MOVH. MOVUPS is more efficient than MOVLPS/MOVHPS. MOVUPD is more efficient than MOVLPD/MOVHPD
174
174
MPX// Intel MPX (Memory Protection Extensions)
175
175
MSRIRC// Instruction Retired Counter MSR available
176
+
MSRLIST// Read/Write List of Model Specific Registers
0 commit comments