Add POPCNT to assembler

This commit is contained in:
xmm15 2020-02-17 23:03:22 -06:00
parent fce57e0a85
commit 9be5a44f28
5 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -772,6 +772,11 @@ OPCODE BTS
0x0F 0xBA,/5 32 IB RM32 IMM8
0x0F 0xBA,/5 32 IB &RM64 UIMM8
0x0F 0xBA,/5 32 IB RM64 IMM8;
OPCODE POPCNT
0xF3 0x0F 0xB8,/R 16 R16 RM16
0xF3 0x0F 0xB8,/R 32 R32 RM32
0xF3 0x48 0x0F 0xB8,/R 32 R64 RM64;

OPCODE CBW 0x98, 16;
OPCODE CWDE 0x98, 32;
OPCODE CDQE 0x98, 32=;

Binary file not shown.

Binary file not shown.