mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Added new instructions and removed deprecated PCOMMIT
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user