summaryrefslogtreecommitdiff
path: root/Source/UnitTests/AudioJitTests.cpp
AgeCommit message (Collapse)Author
2010-04-25DSP Jit more minor fixesnakeee
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5405 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-14DSP Jit code cleanupnakeee
Unit Test nr/dr/ir need AR0 not ACC0 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5364 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-13moar testing! changed some things to make it easier to use, added some bits ↵j4ck.fr0st
of documentation for other devs eager to use it :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5358 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-12UnitTests compiles on non win32nakeee
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5343 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-11Removed a stray MOV in increase_addr_reg, fixed decrease_addr_reg. NR should ↵j4ck.fr0st
work now. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5329 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-11Fixed a small bug in J_CC when emitting jumps that exceed 0x80 in range ↵j4ck.fr0st
(only used by DSP NR yet). Add back a CMP nakee missed in his last commit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5328 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-09set eol-style nativej4ck.fr0st
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5307 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-09DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg.j4ck.fr0st
And to help test things like that: DSPJitTester (use with caution on x64, most likely fails there; r5250 might be why) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5306 8ced0084-cf51-0410-be5f-012b33b47a6e