mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix broken encoding of tCBNZ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a92afc18a8
commit
0bc8bbb58d
@ -500,8 +500,8 @@ let isBranch = 1, isTerminator = 1 in {
|
||||
let Inst{2-0} = Rn;
|
||||
}
|
||||
|
||||
def tCBNZ : T1I<(outs), (ins tGPR:$cmp, t_cbtarget:$target), IIC_Br,
|
||||
"cbnz\t$cmp, $target", []>,
|
||||
def tCBNZ : T1I<(outs), (ins tGPR:$Rn, t_cbtarget:$target), IIC_Br,
|
||||
"cbnz\t$Rn, $target", []>,
|
||||
T1Misc<{1,0,?,1,?,?,?}> {
|
||||
// A8.6.27
|
||||
bits<6> target;
|
||||
|
Loading…
x
Reference in New Issue
Block a user