IR: Change VRev32 to use IR::OpSize

This commit is contained in:
Ryan Houdek 2024-10-27 23:34:51 -07:00
parent d140cb4450
commit 53ca2ac378
No known key found for this signature in database

View File

@ -2110,7 +2110,7 @@
"DestSize": "RegisterSize",
"NumElements": "RegisterSize / ElementSize"
},
"FPR = VRev32 u8:#RegisterSize, u8:#ElementSize, FPR:$Vector": {
"FPR = VRev32 OpSize:#RegisterSize, OpSize:#ElementSize, FPR:$Vector": {
"Desc" : ["Reverses elements in 32-bit halfwords",
"Available element size: 1byte, 2 byte"
],