mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
shader_recompiler: added V_TRUNC VOP1/3 (496)
This commit is contained in:
parent
d3ab612bdc
commit
396812bab6
3 changed files with 9 additions and 0 deletions
|
@ -114,6 +114,7 @@ public:
|
|||
void V_CVT_I32_F32(const GcnInst& inst);
|
||||
void V_MIN_I32(const GcnInst& inst);
|
||||
void V_MUL_LO_U32(const GcnInst& inst);
|
||||
void V_TRUNC_F32(const GcnInst& inst);
|
||||
|
||||
// Vector Memory
|
||||
void BUFFER_LOAD_FORMAT(u32 num_dwords, bool is_typed, const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue