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)
commit929d9ef111cc0053e245d04464c5ba9fba7727b2
tree8487cff1adafff6f2a983a9d1048f0afaf709b11
parent1ab111ed01457887a8dece6fb36336aff41cc703
Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185620 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrVFP.td
test/MC/ARM/invalid-v8fp.s [new file with mode: 0644]
test/MC/ARM/v8fp.s [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-v8fp.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/v8fp.txt [new file with mode: 0644]