dyncom: Implement USAD8/USADA8

This commit is contained in:
Lioncash
2014-12-28 12:40:51 -05:00
parent 762f16c4ad
commit 7d322b5c6f
3 changed files with 53 additions and 3 deletions

View File

@ -794,6 +794,7 @@ extern u8 ARMul_UnsignedSaturatedAdd8(u8, u8);
extern u16 ARMul_UnsignedSaturatedAdd16(u16, u16);
extern u8 ARMul_UnsignedSaturatedSub8(u8, u8);
extern u16 ARMul_UnsignedSaturatedSub16(u16, u16);
extern u8 ARMul_UnsignedAbsoluteDifference(u8, u8);
#define DIFF_LOG 0
#define SAVE_LOG 0