summaryrefslogtreecommitdiff
path: root/arch/x86/il.h
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2026-06-03 21:25:55 -0700
committerMark Rowe <mark@vector35.com>2026-06-04 17:33:53 -0700
commitcb972a3d4fe468bf1d51af2ce756e99d9e6dbfe4 (patch)
tree4e43ddc523c30817f4e3580825c5763bf6401eed /arch/x86/il.h
parent144cd0aa1f13baebac43d5c877dc7cec8e07b389 (diff)
[x86] Emit bswap, popcnt, clz, and ctz instructions during lifting
Diffstat (limited to 'arch/x86/il.h')
-rw-r--r--arch/x86/il.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/il.h b/arch/x86/il.h
index 1bef0606..3bdd0799 100644
--- a/arch/x86/il.h
+++ b/arch/x86/il.h
@@ -50,6 +50,8 @@ struct DISASSEMBLY_OPTIONS
#define IL_FLAGWRITE_X87C1Z 6
#define IL_FLAGWRITE_X87RND 7
#define IL_FLAGWRITE_VCOMI 8
+#define IL_FLAGWRITE_POPCNT 9
+#define IL_FLAGWRITE_LZTZCNT 10
#define IL_FLAG_CLASS_INT 0 // Default
#define IL_FLAG_CLASS_X87COM 1