summaryrefslogtreecommitdiff
path: root/src/arch/operand-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-12-26 00:26:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-12-26 00:26:28 (GMT)
commit98570719ff25a4dcde917056e55490bf2a6b1453 (patch)
tree4a01b57580aa05f8a55d37abbc4ddd178fb55a99 /src/arch/operand-int.h
parent94efb7bf5239cf984a0dda9949a26719a8ae2090 (diff)
Provide a method to hash all ARMv7 operands.
Diffstat (limited to 'src/arch/operand-int.h')
-rw-r--r--src/arch/operand-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h
index d2f43f1..dc505b6 100644
--- a/src/arch/operand-int.h
+++ b/src/arch/operand-int.h
@@ -135,5 +135,12 @@ struct _GArchOperandClass
#endif
+/* Ajoute une information complémentaire à un opérande. */
+bool _g_arch_operand_set_flag(GArchOperand *, ArchOperandFlag, bool);
+
+/* Retire une information complémentaire à un opérande. */
+bool _g_arch_operand_unset_flag(GArchOperand *, ArchOperandFlag, bool);
+
+
#endif /* _ARCH_OPERAND_INT_H */