mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
OK, this does wonders for broken stuff
llvm-svn: 24624
This commit is contained in:
parent
4e682cf56e
commit
b294ecae1b
@ -102,6 +102,7 @@ class BForm<bits<6> opcode, string asmstr>
|
||||
let Inst{25-21} = Ra;
|
||||
let Inst{20-0} = disp;
|
||||
}
|
||||
let isBranch = 1, isTerminator = 1 in
|
||||
class BFormD<bits<6> opcode, string asmstr>
|
||||
: InstAlpha<opcode, (ops s21imm:$DISP), asmstr> {
|
||||
bits<5> Ra = 31;
|
||||
|
Loading…
x
Reference in New Issue
Block a user