mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
The BRK instruction in the MicroBlaze is a branch-and-link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67b6464377
commit
48bcda4dd6
@ -606,8 +606,8 @@ let rd=0x0, Form=FCRR in {
|
||||
"wic $a, $b", [], IIAlu>;
|
||||
}
|
||||
|
||||
def BRK : Branch<0x26, 0x0C, 0x000, "brk ">;
|
||||
def BRKI : BranchI<0x2E, 0x0C, "brki ">;
|
||||
def BRK : BranchL<0x26, 0x0C, 0x000, "brk ">;
|
||||
def BRKI : BranchLI<0x2E, 0x0C, "brki ">;
|
||||
|
||||
def IMM : MBlazeInst<0x2C, FCCI, (outs), (ins simm16:$imm),
|
||||
"imm $imm", [], IIAlu>;
|
||||
|
Loading…
Reference in New Issue
Block a user