From 26b810176f939f5c7f1e6364ed5901283d1a576b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Mon, 25 Jun 2018 14:35:05 -0700 Subject: insns.dat: add PTWRITE instruction Add PTWRITE instruction. It is worth noting that we should be able to do "ptwrite [eax]" in 32-bit mode, but the instruction selector doesn't currently handle that well in a way that doesn't make 64-bit mode very confusing. Signed-off-by: H. Peter Anvin (Intel) --- x86/insns.dat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x86') diff --git a/x86/insns.dat b/x86/insns.dat index cabd9bd6..96295dc1 100644 --- a/x86/insns.dat +++ b/x86/insns.dat @@ -5197,6 +5197,10 @@ PCOMMIT void [ 66 0f ae f8] ; AMD Zen v1 CLZERO void [ 0f 01 fc] FUTURE,AMD +;# Processor trace write +PTWRITE rm32 [m: np 0f ae /4] FUTURE +PTWRITE rm64 [m: o64 np 0f ae /4] X64,FUTURE + ;# Instructions from the Intel Instruction Set Extensions, ;# doc 319433-034 May 2018 CLDEMOTE mem [m: np 0f 1c /0] FUTURE -- cgit v1.2.1