From 0d57b7f01acb209d6472024dbca2b0fec29069df Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 1 May 2009 19:07:29 +0000 Subject: DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3. Kill "CR". Document decrements a little bit. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3126 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/tests/dr_test.ds | 20 ++++++++++---------- Source/DSPSpy/tests/ir_test.ds | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'Source/DSPSpy/tests') diff --git a/Source/DSPSpy/tests/dr_test.ds b/Source/DSPSpy/tests/dr_test.ds index 03f9dabbd8..2eb3d31ec0 100644 --- a/Source/DSPSpy/tests/dr_test.ds +++ b/Source/DSPSpy/tests/dr_test.ds @@ -2,24 +2,24 @@ incdir "tests" include "dsp_base.inc" -; Tests done using AR1 = 0x0010, IX1 = 0. LP1 means R09. -; LP1 = 0 +; Tests done using AR1 = 0x0010, IX1 = 0. WR1 (wrap 1) means R09. +; WR1 = 0 ; 10, 10, 10, 10, -; LP1 = 1 +; WR1 = 1 ; 10, 11, 10, 11, -; LP1 = 2 +; WR1 = 2 ; 10, 12, 11, 13, 12, 11, 13, 12, 11, 13, 12, 11 -; LP1 = 3 +; WR1 = 3 ; 10, 13, 12, 11, 10, 13, 12... -; LP1 = 4 +; WR1 = 4 ; 10, 14, 13, 17, 16, 15, 14, 13, 17, 16, 15, 14, 13, ... -; LP1 = 5 +; WR1 = 5 ; 10, 15, 14, 13, 12, 17, 16, 15, 14, 13, 12, 17, -; LP1 = 6 +; WR1 = 6 ; 10, 16, 15, 14, 13, 12, 11, 17, 16, 15, 14, 13 -; LP1 = 7 +; WR1 = 7 ; 10, 17, 16, 15, .. normal -; LP1 = 8 +; WR1 = 8 ; 10, 18, 17, 1f, 1e, 1d, 1c, 1b, 1a, 19, 18, 17, 1f, 1e, ..... diff --git a/Source/DSPSpy/tests/ir_test.ds b/Source/DSPSpy/tests/ir_test.ds index a52fe0d63b..e7ee5e332a 100644 --- a/Source/DSPSpy/tests/ir_test.ds +++ b/Source/DSPSpy/tests/ir_test.ds @@ -8,23 +8,23 @@ include "dsp_base.inc" ; These were proven FALSE though by the following: ; Tests done using AR1 = 0x0010, IX1 = 0 -; LP1 = 0 +; WR1 = 0 ; 10, 11, 11, 11, 11...... -; LP1 = 1 +; WR1 = 1 ; 10, 11, 10, 11, 10...... -; LP1 = 2 +; WR1 = 2 ; 10, 11, 12, 13, 11, 12, 13, 11, 12, 13 ...... -; LP1 = 3 +; WR1 = 3 ; 10, 11, 12, 13, 10, 11, 12, 13, 10, 11, 12, 13....... -; LP1 = 4 +; WR1 = 4 ; 10, 11, 12, 13, 14, 15, 16, 17, 13, 14, 15, 16, 17, 13, 14, 15 ...... -; LP1 = 5 +; WR1 = 5 ; 10, 11, 12, 13, 14, 15, 16, 17, 12, 13, 14, 15 ... -; LP1 = 6 +; WR1 = 6 ; 10, 11, 12, 13, 14, 15, 16, 17, 11, 12, 13, 14... -; LP1 = 7 +; WR1 = 7 ; 10, 11, 12, 13, 14, 15, 16, 17, 10, 11, .... -; LP1 = 8 +; WR1 = 8 ; 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f, 17, 18, 19, 1a, 1b..... -- cgit v1.2.3