When using cstool, I'm not able to decode ARM64 luti2 and luti4 instructions.
Here are some examples:
Hexcode: 00B02045
Should output: luti2 z0.b, { z0.b }, z0[0]
But cstool fails and stops decoding altogether.
Hexcode: 55B17545
Should output: luti2 z21.b, { z10.b }, z21[1]
But again, cstool fails and stops decoding.
When using
cstool, I'm not able to decode ARM64luti2andluti4instructions.Here are some examples:
Hexcode:
00B02045Should output:
luti2 z0.b, { z0.b }, z0[0]But
cstoolfails and stops decoding altogether.Hexcode:
55B17545Should output:
luti2 z21.b, { z10.b }, z21[1]But again,
cstoolfails and stops decoding.