mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07d7f3d387
commit
b6e9a83349
@ -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…
x
Reference in New Issue
Block a user