mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-02-13 17:10:08 +00:00
shader_recompiler: add v_trunc_f64
on inst format table
This commit is contained in:
parent
06fe4cff42
commit
823b897d25
|
@ -1836,7 +1836,8 @@ constexpr std::array<InstFormat, 71> InstructionFormatVOP1 = {{
|
||||||
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Float64, ScalarType::Uint32},
|
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Float64, ScalarType::Uint32},
|
||||||
// 22 = V_CVT_F64_U32
|
// 22 = V_CVT_F64_U32
|
||||||
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Uint32, ScalarType::Float64},
|
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Uint32, ScalarType::Float64},
|
||||||
{},
|
// 23 = V_TRUNC_F64
|
||||||
|
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Float64, ScalarType::Float64},
|
||||||
{},
|
{},
|
||||||
{},
|
{},
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in a new issue