ARM NEON "vmov.i8" immediate assembly parsing and encoding.
authorJim Grosbach <grosbach@apple.com>
Mon, 17 Oct 2011 22:26:03 +0000 (22:26 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 17 Oct 2011 22:26:03 +0000 (22:26 +0000)
commit0e387b2877e4eebeedfcb26b08253f9c1b946035
tree966264a697f1277fb46cd7a6bc98ae96f4b83e83
parent599d2d4c25d3aee63a21d9c67a88cd43bd971b7e
ARM NEON "vmov.i8" immediate assembly parsing and encoding.

NEON immediates are "interesting". Start of the work to handle parsing them
in an 'as' compatible manner. Getting the matcher to play nicely with
these and the floating point immediates from VFP is an extra fun wrinkle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/neon-mov-encoding.s
test/MC/ARM/neont2-mov-encoding.s
utils/TableGen/EDEmitter.cpp