mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
[mips] Delete instruction format for "bal".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4049f66a4
commit
80bec28b66
@ -401,17 +401,6 @@ class JALR_FM {
|
||||
let Inst{5-0} = 9;
|
||||
}
|
||||
|
||||
class BAL_FM {
|
||||
bits<16> offset;
|
||||
|
||||
bits<32> Inst;
|
||||
|
||||
let Inst{31-26} = 1;
|
||||
let Inst{25-21} = 0;
|
||||
let Inst{20-16} = 0x11;
|
||||
let Inst{15-0} = offset;
|
||||
}
|
||||
|
||||
class BGEZAL_FM<bits<5> funct> {
|
||||
bits<5> rs;
|
||||
bits<16> offset;
|
||||
|
Loading…
Reference in New Issue
Block a user