Provide correct encodings for NEON vcvt, which has its own special immediate encoding
authorOwen Anderson <resistor@mac.com>
Wed, 27 Oct 2010 22:49:00 +0000 (22:49 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 27 Oct 2010 22:49:00 +0000 (22:49 +0000)
commit498ec20703c89d0c2890b0967791f0f5f2b59a2f
treec1f65fe1682b187fbcd984aedeed999753882e61
parent6b15639e267575a2c95f89d6b266e0fcd9231d91
Provide correct encodings for NEON vcvt, which has its own special immediate encoding
for specifying fractional bits for fixed point conversions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/neon-convert-encoding.ll [new file with mode: 0644]
utils/TableGen/EDEmitter.cpp