Re: [PATCH 1/2] AArch64: Improve SIMD immediate generation

2024-10-22 Thread Richard Sandiford
Wilco Dijkstra writes: > Cleanup the various interfaces related to SIMD immediate generation. > Introduce new functions > that make it clear which operation (AND, OR, MOV) we are testing for rather > than guessing the > final instruction. Reduce the use of overly long names, unused and default

[PATCH 1/2] AArch64: Improve SIMD immediate generation

2024-10-14 Thread Wilco Dijkstra
Cleanup the various interfaces related to SIMD immediate generation. Introduce new functions that make it clear which operation (AND, OR, MOV) we are testing for rather than guessing the final instruction. Reduce the use of overly long names, unused and default parameters for clarity. No cha