mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
christ. CodeBlocks is retarded.
also, lots of crap. I lost track of it.
This commit is contained in:
@ -72,6 +72,13 @@ A_PROTO_ALU_OP(MOV)
|
||||
A_PROTO_ALU_OP(BIC)
|
||||
A_PROTO_ALU_OP(MVN)
|
||||
|
||||
s32 A_MUL(ARM* cpu);
|
||||
s32 A_MLA(ARM* cpu);
|
||||
s32 A_UMULL(ARM* cpu);
|
||||
s32 A_UMLAL(ARM* cpu);
|
||||
s32 A_SMULL(ARM* cpu);
|
||||
s32 A_SMLAL(ARM* cpu);
|
||||
|
||||
s32 A_CLZ(ARM* cpu);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user