mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 04:54:36 +03:00
Minor.
This commit is contained in:
@@ -1329,6 +1329,7 @@ static void opcode(asmjit::X86Assembler& a, bool useRex1 = false, bool useRex2 =
|
|||||||
// POPCNT.
|
// POPCNT.
|
||||||
a.nop();
|
a.nop();
|
||||||
|
|
||||||
|
a.popcnt(gzA, gzB);
|
||||||
a.popcnt(gzA, anyptr_gpB);
|
a.popcnt(gzA, anyptr_gpB);
|
||||||
|
|
||||||
// AESNI.
|
// AESNI.
|
||||||
|
|||||||
Reference in New Issue
Block a user