diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-16 20:21:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-16 20:21:12 (GMT) |
commit | 39ef3e002877a13be4274b3ef8d04aac0ae7a7f3 (patch) | |
tree | 553d0d2f4ab29321260a94615d0cac7af83310d0 /src/arch/arm/v7/opcodes | |
parent | 7a834754c404b72c555f8032d4f7aeed1710ff3c (diff) |
Fixed mistakes between lower cases and upper cases in encodings, once again (!).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@457 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/opcodes')
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h index b30a543..8fbd93e 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h @@ -1,10 +1,8 @@ #ifndef thumb_16_def_tmp_h #define thumb_16_def_tmp_h -#define armv7_read_thumb_16_instr_and_register(r) NULL #define armv7_read_thumb_16_instr_asr_immediate(r) NULL #define armv7_read_thumb_16_instr_asr_register(r) NULL #define armv7_read_thumb_16_instr_bkpt(r) NULL -#define armv7_read_thumb_16_instr_cmn_register(r) NULL #define armv7_read_thumb_16_instr_cps_thumb(r) NULL #define armv7_read_thumb_16_instr_it(r) NULL #define armv7_read_thumb_16_instr_ldm_ldmia_ldmfd_thumb(r) NULL @@ -16,13 +14,10 @@ #define armv7_read_thumb_16_instr_lsl_register(r) NULL #define armv7_read_thumb_16_instr_lsr_immediate(r) NULL #define armv7_read_thumb_16_instr_lsr_register(r) NULL -#define armv7_read_thumb_16_instr_mul(r) NULL -#define armv7_read_thumb_16_instr_orr_register(r) NULL #define armv7_read_thumb_16_instr_rev(r) NULL #define armv7_read_thumb_16_instr_rev16(r) NULL #define armv7_read_thumb_16_instr_revsh(r) NULL #define armv7_read_thumb_16_instr_ror_register(r) NULL -#define armv7_read_thumb_16_instr_sbc_register(r) NULL #define armv7_read_thumb_16_instr_setend(r) NULL #define armv7_read_thumb_16_instr_sev(r) NULL #define armv7_read_thumb_16_instr_stm_stmia_stmea(r) NULL @@ -34,7 +29,6 @@ #define armv7_read_thumb_16_instr_svc_previously_swi(r) NULL #define armv7_read_thumb_16_instr_sxtb(r) NULL #define armv7_read_thumb_16_instr_sxth(r) NULL -#define armv7_read_thumb_16_instr_tst_register(r) NULL #define armv7_read_thumb_16_instr_udf(r) NULL #define armv7_read_thumb_16_instr_uxtb(r) NULL #define armv7_read_thumb_16_instr_uxth(r) NULL |