diff options
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 53e10b6c..0234ed7f 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -2072,6 +2072,21 @@ namespace BinaryNinja struct LowLevelILInstructionAccessor<LLIL_CLS> : public LowLevelILOneOperandInstruction {}; template <> + struct LowLevelILInstructionAccessor<LLIL_MINS> : public LowLevelILTwoOperandInstruction + {}; + template <> + struct LowLevelILInstructionAccessor<LLIL_MAXS> : public LowLevelILTwoOperandInstruction + {}; + template <> + struct LowLevelILInstructionAccessor<LLIL_MINU> : public LowLevelILTwoOperandInstruction + {}; + template <> + struct LowLevelILInstructionAccessor<LLIL_MAXU> : public LowLevelILTwoOperandInstruction + {}; + template <> + struct LowLevelILInstructionAccessor<LLIL_ABS> : public LowLevelILOneOperandInstruction + {}; + template <> struct LowLevelILInstructionAccessor<LLIL_SX> : public LowLevelILOneOperandInstruction {}; template <> |
