> You are right, I forgot about that. Is there a mode one can use that > changes depending on the target architecture (32-bit on 32-bit > architectures and 64-bit on 64-bit architectures)?
Yes, Pmode does exactly that, but you cannot use it directly in the MD file. > Or does one have to add a 32-bit and a 64-bit variant of window_save? Sort of, you can use the P mode iterator, but the name of the pattern will vary so you'll need to adjust the callers. -- Eric Botcazou