Home
last modified time | relevance | path

Searched refs:MOV32RtoM (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c189 MOV32RtoM((u32)&psxRegs.pc, EAX); in SetBranch()
1088 MOV32RtoM((u32)&psxRegs.GPR.n.lo, EAX); in recMULT()
1089 MOV32RtoM((u32)&psxRegs.GPR.n.hi, EDX); in recMULT()
1116 MOV32RtoM((u32)&psxRegs.GPR.n.lo, EAX); in recMULTU()
1117 MOV32RtoM((u32)&psxRegs.GPR.n.hi, EDX); in recMULTU()
1149 MOV32RtoM((u32)&psxRegs.GPR.n.lo, EAX); in recDIV()
1150 MOV32RtoM((u32)&psxRegs.GPR.n.hi, EDX); in recDIV()
1198 MOV32RtoM((u32)&psxRegs.GPR.n.lo, EAX); in recDIVU()
2399 MOV32RtoM((u32)&psxRegs.pc, EAX); in recSYSCALL()
2617 MOV32RtoM((u32)&target, EAX); in recJR()
[all …]
H A Dix86.h132 void MOV32RtoM(u32 to, int from);
H A Dix86.c103 void MOV32RtoM(u32 to, int from) { in MOV32RtoM() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c226 MOV32RtoM((uptr)&psxRegs.pc, EAX); in SetBranch()
1161 MOV32RtoM((uptr)&psxRegs.GPR.n.lo, EAX); in recMULT()
1162 MOV32RtoM((uptr)&psxRegs.GPR.n.hi, EDX); in recMULT()
1189 MOV32RtoM((uptr)&psxRegs.GPR.n.lo, EAX); in recMULTU()
1190 MOV32RtoM((uptr)&psxRegs.GPR.n.hi, EDX); in recMULTU()
1222 MOV32RtoM((uptr)&psxRegs.GPR.n.lo, EAX); in recDIV()
1223 MOV32RtoM((uptr)&psxRegs.GPR.n.hi, EDX); in recDIV()
1270 MOV32RtoM((uptr)&psxRegs.GPR.n.lo, EAX); in recDIVU()
2473 MOV32RtoM((uptr)&psxRegs.pc, EAX); in recSYSCALL()
2688 MOV32RtoM((uptr)&target, EAX); in recJR()
[all …]
H A Dix86_sse.c1317 MOV32RtoM((uptr)p, EAX); in SSE2EMU_MOVD_RmOffset_to_XMM()
1447 MOV32RtoM(to, EAX); in SSE2EMU_MOVD_XMM_to_M32()
1453 MOV32RtoM((uptr)p, from); in SSE2EMU_MOVD_R_to_XMM()
H A Dix86-64.c430 void MOV32RtoM( uptr to, x86IntRegType from ) in MOV32RtoM() function
H A Dix86-64.h303 void MOV32RtoM( uptr to, x86IntRegType from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ppc/
H A DpR3000A.c3295 MOV32RtoM((u32)&psxRegs.CP0.n.Status, EAX); in recRFE()