diff options
Diffstat (limited to 'highlevelilinstruction.h')
| -rw-r--r-- | highlevelilinstruction.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index 4272d2e2..6eac89da 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -1472,6 +1472,21 @@ namespace BinaryNinja struct HighLevelILInstructionAccessor<HLIL_CLS> : public HighLevelILOneOperandInstruction {}; template <> + struct HighLevelILInstructionAccessor<HLIL_MINS> : public HighLevelILTwoOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor<HLIL_MAXS> : public HighLevelILTwoOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor<HLIL_MINU> : public HighLevelILTwoOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor<HLIL_MAXU> : public HighLevelILTwoOperandInstruction + {}; + template <> + struct HighLevelILInstructionAccessor<HLIL_ABS> : public HighLevelILOneOperandInstruction + {}; + template <> struct HighLevelILInstructionAccessor<HLIL_SX> : public HighLevelILOneOperandInstruction {}; template <> |
