Define new GCN instructions present in Neo mode (#4297)

This commit is contained in:
Marcin Mikołajczyk 2026-04-20 20:53:40 +02:00 committed by GitHub
parent 01e8606f14
commit dcdbd174d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1762 additions and 1182 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,