summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-29 23:35:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-29 23:35:10 (GMT)
commit55dbd294b0d740648bb1b63e6159e3aa9361a2e1 (patch)
tree7a8b14f003bd2b885e5538249cffca4beee01b08 /src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h
parentb79affc5c12b7c984acd1e434af5b1aa6b94f68f (diff)
Implemented a new category of instructions from Thumb32.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@522 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h')
-rw-r--r--src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h
index 612052b..7510b20 100644
--- a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h
+++ b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h
@@ -18,6 +18,12 @@
#define armv7_read_thumb_32_instr_isb(r) NULL
#define armv7_read_thumb_32_instr_ldmdb_ldmea(r) NULL
#define armv7_read_thumb_32_instr_ldm_ldmia_ldmfd_thumb(r) NULL
+#define armv7_read_thumb_32_instr_ldrb_literal(r) NULL
+#define armv7_read_thumb_32_instr_ldrbt(r) NULL
+#define armv7_read_thumb_32_instr_ldrsb_immediate(r) NULL
+#define armv7_read_thumb_32_instr_ldrsb_literal(r) NULL
+#define armv7_read_thumb_32_instr_ldrsb_register(r) NULL
+#define armv7_read_thumb_32_instr_ldrsbt(r) NULL
#define armv7_read_thumb_32_instr_ldrt(r) NULL
#define armv7_read_thumb_32_instr_lsl_register(r) NULL
#define armv7_read_thumb_32_instr_lsr_register(r) NULL
@@ -28,6 +34,11 @@
#define armv7_read_thumb_32_instr_orn_immediate(r) NULL
#define armv7_read_thumb_32_instr_orn_register(r) NULL
#define armv7_read_thumb_32_instr_pkh(r) NULL
+#define armv7_read_thumb_32_instr_pld_immediate(r) NULL
+#define armv7_read_thumb_32_instr_pld_literal(r) NULL
+#define armv7_read_thumb_32_instr_pld_register(r) NULL
+#define armv7_read_thumb_32_instr_pli_immediate_literal(r) NULL
+#define armv7_read_thumb_32_instr_pli_register(r) NULL
#define armv7_read_thumb_32_instr_qadd(r) NULL
#define armv7_read_thumb_32_instr_qdadd(r) NULL
#define armv7_read_thumb_32_instr_qdsub(r) NULL
@@ -80,7 +91,6 @@
#define armv7_read_thumb_32_instr_ssub8(r) NULL
#define armv7_read_thumb_32_instr_stmdb_stmfd(r) NULL
#define armv7_read_thumb_32_instr_stm_stmia_stmea(r) NULL
-#define armv7_read_thumb_32_instr_strb_register(r) NULL
#define armv7_read_thumb_32_instr_strbt(r) NULL
#define armv7_read_thumb_32_instr_strh_immediate_thumb(r) NULL
#define armv7_read_thumb_32_instr_strh_register(r) NULL