diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-27 21:18:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-27 21:18:54 (GMT) |
commit | ac2906c17089d3f5fa3b7ef5988a3d24a8c6c542 (patch) | |
tree | 1d4087252a8ba0720407c1bffb89e61dcb0786fd /src/arch/arm/v7/opcodes | |
parent | 1878e3ab82d8711f305e7b8bbc43c5ed21bf140b (diff) |
Handled more ARM instructions from the storing family.
Diffstat (limited to 'src/arch/arm/v7/opcodes')
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_arm.h | 12 | ||||
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h | 3 | ||||
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h | 11 |
3 files changed, 0 insertions, 26 deletions
diff --git a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h index dcfd635..4106cbd 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h @@ -45,18 +45,6 @@ #define armv7_read_arm_instr_stmib_stmfa(r) NULL #define armv7_read_arm_instr_stm_stmia_stmea(r) NULL #define armv7_read_arm_instr_stm_user_registers(r) NULL -#define armv7_read_arm_instr_strbt(r) NULL -#define armv7_read_arm_instr_strd_immediate(r) NULL -#define armv7_read_arm_instr_strd_register(r) NULL -#define armv7_read_arm_instr_strex(r) NULL -#define armv7_read_arm_instr_strexb(r) NULL -#define armv7_read_arm_instr_strexd(r) NULL -#define armv7_read_arm_instr_strexh(r) NULL -#define armv7_read_arm_instr_strh_immediate_arm(r) NULL -#define armv7_read_arm_instr_strh_register(r) NULL -#define armv7_read_arm_instr_strht(r) NULL -#define armv7_read_arm_instr_str_register(r) NULL -#define armv7_read_arm_instr_strt(r) NULL #define armv7_read_arm_instr_sub_register_shifted_register(r) NULL #define armv7_read_arm_instr_sxtab(r) NULL #define armv7_read_arm_instr_sxtab16(r) NULL 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 1a62c43..1968037 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h @@ -4,9 +4,6 @@ #define armv7_read_thumb_16_instr_it(r) NULL #define armv7_read_thumb_16_instr_ldm_ldmia_ldmfd_thumb(r) NULL #define armv7_read_thumb_16_instr_stm_stmia_stmea(r) NULL -#define armv7_read_thumb_16_instr_strh_immediate_thumb(r) NULL -#define armv7_read_thumb_16_instr_strh_register(r) NULL -#define armv7_read_thumb_16_instr_str_register(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_wfe(r) NULL 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 c74ab49..1ed547c 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_thumb_32.h @@ -46,17 +46,6 @@ #define armv7_read_thumb_32_instr_stc_stc2(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_strbt(r) NULL -#define armv7_read_thumb_32_instr_strd_immediate(r) NULL -#define armv7_read_thumb_32_instr_strex(r) NULL -#define armv7_read_thumb_32_instr_strexb(r) NULL -#define armv7_read_thumb_32_instr_strexd(r) NULL -#define armv7_read_thumb_32_instr_strexh(r) NULL -#define armv7_read_thumb_32_instr_strh_immediate_thumb(r) NULL -#define armv7_read_thumb_32_instr_strh_register(r) NULL -#define armv7_read_thumb_32_instr_strht(r) NULL -#define armv7_read_thumb_32_instr_str_register(r) NULL -#define armv7_read_thumb_32_instr_strt(r) NULL #define armv7_read_thumb_32_instr_sub_register_thumb(r) NULL #define armv7_read_thumb_32_instr_subs_pc_lr_thumb(r) NULL #define armv7_read_thumb_32_instr_sxtab(r) NULL |