base/asm-common.h (x86), and knock-on: Add macros for full-size regs.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 29 Oct 2019 18:55:16 +0000 (18:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
These registers get used a lot as pointers, so it's useful to be able to
refer to them as full-width registers more conveniently than `R_sp(r)'.
Introduce (C preprocessor) macros `AX', ..., for this purpose, and use
them extensively.

(Delete the existing `SI' and `DI' macros from `rijndael-x86ish-aesni.S'
which had the same purpose.)


No differences found