Home
last modified time | relevance | path

Searched refs:POP32R (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h455 void POP32R(int from);
H A DiR3000A.c1610 POP32R (EDX); in recLWL()
1765 POP32R (EDX); in recLWR()
2113 POP32R (EDX); in recSWL()
2195 POP32R (EDX); in recSWR()
H A Dix86.c1006 void POP32R(int from) { in POP32R() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c2994 void POP32R( x86IntRegType from ) { write8( 0x58 | from ); } in POP32R() function
3003 void POPR(x86IntRegType from) { POP32R(from); } in POPR()
H A Dix86-64.h995 void POP32R( x86IntRegType from );