mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-18 12:38:27 +00:00
shader_recompiler/frontend: fix V_NOP instruction format
This commit is contained in:
parent
510ad570d4
commit
785cd7ed64
|
@ -1786,8 +1786,7 @@ constexpr std::array<InstFormat, 455> InstructionFormatVOP3 = {{
|
||||||
|
|
||||||
constexpr std::array<InstFormat, 71> InstructionFormatVOP1 = {{
|
constexpr std::array<InstFormat, 71> InstructionFormatVOP1 = {{
|
||||||
// 0 = V_NOP
|
// 0 = V_NOP
|
||||||
{InstClass::VectorMisc, InstCategory::VectorALU, 0, 1, ScalarType::Undefined,
|
{InstClass::VectorMisc, InstCategory::VectorALU, 0, 1, ScalarType::Any, ScalarType::Any},
|
||||||
ScalarType::Undefined},
|
|
||||||
// 1 = V_MOV_B32
|
// 1 = V_MOV_B32
|
||||||
{InstClass::VectorRegMov, InstCategory::VectorALU, 1, 1, ScalarType::Uint32,
|
{InstClass::VectorRegMov, InstCategory::VectorALU, 1, 1, ScalarType::Uint32,
|
||||||
ScalarType::Uint32},
|
ScalarType::Uint32},
|
||||||
|
|
Loading…
Reference in a new issue