mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Comment out a couple of unused instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90b1b457ef
commit
dd99885da3
@ -57,9 +57,10 @@ def MovePCtoLR : Pseudo<(ops piclabel:$label), "bl $label">;
|
|||||||
let isBranch = 1, isTerminator = 1 in {
|
let isBranch = 1, isTerminator = 1 in {
|
||||||
def COND_BRANCH : Pseudo<(ops), "; COND_BRANCH">;
|
def COND_BRANCH : Pseudo<(ops), "; COND_BRANCH">;
|
||||||
def B : IForm<18, 0, 0, 0, 0, (ops target:$func), "b $func">;
|
def B : IForm<18, 0, 0, 0, 0, (ops target:$func), "b $func">;
|
||||||
def BA : IForm<18, 1, 0, 0, 0, (ops target:$func), "ba $func">;
|
//def BA : IForm<18, 1, 0, 0, 0, (ops target:$func), "ba $func">;
|
||||||
def BL : IForm<18, 0, 1, 0, 0, (ops target:$func), "bl $func">;
|
def BL : IForm<18, 0, 1, 0, 0, (ops target:$func), "bl $func">;
|
||||||
def BLA : IForm<18, 1, 1, 0, 0, (ops target:$func), "bla $func">;
|
//def BLA : IForm<18, 1, 1, 0, 0, (ops target:$func), "bla $func">;
|
||||||
|
|
||||||
// FIXME: 4*CR# needs to be added to the BI field!
|
// FIXME: 4*CR# needs to be added to the BI field!
|
||||||
// This will only work for CR0 as it stands now
|
// This will only work for CR0 as it stands now
|
||||||
def BLT : BForm_ext<16, 0, 0, 12, 0, 0, 0, (ops CRRC:$crS, target:$block),
|
def BLT : BForm_ext<16, 0, 0, 12, 0, 0, 0, (ops CRRC:$crS, target:$block),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user