Home
last modified time | relevance | path

Searched refs:OR32ItoR (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h300 void OR32ItoR(int to, u32 from);
H A DiR3000A.c673 if (_ImmU_) OR32ItoR (EAX, _ImmU_); in recORI()
910 OR32ItoR (EAX, iRegs[_Rt_].k); in recOR()
969 OR32ItoR (EAX, iRegs[_Rt_].k); in recNOR()
H A Dix86.c582 void OR32ItoR(int to, u32 from) { in OR32ItoR() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c740 if (_ImmU_) OR32ItoR (EAX, _ImmU_); in recORI()
980 OR32ItoR (EAX, iRegs[_Rt_].k); in recOR()
1039 OR32ItoR (EAX, iRegs[_Rt_].k); in recNOR()
H A Dix86-64.c1903 void OR32ItoR( x86IntRegType to, u32 from ) in OR32ItoR() function
H A Dix86-64.h672 void OR32ItoR( x86IntRegType to, u32 from );