mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-09 17:25:37 -06:00
Define new GCN instructions present in Neo mode (#4297)
This commit is contained in:
parent
01e8606f14
commit
dcdbd174d2
File diff suppressed because it is too large
Load Diff
@ -2328,7 +2328,9 @@ enum class InstClass : u32 {
|
|||||||
VectorFpArith32,
|
VectorFpArith32,
|
||||||
VectorFpRound32,
|
VectorFpRound32,
|
||||||
VectorFpField32,
|
VectorFpField32,
|
||||||
|
VectorFpTran16,
|
||||||
VectorFpTran32,
|
VectorFpTran32,
|
||||||
|
VectorFpCmp16,
|
||||||
VectorFpCmp32,
|
VectorFpCmp32,
|
||||||
VectorFpArith64,
|
VectorFpArith64,
|
||||||
VectorFpRound64,
|
VectorFpRound64,
|
||||||
@ -2338,6 +2340,7 @@ enum class InstClass : u32 {
|
|||||||
VectorIntArith16,
|
VectorIntArith16,
|
||||||
VectorIntArith32,
|
VectorIntArith32,
|
||||||
VectorIntArith64,
|
VectorIntArith64,
|
||||||
|
VectorIntCmp16,
|
||||||
VectorIntCmp32,
|
VectorIntCmp32,
|
||||||
VectorIntCmp64,
|
VectorIntCmp64,
|
||||||
VectorConv,
|
VectorConv,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user