mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
32 bit rotate is not twoaddr instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
014d4639d8
commit
c097d5cc74
@ -640,9 +640,8 @@ def SRA64ri : Pseudo<(outs GR64:$dst), (ins GR64:$src, i32imm:$amt),
|
||||
(implicit PSW)]>;
|
||||
} // Defs = [PSW]
|
||||
|
||||
let isTwoAddress = 1 in
|
||||
def ROTL32rri : Pseudo<(outs GR32:$dst), (ins GR32:$src, riaddr32:$amt),
|
||||
"rll\t{$src, $amt}",
|
||||
"rll\t{$dst, $src, $amt}",
|
||||
[(set GR32:$dst, (rotl GR32:$src, riaddr32:$amt))]>;
|
||||
def ROTL64rri : Pseudo<(outs GR64:$dst), (ins GR64:$src, riaddr:$amt),
|
||||
"rllg\t{$dst, $src, $amt}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user