[ARMv8] Add MC support for the new load/store acquire/release instructions.
authorJoey Gouly <joey.gouly@arm.com>
Tue, 27 Aug 2013 17:38:16 +0000 (17:38 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Tue, 27 Aug 2013 17:38:16 +0000 (17:38 +0000)
commit0b90c6223d9c49b5e0dc4bf4e53796b0714d7b80
tree97160f0d3863d43fff79cd5243fdf0e833c67582
parent00c198042e22d781e46180a2aec2332945712552
[ARMv8] Add MC support for the new load/store acquire/release instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189388 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
test/MC/ARM/load-store-acquire-release-v8-thumb.s [new file with mode: 0644]
test/MC/ARM/load-store-acquire-release-v8.s [new file with mode: 0644]
test/MC/Disassembler/ARM/load-store-acquire-release-v8-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/load-store-acquire-release-v8.txt [new file with mode: 0644]