mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 12:25:00 +00:00
Add DS_READ2ST64_B32 (#916)
* Add DS_READ2ST64_B32 * Fix CLANG * Fix CI again * Parameter update for DS_READ
This commit is contained in:
parent
febc1a9e17
commit
b14f447060
2 changed files with 10 additions and 7 deletions
|
@ -211,7 +211,7 @@ public:
|
|||
|
||||
// Data share
|
||||
void DS_SWIZZLE_B32(const GcnInst& inst);
|
||||
void DS_READ(int bit_size, bool is_signed, bool is_pair, const GcnInst& inst);
|
||||
void DS_READ(int bit_size, bool is_signed, bool is_pair, bool stride64, const GcnInst& inst);
|
||||
void DS_WRITE(int bit_size, bool is_signed, bool is_pair, bool stride64, const GcnInst& inst);
|
||||
void DS_ADD_U32(const GcnInst& inst, bool rtn);
|
||||
void DS_MIN_U32(const GcnInst& inst, bool is_signed, bool rtn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue