shader_recompiler: added V_TRUNC VOP1/3 (496)

This commit is contained in:
psucien 2024-06-16 23:39:45 +02:00
parent d3ab612bdc
commit 396812bab6
3 changed files with 9 additions and 0 deletions

View file

@ -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);