summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/reglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-28 20:34:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-28 20:34:24 (GMT)
commit5311a943dffcc410739509b9215ca464f6d1e54c (patch)
tree9c34b5176606aa7bb3dcfb5970a20e3f9b27f1c3 /plugins/arm/v7/operands/reglist.h
parent9f5ed46de568d3db882c939c8ca9d0117bff3369 (diff)
Included support for ARMv7 system instructions.
Diffstat (limited to 'plugins/arm/v7/operands/reglist.h')
-rw-r--r--plugins/arm/v7/operands/reglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/arm/v7/operands/reglist.h b/plugins/arm/v7/operands/reglist.h
index a8adc47..2d1bfa9 100644
--- a/plugins/arm/v7/operands/reglist.h
+++ b/plugins/arm/v7/operands/reglist.h
@@ -66,6 +66,9 @@ size_t g_armv7_reglist_count_registers(const GArmV7RegListOperand *);
/* Founit un élément donné d'une liste de registres ARM. */
GArmV7Register *g_armv7_reglist_operand_get_register(const GArmV7RegListOperand *, size_t );
+/* Indique si un registre est présent dans une liste. */
+bool g_armv7_reglist_operand_has_register(const GArmV7RegListOperand *, const GArmV7Register *);
+
#endif /* _PLUGINS_ARM_V7_OPERANDS_REGLIST_H */