From 982df5fe197c4db2be4bffe59a05c837b7508365 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Wed, 19 Oct 2022 15:09:07 +0200 Subject: Initial psxgte cleanup --- libpsn00b/psxgte/applymatrixlv.s | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 libpsn00b/psxgte/applymatrixlv.s (limited to 'libpsn00b/psxgte/applymatrixlv.s') diff --git a/libpsn00b/psxgte/applymatrixlv.s b/libpsn00b/psxgte/applymatrixlv.s deleted file mode 100644 index 3180d0f..0000000 --- a/libpsn00b/psxgte/applymatrixlv.s +++ /dev/null @@ -1,40 +0,0 @@ -.set noreorder - -.include "gtereg.inc" -.include "inline_s.inc" - -.section .text - - -.global ApplyMatrixLV -.type ApplyMatrixLV, @function -ApplyMatrixLV: - - # Load matrix to GTE - lw $t0, 0($a0) - lw $t1, 4($a0) - ctc2 $t0, $0 - ctc2 $t1, $1 - lw $t0, 8($a0) - lw $t1, 12($a0) - lhu $t2, 16($a0) - ctc2 $t0, $2 - ctc2 $t1, $3 - ctc2 $t2, $4 - - lw $t0, 0($a1) - lw $t1, 4($a1) - mtc2 $t0, C2_IR1 - lw $t0, 8($a1) - mtc2 $t1, C2_IR2 - mtc2 $t0, C2_IR3 - - nMVMVA(1, 0, 3, 3, 0) - - swc2 C2_IR1, 0($a2) - swc2 C2_IR2, 4($a2) - swc2 C2_IR3, 8($a2) - - jr $ra - move $v0, $a2 - \ No newline at end of file -- cgit v1.2.3