Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 4 Jul 2013 10:04:08 +0000 (10:04 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 4 Jul 2013 10:04:08 +0000 (10:04 +0000)
commit39f7488294bf2bbe6d9babd681bddcd854198239
tree372b1ce5103d16deadeee572d0be981ce470a1f1
parent130a6eb7fa3ba1c9d78b44f6445f7caa1301a75e
Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.

llvm-svn: 185620
llvm/lib/Target/ARM/ARMInstrInfo.td
llvm/lib/Target/ARM/ARMInstrVFP.td
llvm/test/MC/ARM/invalid-v8fp.s [new file with mode: 0644]
llvm/test/MC/ARM/v8fp.s [new file with mode: 0644]
llvm/test/MC/Disassembler/ARM/invalid-v8fp.txt [new file with mode: 0644]
llvm/test/MC/Disassembler/ARM/v8fp.txt [new file with mode: 0644]