shadPS4/src
Vinicius Rangel 680192a0c4
64 bits OP, impl V_ADDC_U32 & V_MAD_U64_U32 (#310)
* impl V_ADDC_U32 & V_MAD_U64_U32

* shader recompiler: add 64 bits version to get register / GetSrc

* fix V_ADDC_U32 carry

* shader recompiler: removed automatic conversion to force_flt in GetSRc

* shader recompiler: auto cast between u32 and u64 during ssa pass

* shader recompiler: fix SetVectorReg64 & standardize switches-case

* shader translate: fix overflow detection in V_ADD_I32

use vcc lo instead of vcc thread bit

* shader recompiler: more 64-bit work

- removed bit_size parameter from Get[Scalar/Vector]Register
- add BitwiseOr64
- add SetDst64 as a replacement for SetScalarReg64 & SetVectorReg64
- add GetSrc64 for 64-bit value

* shader recompiler: add V_MAD_U64_U32 vcc output

- add V_MAD_U64_U32 vcc output
- ILessThan for 64-bits

* shader recompiler: removed unnecessary changes & missing consts

* shader_recompiler: Add s64 type in constant propagation
2024-07-27 17:23:59 +03:00
..
audio_core Fix sceAudioOutOpen not handling audio param attributes 2024-07-08 01:29:58 -03:00
common fs: added /download0 mount 2024-07-26 08:07:22 -06:00
core semaphore: Yet another race condition fix (#327) 2024-07-27 17:18:18 +03:00
images - Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) 2024-06-10 20:42:21 -06:00
input posix_pthread_yield , scePadGetHandle 2024-06-20 17:10:14 +03:00
qt_gui I fixed the button, PKG patch version is older 2024-07-23 19:21:54 -03:00
shader_recompiler 64 bits OP, impl V_ADDC_U32 & V_MAD_U64_U32 (#310) 2024-07-27 17:23:59 +03:00
video_core Update format list for rebase and sort and remove duplicates. 2024-07-21 22:36:12 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp fs: added /download0 mount 2024-07-26 08:07:22 -06:00
emulator.h Fix missing logging on memory manager initalization. 2024-07-21 22:36:12 +03:00
main.cpp moved main code , to emulator,cpp , emulator.h class 2024-06-10 15:18:42 +03:00
sdl_window.cpp ... 2024-07-26 07:59:55 +03:00
sdl_window.h Applied feedback from @raphaelthegreat 2024-07-26 07:59:35 +03:00
shadps4.qrc - Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) 2024-06-10 20:42:21 -06:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00