Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c163 PUSH32I(_Rt_); in SetBranch()
209 PUSH32I(branchPC); in iJump()
210 PUSH32I(_Rt_); in iJump()
264 PUSH32I(branchPC); in iBranch()
265 PUSH32I(_Rt_); in iBranch()
1422 PUSH32I (addr); in recLHU()
1809 PUSH32I(1); in recSB()
1856 PUSH32I(1); in recSH()
1918 PUSH32I(1); in recSW()
1919 PUSH32I(addr); in recSW()
[all …]
H A Dix86.h452 void PUSH32I(u32 from);
H A Dix86.c1001 void PUSH32I(u32 from) { in PUSH32I() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.h977 void PUSH32I( u32 from );
993 void PUSH32I( u32 from );
H A Dix86-64.c2949 void PUSH32I( u32 from ) in PUSH32I() function
H A DiR3000A-64.c1314 PUSH32I (iRegs[_Rs_].k + _Imm_); in SetArg_OfB()