mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Revert r138278 now that r138289 has fixed the root issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2379fc235f
commit
86b5d2b02d
@ -1047,7 +1047,7 @@ def tMOVSr : T1I<(outs tGPR:$Rd), (ins tGPR:$Rm), IIC_iMOVr,
|
|||||||
} // neverHasSideEffects
|
} // neverHasSideEffects
|
||||||
|
|
||||||
// Multiply register
|
// Multiply register
|
||||||
//let isCommutable = 1 in
|
let isCommutable = 1 in
|
||||||
def tMUL : // A8.6.105 T1
|
def tMUL : // A8.6.105 T1
|
||||||
Thumb1sI<(outs tGPR:$Rd), (ins tGPR:$Rn, tGPR:$Rm), AddrModeNone, 2,
|
Thumb1sI<(outs tGPR:$Rd), (ins tGPR:$Rn, tGPR:$Rm), AddrModeNone, 2,
|
||||||
IIC_iMUL32, "mul", "\t$Rd, $Rn, $Rm", "$Rm = $Rd",
|
IIC_iMUL32, "mul", "\t$Rd, $Rn, $Rm", "$Rm = $Rd",
|
||||||
|
Loading…
Reference in New Issue
Block a user