summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/opdefs/sev_A88168.d
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/opdefs/sev_A88168.d')
-rw-r--r--plugins/arm/v7/opdefs/sev_A88168.d32
1 files changed, 27 insertions, 5 deletions
diff --git a/plugins/arm/v7/opdefs/sev_A88168.d b/plugins/arm/v7/opdefs/sev_A88168.d
index 2bd9af4..cfbebe0 100644
--- a/plugins/arm/v7/opdefs/sev_A88168.d
+++ b/plugins/arm/v7/opdefs/sev_A88168.d
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* ##FILE## - traduction d'instructions ARMv7
*
- * Copyright (C) 2015 Cyrille Bagard
+ * Copyright (C) 2017 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -23,19 +23,35 @@
@title SEV
-@desc Send Event is a hint instruction. It causes an event to be signaled to all processors in the multiprocessor system. For more information, see Wait For Event and Send Event on page B1-1199.
+@id 167
+
+@desc {
+
+ Send Event is a hint instruction. It causes an event to be signaled to all processors in the multiprocessor system. For more information, see Wait For Event and Send Event on page B1-1199.
+
+}
@encoding (t1) {
@half 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 0
+ @syntax {
+
+ @asm sev
+
+ }
+
}
@encoding (T2) {
@word 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
- @syntax ".W"
+ @syntax {
+
+ @asm sev.w
+
+ }
}
@@ -43,9 +59,15 @@
@word cond(4) 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0
- @rules {
+ @syntax {
+
+ @asm sev
+
+ @rules {
+
+ check g_arm_instruction_set_cond(cond)
- chk_call StoreCondition(cond)
+ }
}