Added new instructions and removed deprecated PCOMMIT

This commit is contained in:
kobalicek
2020-07-05 00:45:03 +02:00
parent ba30278d66
commit 75f2b69a26
11 changed files with 3055 additions and 2889 deletions

View File

@@ -1066,10 +1066,6 @@ static void generateOpcodes(asmjit::x86::Emitter* e, bool useRex1 = false, bool
e->mwait(); // Implicit <EAX>, <ECX>
e->mwaitx(); // Implicit <EAX>, <ECX>, <EBX>
// PCOMMIT.
e->nop();
e->pcommit();
// PREFETCH / PREFETCHW / PREFETCHWT1.
e->nop();
e->prefetch(anyptr_gpA); // 3DNOW.