summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/register.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-31 16:24:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-31 16:24:27 (GMT)
commit48b4166d1f2931fa7f311b6ec1c77153052e63a0 (patch)
treeae00744c32653ac8196b51f7060d00283071cf4f /plugins/arm/v7/operands/register.h
parentc492a5c94cc20210bce8069db7235cbb7dd691e9 (diff)
Handled lists of simples ARMv7 SIMD registers.
Diffstat (limited to 'plugins/arm/v7/operands/register.h')
-rw-r--r--plugins/arm/v7/operands/register.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/arm/v7/operands/register.h b/plugins/arm/v7/operands/register.h
index 4a9c0c3..4806b89 100644
--- a/plugins/arm/v7/operands/register.h
+++ b/plugins/arm/v7/operands/register.h
@@ -57,6 +57,9 @@ GType g_armv7_register_operand_get_type(void);
/* Crée un opérande visant un registre ARMv7. */
GArchOperand *g_armv7_register_operand_new(GArmV7Register *);
+/* Définit un alignement à appliquer à l'opérande de registre. */
+void g_armv7_register_operand_define_alignement(GArmV7RegisterOperand *, unsigned int);
+
/* Détermine si le registre est mis à jour après l'opération. */
void g_armv7_register_operand_write_back(GArmV7RegisterOperand *, bool);