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
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