compiler/arm/insts: Implement disassembly of the CLZ instruction.
commit1bba5bc478b463045f632969738f17246f7a7705
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 1 May 2014 03:33:42 +0000 (30 23:33 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:15:51 +0000 (10 15:15 -0400)
tree1fbb5609b1cfb99bcaad6170c2c68a3f59a12869
parentde90f59db32a3f3800883ce3b2f48b78211d5561
compiler/arm/insts: Implement disassembly of the CLZ instruction.

  * Fairly simple, as it largely fits into the mould of a data
processing instruction, with several limitations on some of the
field values.  Stack a few constant field values and a printer
override, and done.
src/compiler/arm/insts.lisp