mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-04 04:22:25 +00:00
IR: Change VUShrNI2 to use IR::OpSize
This commit is contained in:
parent
cb18963ded
commit
3636c332ff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user