We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3630bf2 commit 7c784b0Copy full SHA for 7c784b0
x86/iflags.ph
@@ -107,6 +107,7 @@ if_("MSRLIST", "RDMSRLIST and WRMSRLIST");
107
if_("AVXNECONVERT", "AVX exceptionless floating-point conversions");
108
if_("AVXVNNIINT8", "AVX Vector Neural Network 8-bit integer instructions");
109
if_("AVXIFMA", "AVX integer multiply and add");
110
+if_("HRESET", "History reset");
111
112
# Put these last to minimize their relevance
113
if_("OBSOLETE", "Instruction removed from architecture");
x86/insns.dat
@@ -6358,7 +6358,6 @@ STUI void [ f3 0f 01 ef ] UINTR,FUTURE,LONG
6358
TESTUI void [ f3 0f 01 ed ] UINTR,FUTURE,LONG
6359
UIRET void [ f3 0f 01 ec ] UINTR,FUTURE,LONG
6360
6361
-
6362
;# Compare, exchange and add conditional
6363
CMPccXADD mem32,reg32,reg32 [mrv: vex.128.66.0f38.w0 e0+c /r] CMPCCXADD,FUTURE,LONG,SD
6364
CMPccXADD mem64,reg64,reg64 [mrv: vex.128.66.0f38.w1 e0+c /r] CMPCCXADD,FUTURE,LONG,SQ
@@ -6368,6 +6367,10 @@ WRMSRNS void [ np 0f 01 c6 ] WRMSRNS,FUTURE,PRIV,LONG
6368
6367
RDMSRLIST void [ f2 0f 01 c6 ] MSRLIST,FUTURE,PRIV,LONG
6369
WRMSRLIST void [ f3 0f 01 c6 ] MSRLIST,FUTURE,PRIV,LONG
6370
+;# History reset
6371
+HRESET imm,reg_eax [i-: f3 0f 3a f0 c0 ib ] HRESET,FUTURE,PRIV,SB
6372
+HRESET imm [i: f3 0f 3a f0 c0 ib ] HRESET,FUTURE,PRIV,SB,ND
6373
+
6374
;# Systematic names for the hinting nop instructions
6375
; These should be last in the file
6376
HINT_NOP0 rm16 [m: o16 0f 18 /0] P6,UNDOC
0 commit comments