IR: Change VUXTL to use IR::OpSize

This commit is contained in:
Ryan Houdek 2024-10-27 23:23:12 -07:00
parent b8bc9659d4
commit 414486f1dd
No known key found for this signature in database

View File

@ -2052,7 +2052,7 @@
"DestSize": "RegisterSize",
"NumElements": "RegisterSize / (ElementSize << 1)"
},
"FPR = VUXTL u8:#RegisterSize, u8:#ElementSize, FPR:$Vector": {
"FPR = VUXTL OpSize:#RegisterSize, OpSize:#ElementSize, FPR:$Vector": {
"Desc": "Zero extends elements from the source element size to the next size up",
"DestSize": "RegisterSize",
"NumElements": "RegisterSize / (ElementSize << 1)"