Dillon Beliveau
|
2013b231df
|
dsrl32, dmfc1, dmtc1, implement float_abs_reg_reg
|
2023-03-19 01:29:50 -07:00 |
|
Dillon Beliveau
|
89847bb47c
|
sdl, sdr, sync, ll, sc
|
2023-03-19 01:06:20 -07:00 |
|
Dillon Beliveau
|
b920127cfd
|
clear FCR31 flag and cause in interpreter, when comparing
|
2023-03-18 17:30:33 -07:00 |
|
Dillon Beliveau
|
6932c7f383
|
check FCR31 in dynarec_compare
|
2023-03-18 17:30:14 -07:00 |
|
Dillon Beliveau
|
d8ba707f4a
|
Merge branch 'master' into dynarec_v2
|
2023-03-18 17:19:14 -07:00 |
|
Dillon Beliveau
|
a9071ba5b3
|
dynarec_compare: cleanup IPC resources at exit
|
2023-03-18 16:56:02 -07:00 |
|
Dillon Beliveau
|
e267984840
|
Merge pull request #39 from Dillonb/accurate_fpu
Accurate fpu
|
2023-03-18 15:57:28 -07:00 |
|
Dillon Beliveau
|
bbd87af7d4
|
Fix FPU on Windows
|
2023-03-18 15:52:01 -07:00 |
|
Dillon Beliveau
|
1e3646457f
|
mov.s is an alias for mov.d
|
2023-03-18 15:13:34 -07:00 |
|
Dillon Beliveau
|
2ffc72e187
|
sign extend when moving a 32 bit fpu reg to a gpr
|
2023-03-18 15:11:49 -07:00 |
|
Dillon Beliveau
|
28f15455b4
|
incomplete s64 divides
|
2023-03-18 14:51:12 -07:00 |
|
Dillon Beliveau
|
ce699fe528
|
Explicit error when scheduler event nodes are exhausted
|
2023-03-18 14:24:22 -07:00 |
|
Dillon Beliveau
|
29f1f0a862
|
Remove extra on_pi_dma_complete() call
|
2023-03-18 14:22:34 -07:00 |
|
Dillon Beliveau
|
1c136e8d9c
|
handle spilled GPR in mov_gpr_fgr
|
2023-03-18 13:53:50 -07:00 |
|
Dillon Beliveau
|
3191f95abd
|
float sqrt/abs/neg
|
2023-03-18 13:53:37 -07:00 |
|
Dillon Beliveau
|
ef02cf5500
|
when disassembling a block of guest code, print the instruction word
|
2023-03-18 13:52:02 -07:00 |
|
Dillon Beliveau
|
b2803666d1
|
match JIT RSP behavior in interpreter, if we are comparing the jit vs. the interpreter
|
2023-03-18 13:51:28 -07:00 |
|
Dillon Beliveau
|
ad04383c5d
|
Fix mov reg_reg when both regs spilled
|
2023-03-18 13:02:38 -07:00 |
|
Dillon Beliveau
|
0fd0988189
|
Fix CVT overflow checks
|
2023-03-18 11:29:31 -07:00 |
|
Dillon Beliveau
|
b701312282
|
set_cause_cvt_l_d takes a double
|
2023-03-18 10:25:42 -07:00 |
|
Dillon Beliveau
|
52bf0d8048
|
trunc.l, round.l, ceil.l, floor.l, cvt.l wip
|
2023-03-13 00:05:52 -07:00 |
|
Dillon Beliveau
|
71ccc8d94a
|
trunc.w, round.w, ceil.w, floor.w, cvt.w complete
|
2023-03-12 22:24:28 -07:00 |
|
Dillon Beliveau
|
8b14b3d369
|
updates to trunc.w, round.w, ceil.w, floor.w, cvt.w. Not quite done yet
|
2023-03-12 21:52:49 -07:00 |
|
Dillon Beliveau
|
0bcf8902a8
|
cvt_w_s, cvt_w_d, remove last remaining NaN asserts
|
2023-03-12 21:42:11 -07:00 |
|
Dillon Beliveau
|
2e633dac5b
|
cvt.s.fmt, cvt.d.fmt
|
2023-03-12 21:12:31 -07:00 |
|
Dillon Beliveau
|
0a8a014443
|
MFC1/DMFC1/MTC1/DMTC1 preserve cause
|
2023-03-12 20:53:16 -07:00 |
|
Dillon Beliveau
|
8574cc5f70
|
actually, this is the behavior of all invalid FPU operations
|
2023-03-12 20:53:00 -07:00 |
|
Dillon Beliveau
|
74d546c132
|
DCFC1/DCTC1 throw unimplemented exception
|
2023-03-12 20:21:32 -07:00 |
|
Dillon Beliveau
|
be698f6486
|
all compare instructions
|
2023-03-12 20:21:05 -07:00 |
|
Dillon Beliveau
|
2e6ca46a9b
|
exceptions and failure cases for mul/div/sqrt/abs/neg + fpu mov preserves cause
|
2023-03-12 18:07:46 -07:00 |
|
Dillon Beliveau
|
8bd11e1c05
|
handle FE_UNDERFLOW better
|
2023-03-12 18:06:37 -07:00 |
|
Dillon Beliveau
|
ca9bf27f56
|
macro for FPU ops, use for add.s/d, sub.s/d
|
2023-03-12 17:13:19 -07:00 |
|
Dillon Beliveau
|
1152761f91
|
exceptions and failure cases for add.d
|
2023-03-12 16:33:20 -07:00 |
|
Dillon Beliveau
|
583ea15257
|
exceptions and failure cases for add.s
|
2023-03-12 16:13:28 -07:00 |
|
Dillon Beliveau
|
bf820b2d96
|
fix FPU exceptions - unimplemented operation should always be enabled
|
2023-03-12 14:05:43 -07:00 |
|
Dillon Beliveau
|
5837f37998
|
implement ceil.l.d, ceil.w.d, floor.l.d, floor.w.d
|
2023-03-12 14:05:30 -07:00 |
|
Dillon Beliveau
|
9347c9cb61
|
fix 64 bit floating point register accesses
|
2023-03-12 13:55:45 -07:00 |
|
Dillon Beliveau
|
059fbf2bfa
|
fix 32 bit floating point register accesses
|
2023-03-12 13:25:51 -07:00 |
|
Dillon Beliveau
|
72f46b462d
|
Merge branch 'master' into dynarec_v2
|
2023-03-11 20:05:06 -08:00 |
|
Dillon Beliveau
|
89bc6ed67d
|
mov reg_reg with both regs spilled
|
2023-03-11 19:51:42 -08:00 |
|
Dillon Beliveau
|
3154f9eeeb
|
tlbwi/tlbp
|
2023-03-11 19:51:26 -08:00 |
|
Dillon Beliveau
|
fe2a97a80d
|
FPU accuracy updates
|
2023-03-11 17:53:21 -08:00 |
|
Dillon Beliveau
|
665a1802fe
|
improvements to fpu register access - not quite perfect yet
|
2023-03-11 16:04:22 -08:00 |
|
Dillon Beliveau
|
1b251a8075
|
check fpu exception
|
2023-03-11 16:04:11 -08:00 |
|
Dillon Beliveau
|
48d1cdae70
|
implement more floor instrs, implement ceil instrs
|
2023-03-11 14:37:29 -08:00 |
|
Dillon Beliveau
|
9cf8fb0c6e
|
misaligned PC exceptions
|
2023-03-11 14:11:04 -08:00 |
|
Dillon Beliveau
|
8dadfebffa
|
implement DSRL
|
2023-03-11 13:40:44 -08:00 |
|
Dillon Beliveau
|
a028d0e96b
|
fix DSUBU and DSUB
|
2023-03-11 13:35:41 -08:00 |
|
Dillon Beliveau
|
dd2bc32c5d
|
dynarec compare use shared memory for joybus devices
|
2023-03-11 12:46:03 -08:00 |
|
Dillon Beliveau
|
887a36fe2d
|
Merge branch 'master' into dynarec_v2
|
2023-03-11 12:43:44 -08:00 |
|