mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
llvm-svn: 139796
This commit is contained in:
parent
5742cbd63f
commit
69ddec5ff7
@ -4942,6 +4942,9 @@ def : MnemonicAlias<"srsfd", "srsia">;
|
||||
def : MnemonicAlias<"srsed", "srsib">;
|
||||
def : MnemonicAlias<"srs", "srsia">;
|
||||
|
||||
// QSAX == QSUBADDX
|
||||
def : MnemonicAlias<"qsubaddx", "qsax">;
|
||||
|
||||
// LDRSBT/LDRHT/LDRSHT post-index offset if optional.
|
||||
// Note that the write-back output register is a dummy operand for MC (it's
|
||||
// only meaningful for codegen), so we just pass zero here.
|
||||
|
Loading…
Reference in New Issue
Block a user