Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
authorJim Grosbach <grosbach@apple.com>
Wed, 13 Oct 2010 21:00:04 +0000 (21:00 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 13 Oct 2010 21:00:04 +0000 (21:00 +0000)
commitb3af5de2d97c30355b8109e149326b0664d34085
treedfd59039da6095cab70956de2082c20456d68af0
parent67a704de03b7466c3bd696c3d40780d277134d57
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
and handle the operand explicitly. Flesh out encoding information. Add an
explicit disassembler testcase for the instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116432 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
test/MC/Disassembler/arm-tests.txt
utils/TableGen/EDEmitter.cpp