mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Thumb2 ADR assembly parsing w/o the .w suffix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e840efc23
commit
b6744db06f
@ -4140,3 +4140,7 @@ def t2MOVsi: t2AsmPseudo<"mov${p} $Rd, $shift",
|
||||
(ins rGPR:$Rd, t2_so_reg:$shift, pred:$p)>;
|
||||
def t2MOVSsi: t2AsmPseudo<"movs${p} $Rd, $shift",
|
||||
(ins rGPR:$Rd, t2_so_reg:$shift, pred:$p)>;
|
||||
|
||||
// ADR w/o the .w suffix
|
||||
def : t2InstAlias<"adr${p} $Rd, $addr",
|
||||
(t2ADR rGPR:$Rd, t2adrlabel:$addr, pred:$p)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user