This commit is contained in:
parent
7cceaaac22
commit
c9050e5b51
4 changed files with 206 additions and 231 deletions
|
@ -47,6 +47,17 @@
|
|||
: \
|
||||
: "r"( r0 ),"r"( r1 ))
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
#define CMX_SetTransMtxXY(r0) __asm__ ( \
|
||||
"lw $12, 0( %0 );" \
|
||||
"lw $13, 4( %0 );" \
|
||||
"ctc2 $12, $5;" \
|
||||
"ctc2 $13, $6;" \
|
||||
: \
|
||||
: "r"( r0 ) \
|
||||
: "$12", "$13" )
|
||||
|
||||
/*****************************************************************************/
|
||||
/*** Smaller Translation Macros (no return flags) ****************************/
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue