mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -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,
|
||||
VectorFpRound32,
|
||||
VectorFpField32,
|
||||
VectorFpTran16,
|
||||
VectorFpTran32,
|
||||
VectorFpCmp16,
|
||||
VectorFpCmp32,
|
||||
VectorFpArith64,
|
||||
VectorFpRound64,
|
||||
@ -2338,6 +2340,7 @@ enum class InstClass : u32 {
|
||||
VectorIntArith16,
|
||||
VectorIntArith32,
|
||||
VectorIntArith64,
|
||||
VectorIntCmp16,
|
||||
VectorIntCmp32,
|
||||
VectorIntCmp64,
|
||||
VectorConv,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user