Finn Wilkinson

Results 45 comments of Finn Wilkinson

All the above look great, thanks very mcuh for all your hard work on this! I'm looking forward to it being merged into `next`. If I spot anything further I'll...

Hi @Rot127, I'm really keen to see this PR merged into the `next` branch and know that there is a lot of other work that you and others are doing...

This should address issue #36

Hi, Sorry for the late reply to your issue. I think this is an error we have fixed in the `dev` branch already. Could you try run your binary again...

Given the large overhaul in `multi-thread-support` with how syscalls are emulated, this fix will be added to this branch

Thanks for finding this Tom. Yes pull requests are welcome

After looking into the instruction `SSHLL`, this performs a signed shift. We will need to make sure that your proposed change does not effect the intended functionality i.e. possibly by...

After verifying on hardware, I think a viable solution will be to cast the input vector elements to their unsigned variant (as for all representations `UINT_MAX > INT_MAX` && `UINT_MAX...

I've been eagerly awaiting the LLVM 18 aarch64 update to Capstone for a while as I do research into SME, so will let you guys know if I run into...

Also, an alternative to moving the sysop outside the union could be to add a `fp` field to `aarch64_sysop_imm`? Although this _may_ be a little confusing?