Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c273 CMP32ItoM((uptr)&psxRegs.pc, branchPC); in iJump()
338 CMP32ItoM((uptr)&psxRegs.pc, branchPC); in iBranch()
2568 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], 0); in recBLTZ()
2596 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], 0); in recBGTZ()
2625 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], 0); in recBLTZAL()
2655 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], 0); in recBGEZAL()
2730 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rt_], iRegs[_Rs_].k); in recBEQ()
2765 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rt_], iRegs[_Rs_].k); in recBNE()
2767 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], iRegs[_Rt_].k); in recBNE()
2799 CMP32ItoM((uptr)&psxRegs.GPR.r[_Rs_], 0); in recBLEZ()
[all …]
H A Dix86-64.c2716 void CMP32ItoM( uptr to, u32 from ) in CMP32ItoM() function
H A Dix86-64.h910 void CMP32ItoM( uptr to, u32 from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c228 CMP32ItoM((u32)&psxRegs.pc, branchPC); in iJump()
284 CMP32ItoM((u32)&psxRegs.pc, branchPC); in iBranch()
2495 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], 0); in recBLTZ()
2525 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], 0); in recBGTZ()
2554 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], 0); in recBLTZAL()
2584 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], 0); in recBGEZAL()
2661 CMP32ItoM((u32)&psxRegs.GPR.r[_Rt_], iRegs[_Rs_].k); in recBEQ()
2698 CMP32ItoM((u32)&psxRegs.GPR.r[_Rt_], iRegs[_Rs_].k); in recBNE()
2700 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], iRegs[_Rt_].k); in recBNE()
2734 CMP32ItoM((u32)&psxRegs.GPR.r[_Rs_], 0); in recBLEZ()
[all …]
H A Dix86.h423 void CMP32ItoM(u32 to, u32 from);
H A Dix86.c910 void CMP32ItoM(u32 to, u32 from) { in CMP32ItoM() function