aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter_LoadStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARMInterpreter_LoadStore.h')
-rw-r--r--ARMInterpreter_LoadStore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ARMInterpreter_LoadStore.h b/ARMInterpreter_LoadStore.h
index 61b1a39..4759d1f 100644
--- a/ARMInterpreter_LoadStore.h
+++ b/ARMInterpreter_LoadStore.h
@@ -48,6 +48,11 @@ s32 T_STRB_REG(ARM* cpu);
s32 T_LDR_REG(ARM* cpu);
s32 T_LDRB_REG(ARM* cpu);
+s32 T_STRH_REG(ARM* cpu);
+s32 T_LDRSB_REG(ARM* cpu);
+s32 T_LDRH_REG(ARM* cpu);
+s32 T_LDRSH_REG(ARM* cpu);
+
s32 T_STR_IMM(ARM* cpu);
s32 T_LDR_IMM(ARM* cpu);
s32 T_STRB_IMM(ARM* cpu);
@@ -61,6 +66,8 @@ s32 T_LDR_SPREL(ARM* cpu);
s32 T_PUSH(ARM* cpu);
s32 T_POP(ARM* cpu);
+s32 T_STMIA(ARM* cpu);
+s32 T_LDMIA(ARM* cpu);
}