mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-18 17:59:45 +00:00
Fix tSUBspi operand definition. It reads and writes sp, which is a high register.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
18d643abe5
commit
a6e4322ccc
@ -505,7 +505,7 @@ def tSUBrr : T1sI<(outs tGPR:$dst), (ins tGPR:$lhs, tGPR:$rhs),
|
|||||||
|
|
||||||
// TODO: A7-96: STMIA - store multiple.
|
// TODO: A7-96: STMIA - store multiple.
|
||||||
|
|
||||||
def tSUBspi : T1It<(outs tGPR:$dst), (ins tGPR:$lhs, i32imm:$rhs),
|
def tSUBspi : T1It<(outs GPR:$dst), (ins GPR:$lhs, i32imm:$rhs),
|
||||||
"sub $dst, $rhs * 4", []>;
|
"sub $dst, $rhs * 4", []>;
|
||||||
|
|
||||||
// sign-extend byte
|
// sign-extend byte
|
||||||
|
Loading…
x
Reference in New Issue
Block a user