summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/opdefs/clrex_A8832.d
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/opdefs/clrex_A8832.d')
-rw-r--r--plugins/arm/v7/opdefs/clrex_A8832.d22
1 files changed, 20 insertions, 2 deletions
diff --git a/plugins/arm/v7/opdefs/clrex_A8832.d b/plugins/arm/v7/opdefs/clrex_A8832.d
index 4f313f2..38dbca2 100644
--- a/plugins/arm/v7/opdefs/clrex_A8832.d
+++ b/plugins/arm/v7/opdefs/clrex_A8832.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,17 +23,35 @@
@title CLREX
-@desc Clear-Exclusive clears the local record of the executing processor that an address has had a request for an exclusive access.
+@id 31
+
+@desc {
+
+ Clear-Exclusive clears the local record of the executing processor that an address has had a request for an exclusive access.
+
+}
@encoding (T1) {
@word 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 1 0 1 1 1 1
+ @syntax {
+
+ @asm clrex
+
+ }
+
}
@encoding (A1) {
@word 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1
+ @syntax {
+
+ @asm clrex
+
+ }
+
}