OSDN Git Service

ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
authorJim Grosbach <grosbach@apple.com>
Thu, 22 Dec 2011 22:19:05 +0000 (22:19 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 22 Dec 2011 22:19:05 +0000 (22:19 +0000)
commit4050bc4cab61f8d3c7583a9b60f17c7da47bbf69
tree3108fc3a9e2f46c33d7439974c2a1617c9241889
parentd2355e72c56f0fe8fe032afc171c5622ad029c6a
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).

rdar://10558523

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
test/MC/ARM/simple-fp-encoding.s
utils/TableGen/EDEmitter.cpp