From d592ed6dafbb134553bf3a0b8ee70ff7f2049aba Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 3 Jun 2026 21:25:55 -0700 Subject: Add bswap, popcnt, clz, ctz, cls, and rbit instructions --- highlevelilinstruction.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'highlevelilinstruction.h') diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index 7ec5d18c..4272d2e2 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -1454,6 +1454,24 @@ namespace BinaryNinja struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction {}; template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction + {}; + template <> struct HighLevelILInstructionAccessor : public HighLevelILOneOperandInstruction {}; template <> -- cgit v1.3.1