mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 19:42:45 +01:00
Oops.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6795 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d47d2a05d2
commit
e6c87cbe3d
@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
using namespace Gen;
|
using namespace Gen;
|
||||||
|
|
||||||
|
|
||||||
void CommonAsmRoutines::GenFifoWrite(int size)
|
void CommonAsmRoutines::GenFifoWrite(int size)
|
||||||
{
|
{
|
||||||
// Assume value in ABI_PARAM1
|
// Assume value in ABI_PARAM1
|
||||||
@ -58,9 +57,10 @@ void CommonAsmRoutines::GenFifoWrite(int size)
|
|||||||
POP(ESI);
|
POP(ESI);
|
||||||
RET();
|
RET();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommonAsmRoutines::GenFifoFloatWrite()
|
void CommonAsmRoutines::GenFifoFloatWrite()
|
||||||
{
|
{
|
||||||
int temp32;
|
static int temp32;
|
||||||
|
|
||||||
// Assume value in XMM0
|
// Assume value in XMM0
|
||||||
PUSH(ESI);
|
PUSH(ESI);
|
||||||
@ -77,6 +77,7 @@ void CommonAsmRoutines::GenFifoFloatWrite()
|
|||||||
POP(ESI);
|
POP(ESI);
|
||||||
RET();
|
RET();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommonAsmRoutines::GenFifoXmm64Write()
|
void CommonAsmRoutines::GenFifoXmm64Write()
|
||||||
{
|
{
|
||||||
// Assume value in XMM0. Assume pre-byteswapped (unlike the others here!)
|
// Assume value in XMM0. Assume pre-byteswapped (unlike the others here!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user