IR: Change VSXTL2 to use IR::OpSize

This commit is contained in:
Ryan Houdek 2024-10-27 23:21:49 -07:00
parent 0692b34192
commit 5ab41056ab
No known key found for this signature in database

View File

@ -2033,7 +2033,7 @@
"DestSize": "RegisterSize",
"NumElements": "RegisterSize / (ElementSize << 1)"
},
"FPR = VSXTL2 u8:#RegisterSize, u8:#ElementSize, FPR:$Vector": {
"FPR = VSXTL2 OpSize:#RegisterSize, OpSize:#ElementSize, FPR:$Vector": {
"Desc": ["Sign extends elements from the source element size to the next size up",
"Source elements come from the upper half of the register"
],