From cb972a3d4fe468bf1d51af2ce756e99d9e6dbfe4 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 3 Jun 2026 21:25:55 -0700 Subject: [x86] Emit bswap, popcnt, clz, and ctz instructions during lifting --- arch/x86/il.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/il.h') 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 -- cgit v1.3.1