LOGBITP and LOGTEST optimizations from x86.
authorMartin Cracauer <cracauer@google.com>
Thu, 11 Apr 2013 15:34:03 +0000 (11:34 -0400)
committerMartin Cracauer <cracauer@google.com>
Thu, 11 Apr 2013 15:34:03 +0000 (11:34 -0400)
commit7a2a31f9407a7da9d26cf1bc91c302461823719f
tree70f7657c56609557c59a1412d6124052e4b2bd7b
parentd59bdfa4e0d74a69f700b516f143fe0176dc84ca
LOGBITP and LOGTEST optimizations from x86.

Copy Nathan Froyd's optimizations for LOGBITP and LOGTEST
on x86 architecture into x86-64.

Committing change submitted by Doug Katzman.
NEWS
src/compiler/x86-64/arith.lisp
src/compiler/x86-64/insts.lisp
src/compiler/x86-64/vm.lisp