5087a6057a
sce*_testN.* corresponds to the original testN/test.* *.vuasm : MICRO code *.dvpasm : DMAtag and VIF code description *.out_gif.dat : GIF output values for the corresponding testcase. sce_main.c : driver file for the SCE testcases sce_macro.s : SCE provided macro file needed by the SCE (feb28) testcases refresh.s : Needed by sce_main.c Makefile.in : Updated to run make and run the SCE testsuite. : ----------------------------------------------------------------------
12 lines
248 B
ArmAsm
12 lines
248 B
ArmAsm
.include "sce_macros.s"
|
|
.global gpu_refresh
|
|
.text
|
|
gpu_refresh:
|
|
DMAcnt *
|
|
direct *
|
|
GIFpacked REGS={A_D}, NLOOP=1, EOP ; WAS GPUIFpacked REG=...
|
|
iwzyx 0x00000000, 0x0000007f, 0x00000000, 0x00000000
|
|
.endgif ; New Line
|
|
.EndDirect
|
|
.EndDmaData
|
|
DMAend
|