mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 20:35:01 +00:00
Added S_ANDN2_B32 and S_NAND_B32 opcodes (#833)
* Added S_ANDN2_B32 and S_NAND_B32 opcodes * Update src/shader_recompiler/frontend/translate/scalar_alu.cpp Co-authored-by: baggins183 <baggins31084@proton.me> * Fix result and src1 Co-authored-by: baggins183 <baggins31084@proton.me> * update result Co-authored-by: baggins183 <baggins31084@proton.me> * Update src1 Co-authored-by: baggins183 <baggins31084@proton.me> --------- Co-authored-by: baggins183 <baggins31084@proton.me>
This commit is contained in:
parent
411449cd51
commit
4502a5ddcc
2 changed files with 15 additions and 5 deletions
|
@ -84,7 +84,7 @@ public:
|
|||
void S_OR_B64(NegateMode negate, bool is_xor, const GcnInst& inst);
|
||||
void S_AND_B64(NegateMode negate, const GcnInst& inst);
|
||||
void S_ADD_I32(const GcnInst& inst);
|
||||
void S_AND_B32(const GcnInst& inst);
|
||||
void S_AND_B32(NegateMode negate, const GcnInst& inst);
|
||||
void S_ASHR_I32(const GcnInst& inst);
|
||||
void S_OR_B32(const GcnInst& inst);
|
||||
void S_LSHR_B32(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue