summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/opdefs/nop_A88119.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/v7/opdefs/nop_A88119.d')
-rw-r--r--src/arch/arm/v7/opdefs/nop_A88119.d27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/arch/arm/v7/opdefs/nop_A88119.d b/src/arch/arm/v7/opdefs/nop_A88119.d
index d47c346..84c495a 100644
--- a/src/arch/arm/v7/opdefs/nop_A88119.d
+++ b/src/arch/arm/v7/opdefs/nop_A88119.d
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* ##FILE## - traduction d'instructions ARMv7
*
- * Copyright (C) 2014 Cyrille Bagard
+ * Copyright (C) 2015 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -23,28 +23,31 @@
@title NOP
-@encoding(t1) {
+@desc No Operation does nothing. This instruction can be used for instruction alignment purposes. See Pre-UAL pseudo-instruction NOP on page AppxH-2472 for details of NOP before the introduction of UAL and the ARMv6K and ARMv6T2 architecture variants. Note The timing effects of including a NOP instruction in a program are not guaranteed. It can increase execution time, leave it unchanged, or even reduce it. Therefore, NOP instructions are not suitable for timing loops.
- @half 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0
+@encoding (t1) {
+
+ @half 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0
}
-@encoding(T2) {
+@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 0 0 0
+ @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 0 0 0
-}
+ @syntax ".W"
-@encoding(A1) {
+}
- @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 0 0 0
+@encoding (A1) {
- @syntax {c}
+ @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 0 0 0
- @conv {
+ @rules {
- c = Condition(cond)
+ chk_call StoreCondition(cond)
- }
+ }
}
+