IR: Change VUShrNI2 to use IR::OpSize

This commit is contained in:
Ryan Houdek 2024-10-27 23:05:41 -07:00
parent cb18963ded
commit 3636c332ff
No known key found for this signature in database

View File

@ -2020,7 +2020,7 @@
"NumElements": "RegisterSize / (ElementSize >> 1)"
},
"FPR = VUShrNI2 u8:#RegisterSize, u8:#ElementSize, FPR:$VectorLower, FPR:$VectorUpper, u8:$BitShift": {
"FPR = VUShrNI2 OpSize:#RegisterSize, OpSize:#ElementSize, FPR:$VectorLower, FPR:$VectorUpper, u8:$BitShift": {
"TiedSource": 0,
"Desc": ["Unsigned shifts right each element and then narrows to the next lower element size",
"Inserts results in to the high elements of the first argument"