mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
This commit is contained in:
parent
092a67cefb
commit
3337b84620
5 changed files with 84 additions and 50 deletions
|
@ -790,6 +790,8 @@ extern void ARMul_FixSPSR(ARMul_State*, ARMword, ARMword);
|
|||
extern void ARMul_ConsolePrint(ARMul_State*, const char*, ...);
|
||||
extern void ARMul_SelectProcessor(ARMul_State*, unsigned);
|
||||
|
||||
extern bool ARMul_AddOverflowQ(ARMword, ARMword);
|
||||
|
||||
extern u8 ARMul_SignedSaturatedAdd8(u8, u8);
|
||||
extern u8 ARMul_SignedSaturatedSub8(u8, u8);
|
||||
extern u16 ARMul_SignedSaturatedAdd16(u16, u16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue