Nekotekina
|
1a5d5c96ed
|
Compilation fix
|
2015-01-22 00:39:25 +03:00 |
|
Nekotekina
|
79d03ece66
|
ARMv7 decoder improved
|
2015-01-22 00:09:37 +03:00 |
|
Nekotekina
|
ec2e53dc6b
|
Formatting changes
|
2015-01-20 02:15:43 +03:00 |
|
Nekotekina
|
c4558d2ca7
|
cast_armv7_gpr added
|
2015-01-19 21:02:33 +03:00 |
|
Nekotekina
|
f3c9143a81
|
cast_to_ppu_gpr(), cast_from_ppu_gpr() updated
|
2015-01-19 17:16:31 +03:00 |
|
Nekotekina
|
0d28f378a7
|
fmt::format() optimization (fmt::unveil template)
|
2015-01-19 01:54:56 +03:00 |
|
B1ackDaemon
|
d9dd3a7eda
|
Merge pull request #969 from achurch/spu-interpreter-fixes
Fix SPU interpreter to match real hardware
|
2015-01-18 20:54:12 +02:00 |
|
Andrew Church
|
e64f6a1db3
|
Implement full floating-point support.
|
2015-01-19 03:19:10 +09:00 |
|
Andrew Church
|
4375422c09
|
Implement the mfspr and mtspr instructions.
|
2015-01-19 03:18:36 +09:00 |
|
Andrew Church
|
03b059c1d5
|
Implement the SRR0 register.
|
2015-01-19 03:18:03 +09:00 |
|
Andrew Church
|
a87de1b565
|
Implement the FPSCR register.
|
2015-01-19 03:17:51 +09:00 |
|
Andrew Church
|
3a87a40593
|
Implement host FP exception checking for PPU floating-point instructions.
|
2015-01-18 21:14:31 +09:00 |
|
Andrew Church
|
04902965fe
|
Set host FP rounding mode for PPU floating-point instructions.
|
2015-01-18 21:14:19 +09:00 |
|
B1ackDaemon
|
26f1e2c9e3
|
Merge pull request #965 from Nekotekina/master
cellAudio update, thread_t
|
2015-01-18 02:40:03 +02:00 |
|
Andrew Church
|
c9df9c93ed
|
Implement VSCR_NJ for all vector FP instructions.
|
2015-01-18 07:05:48 +09:00 |
|
Andrew Church
|
9a310c312e
|
Fix intermediate truncation in vector FP fused multiply-add.
|
2015-01-18 07:05:38 +09:00 |
|
Andrew Church
|
3eb3f66e96
|
Fix vmaxfp/vminfp with mixed signs of zero.
|
2015-01-18 07:05:30 +09:00 |
|
Andrew Church
|
10c706d9a5
|
Handle NaNs correctly in vector FP instructions.
|
2015-01-18 07:05:18 +09:00 |
|
Andrew Church
|
2e2dbf6c33
|
Reduce code duplication for vcmp instructions.
|
2015-01-18 07:05:08 +09:00 |
|
Andrew Church
|
0fa0946a46
|
Fix vsumsws clobbering input registers and reading from the wrong word.
|
2015-01-18 07:04:56 +09:00 |
|
Andrew Church
|
14e0cbde9c
|
Catch invalid and zero-division exceptions in FPU instructions.
|
2015-01-18 07:04:45 +09:00 |
|
Andrew Church
|
43e74a9c61
|
Fix intermediate rounding of fused multiply-add instructions.
|
2015-01-18 07:04:35 +09:00 |
|
Andrew Church
|
fee20573d2
|
Fix fcti rounding.
|
2015-01-18 07:04:22 +09:00 |
|
Andrew Church
|
5fd88bf801
|
Fix invalid double constant.
|
2015-01-18 07:04:13 +09:00 |
|
Andrew Church
|
46fa645555
|
Reduce code duplication in FPU instruction implementations.
|
2015-01-18 07:04:01 +09:00 |
|
Andrew Church
|
bbe12bf4b1
|
Fix mftbu returning the wrong half of the timebase register.
|
2015-01-18 07:03:48 +09:00 |
|
Andrew Church
|
74cbf1877b
|
Fix stwcx. and stdcx. not properly clearing the reservation address.
|
2015-01-18 07:03:16 +09:00 |
|
Andrew Church
|
d78fe3b4d4
|
Fix detection of denormals in frsp.
|
2015-01-18 07:03:02 +09:00 |
|
Andrew Church
|
b7761beee9
|
Fix lfs/stfs with SNaNs.
|
2015-01-18 07:02:50 +09:00 |
|
Andrew Church
|
42b55c60e7
|
Fix fcmp.
|
2015-01-18 07:02:18 +09:00 |
|
Andrew Church
|
6cd3310171
|
Fix FPSCR manipulation instructions.
|
2015-01-18 07:02:11 +09:00 |
|
Andrew Church
|
ee508f85b4
|
Fix handling of VRSAVE, and remove references to nonexistent USPRG registers.
|
2015-01-18 07:01:52 +09:00 |
|
Andrew Church
|
e47d21024c
|
Fix mtcrf.
|
2015-01-18 07:01:25 +09:00 |
|
Andrew Church
|
54827f7267
|
Fix conditional bcctr.
|
2015-01-18 07:01:16 +09:00 |
|
Andrew Church
|
ae4420e604
|
Implement missing PPU instructions.
|
2015-01-18 07:00:58 +09:00 |
|
Nekotekina
|
42b748a881
|
Syscall name resolving improved
|
2015-01-14 22:45:36 +03:00 |
|
Nekotekina
|
809ba66290
|
vm::cast in PPUInterpreter
|
2015-01-14 19:48:50 +03:00 |
|
Nekotekina
|
bf7cf0ee9d
|
.ToLE() changed to .value() or removed
|
2015-01-14 02:08:00 +03:00 |
|
Nekotekina
|
1c4e89d2bf
|
Formatting fixes, ToBE() replaced with data()
|
2015-01-13 17:54:36 +03:00 |
|
Nekotekina
|
b6ec618f97
|
Experimental template formatting with be_t<> support
|
2015-01-12 21:12:06 +03:00 |
|
Nekotekina
|
da09477be8
|
Callback syntax changed
call() became overloaded () operator
|
2015-01-11 13:43:40 +03:00 |
|
Nekotekina
|
056f93f3e4
|
Linux fixes
|
2015-01-09 01:17:26 +03:00 |
|
Nekotekina
|
bd71c1200e
|
CB_FUNC/SC_FUNC fixed
|
2015-01-07 19:44:47 +03:00 |
|
Nekotekina
|
d8664c8da4
|
Bugfix
|
2015-01-02 19:02:31 +03:00 |
|
Nekotekina
|
318d7276c0
|
Warning fix
|
2015-01-02 18:29:57 +03:00 |
|
Nekotekina
|
f3cd908d5c
|
Sync primitives reworked
(rwlock rewritten)
|
2015-01-02 02:41:29 +03:00 |
|
Nekotekina
|
be2d606193
|
Conflicts fixed
|
2014-12-26 17:06:36 +03:00 |
|
Nekotekina
|
7613d749ec
|
SQueue renamed and moved
|
2014-12-25 01:24:17 +03:00 |
|
Nekotekina
|
d8239a39c9
|
std::shared_ptr in IdManager
|
2014-12-24 02:38:13 +03:00 |
|
Nekotekina
|
b2de24db73
|
SMutex eliminated
|
2014-12-23 02:31:11 +03:00 |
|