mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
moar shit
This commit is contained in:
@ -23,6 +23,28 @@ A_PROTO_WB_LDRSTR(STRB)
|
||||
A_PROTO_WB_LDRSTR(LDR)
|
||||
A_PROTO_WB_LDRSTR(LDRB)
|
||||
|
||||
#define A_PROTO_HD_LDRSTR(x) \
|
||||
\
|
||||
s32 A_##x##_IMM(ARM* cpu); \
|
||||
s32 A_##x##_REG(ARM* cpu); \
|
||||
s32 A_##x##_POST_IMM(ARM* cpu); \
|
||||
s32 A_##x##_POST_REG(ARM* cpu);
|
||||
|
||||
A_PROTO_HD_LDRSTR(STRH)
|
||||
A_PROTO_HD_LDRSTR(LDRD)
|
||||
A_PROTO_HD_LDRSTR(STRD)
|
||||
A_PROTO_HD_LDRSTR(LDRH)
|
||||
A_PROTO_HD_LDRSTR(LDRSB)
|
||||
A_PROTO_HD_LDRSTR(LDRSH)
|
||||
|
||||
|
||||
s32 T_LDR_PCREL(ARM* cpu);
|
||||
|
||||
s32 T_STR_REG(ARM* cpu);
|
||||
s32 T_STRB_REG(ARM* cpu);
|
||||
s32 T_LDR_REG(ARM* cpu);
|
||||
s32 T_LDRB_REG(ARM* cpu);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user