diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-19 23:05:22 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-19 23:05:22 +0000 |
commit | 4032eaf98c63b0fb1f2418a1cdc56b72bc76c329 (patch) | |
tree | 496efb1bef356a8cef20a64652747114aa2c0f03 /lib | |
parent | 39b4166d85dba77a91c1e94babe764147b1ec479 (diff) |
Thumb2 assembly parsing and encoding for UASX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 1a5acfe1cc..7ec28e5d53 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -4952,6 +4952,8 @@ def : MnemonicAlias<"shaddsubx", "shasx">; def : MnemonicAlias<"shsubaddx", "shsax">; // SSAX == SSUBADDX def : MnemonicAlias<"ssubaddx", "ssax">; +// UASX == UADDSUBX +def : MnemonicAlias<"uaddsubx", "uasx">; // LDRSBT/LDRHT/LDRSHT post-index offset if optional. // Note that the write-back output register is a dummy operand for MC (it's |