Unknown W. Brackets
|
a589361b82
|
Call GEtImm() before Map* in case of overlap.
|
2013-03-09 14:39:17 -08:00 |
|
Henrik Rydgård
|
b77d965e56
|
Merge pull request #917 from unknownbrackets/jit-memcheck
Memory breakpoints (jit x86 only)
|
2013-03-09 13:55:05 -08:00 |
|
Unknown W. Brackets
|
9100c4a5a2
|
armjit: Don't MapReg before checking for IsImm().
|
2013-03-09 11:57:02 -08:00 |
|
Unknown W. Brackets
|
9cf2bcd06c
|
Fix register memcheck to respect offset.
|
2013-03-09 09:01:23 -08:00 |
|
Unknown W. Brackets
|
d051ea3106
|
Flush when checking for memcheck coreStates.
Trouble is this has to be done outside the lock. So, moved out.
|
2013-03-09 02:41:50 -08:00 |
|
Unknown W. Brackets
|
a926ef6776
|
Respect read/write only mem breakpoints in x86 jit.
|
2013-03-09 02:41:49 -08:00 |
|
Unknown W. Brackets
|
15ff927d4d
|
And now the dynamic memory breakpoints in x86 jit.
And add notes that this is interpreter/HLE only for now.
|
2013-03-09 02:41:49 -08:00 |
|
Unknown W. Brackets
|
68aaac25c6
|
Use unsigned compares in slowmem x86 jit.
|
2013-03-09 02:41:48 -08:00 |
|
Unknown W. Brackets
|
d10bdd6938
|
Basic working imm mem breakpoints in x86 jit.
Seems to work okay. Doen't cover HLE of course.
|
2013-03-09 02:41:48 -08:00 |
|
Unknown W. Brackets
|
6290b67984
|
Validate the full memory access is valid.
Probably barely matters, but since we have the size now anyway...
|
2013-03-09 02:41:47 -08:00 |
|
Unknown W. Brackets
|
4908fb8046
|
Don't trip in a delay slot for bad mem access.
Could've done some tricky things... we don't jump correctly then.
|
2013-03-09 02:41:47 -08:00 |
|
Unknown W. Brackets
|
2d6a730cac
|
Add some basics for memory checks to x86 jit.
Specifically, we will need to be able to bail in delayslots,
and we will need to know the size of the access (useful anyway.)
|
2013-03-09 02:41:46 -08:00 |
|
Unknown W. Brackets
|
c4ab0855b4
|
Make sure interpreter and jit savestates match.
|
2013-03-08 08:49:21 -08:00 |
|
Sacha
|
7782be9a3e
|
Try software rounding mode instead. Use conditionals for VFP functions. Note: Round to Zero not working for some reason?
|
2013-03-08 22:39:34 +10:00 |
|
Sacha
|
fbef590bed
|
Add emitters for VMRS/VMSR. Undisable ceil, which works. Add stub for rounding mode handling.
|
2013-03-08 22:39:34 +10:00 |
|
Sacha
|
6adb6762f2
|
Enable instructions: ceil, ins (confirmed working). Buildfix for Qt platforms.
|
2013-03-08 12:36:04 +10:00 |
|
xsacha
|
9973f0456b
|
Merge pull request #897 from unknownbrackets/jit-minor
Some armjit sync
|
2013-03-07 18:18:13 -08:00 |
|
Sacha
|
cc65b0add9
|
Fix rounding. Was disabling wrong rounding mode. Previous one wasn't merge-ready but should be OK now. Only tests that fail are VFPU now.
|
2013-03-07 22:34:20 +10:00 |
|
Sacha
|
b9ec281c55
|
Disable rounding methods that aren't working in hardware. Add some notes. Fix compare fall-through and choose right round method.
|
2013-03-07 21:33:30 +10:00 |
|
Unknown W. Brackets
|
cea396e901
|
armjit: Don't use R1 in the regcache.
This way it can be used in swl/swr/ins as a temp reg.
Note: those instructions are currently DISABLEd, though.
|
2013-03-07 02:09:13 -08:00 |
|
Unknown W. Brackets
|
925e4e42bd
|
armjit: Disable ext for now, breaks Disgaea?
|
2013-03-07 02:08:45 -08:00 |
|
Unknown W. Brackets
|
d525abbcad
|
Cleanup some indentation, more compares to 0.
|
2013-03-07 02:08:45 -08:00 |
|
Unknown W. Brackets
|
028e85dc92
|
Cleanup some differences between the two jits.
|
2013-03-07 02:08:44 -08:00 |
|
Unknown W. Brackets
|
669600bd8a
|
Minor cleanup.
|
2013-03-07 02:08:44 -08:00 |
|
Sacha
|
2a9074d92f
|
Fix FPU comp UEQ case.
|
2013-03-07 14:46:11 +10:00 |
|