compiler/arm/{arith,parms}: Define remaining two-arg static-funs.
commiteb79ae6519321811d280af129c09d9190d0c490d
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 19 Apr 2014 21:39:52 +0000 (19 17:39 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:20 +0000 (10 15:12 -0400)
tree88a6da8d3b07e9d2943977d9a883f2d1a25014e5
parentb6db9944d072438702c6f5d5d8e2bb24de96e9ea
compiler/arm/{arith,parms}: Define remaining two-arg static-funs.

  * These are all of the remaining TWO-ARG-whatever static-funs
actually implemented in lisp code.  Presumably they are also the
minimal required set, but in any case defining more would be
overkill.

  * While this is not the last of the static-funs, I suspect that
it is the last of the REQUIRED static-funs, as the remaining cases
all :TRANSLATE the function name (as opposed to these cases, where
the :TRANSLATE is for a different base function).
src/compiler/arm/arith.lisp
src/compiler/arm/parms.lisp