compiler/arm/{macros,float}: Introduce non-complex float MOVE macros.
commitc028e8691685d58c390112a5528899a07ee842e4
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Sun, 4 May 2014 23:45:55 +0000 (4 19:45 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:15:52 +0000 (10 15:15 -0400)
tree80bdc906c16ae01147b2745f3d9e7ab607bcf00c
parentc5fd96fc2dc5358e368e4c6796eaeb9b1ae2f7a4
compiler/arm/{macros,float}: Introduce non-complex float MOVE macros.

  * By analogy with the integer-register MOVE macro, introduce
MOVE-SINGLE and MOVE-DOUBLE macros, as an initial step towards
simplifying the VOP definitions in the floating-point support.
src/compiler/arm/float.lisp
src/compiler/arm/macros.lisp