summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/opdefs/dbg_A8842.d
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/opdefs/dbg_A8842.d')
-rw-r--r--plugins/arm/v7/opdefs/dbg_A8842.d36
1 files changed, 25 insertions, 11 deletions
diff --git a/plugins/arm/v7/opdefs/dbg_A8842.d b/plugins/arm/v7/opdefs/dbg_A8842.d
index 62142f5..aa06c16 100644
--- a/plugins/arm/v7/opdefs/dbg_A8842.d
+++ b/plugins/arm/v7/opdefs/dbg_A8842.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,27 @@
@title DBG
-@desc Debug Hint provides a hint to debug and related systems. See their documentation for what use (if any) they make of this instruction.
+@id 41
+
+@desc {
+
+ Debug Hint provides a hint to debug and related systems. See their documentation for what use (if any) they make of this instruction.
+
+}
@encoding (T1) {
@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 1 1 1 1 option(4)
- @syntax <undef_option>
+ @syntax {
+
+ @conv {
- @conv {
+ direct_option = UInt(option)
- undef_option = RawValue(option)
+ }
+
+ @asm dbg direct_option
}
@@ -43,17 +53,21 @@
@word cond(4) 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 option(4)
- @syntax <undef_option>
+ @syntax {
- @conv {
+ @conv {
- undef_option = RawValue(option)
+ direct_option = UInt(option)
- }
+ }
+
+ @asm dbg direct_option
+
+ @rules {
- @rules {
+ check g_arm_instruction_set_cond(cond)
- chk_call StoreCondition(cond)
+ }
}