mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Add isIndirectBranch flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98985f959c
commit
1f8d822023
@ -547,7 +547,8 @@ let mayStore = 1, Constraints = "$src = $dst" in
|
||||
|
||||
/// Jump and Branch Instructions
|
||||
def J : JumpFJ<0x02, "j">;
|
||||
def JR : JumpFR<0x00, 0x08, "jr">;
|
||||
let isIndirectBranch = 1 in
|
||||
def JR : JumpFR<0x00, 0x08, "jr">;
|
||||
def JAL : JumpLink<0x03, "jal">;
|
||||
def JALR : JumpLinkReg<0x00, 0x09, "jalr">;
|
||||
def BEQ : CBranch<0x04, "beq", seteq>;
|
||||
|
Loading…
Reference in New Issue
Block a user