Skip to content

Commit b671673

Browse files
floberndathre0z
authored andcommitted
Add PCOMMIT instruction (#429)
1 parent cbffc99 commit b671673

11 files changed

+2133
-2122
lines changed

include/Zydis/Generated/EnumISAExt.h

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ typedef enum ZydisISAExt_
5858
ZYDIS_ISA_EXT_PADLOCK,
5959
ZYDIS_ISA_EXT_PAUSE,
6060
ZYDIS_ISA_EXT_PCLMULQDQ,
61+
ZYDIS_ISA_EXT_PCOMMIT,
6162
ZYDIS_ISA_EXT_PCONFIG,
6263
ZYDIS_ISA_EXT_PKU,
6364
ZYDIS_ISA_EXT_PREFETCHWT1,

include/Zydis/Generated/EnumISASet.h

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ typedef enum ZydisISASet_
141141
ZYDIS_ISA_SET_PADLOCK_RNG,
142142
ZYDIS_ISA_SET_PAUSE,
143143
ZYDIS_ISA_SET_PCLMULQDQ,
144+
ZYDIS_ISA_SET_PCOMMIT,
144145
ZYDIS_ISA_SET_PCONFIG,
145146
ZYDIS_ISA_SET_PENTIUMMMX,
146147
ZYDIS_ISA_SET_PENTIUMREAL,

include/Zydis/Generated/EnumInstructionCategory.h

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ typedef enum ZydisInstructionCategory_
6868
ZYDIS_CATEGORY_NOP,
6969
ZYDIS_CATEGORY_PADLOCK,
7070
ZYDIS_CATEGORY_PCLMULQDQ,
71+
ZYDIS_CATEGORY_PCOMMIT,
7172
ZYDIS_CATEGORY_PCONFIG,
7273
ZYDIS_CATEGORY_PKU,
7374
ZYDIS_CATEGORY_POP,

include/Zydis/Generated/EnumMnemonic.h

+1
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ typedef enum ZydisMnemonic_
536536
ZYDIS_MNEMONIC_PCMPGTW,
537537
ZYDIS_MNEMONIC_PCMPISTRI,
538538
ZYDIS_MNEMONIC_PCMPISTRM,
539+
ZYDIS_MNEMONIC_PCOMMIT,
539540
ZYDIS_MNEMONIC_PCONFIG,
540541
ZYDIS_MNEMONIC_PDEP,
541542
ZYDIS_MNEMONIC_PEXT,

src/Generated/DecoderTables.inc

+258-258
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)