On 10/20/18 12:14 AM, Bastian Koppelmann wrote: > + static int32_t ex_shift_##amount(int imm) \
Not that it'll matter in practice, but s/int32_t/int/. That's the type that's passed in, and it's the type that is stored in the argument set structures. r~