mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
ISB is HasDB, not just HasV7.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa833e53dc
commit
218affc710
@ -2803,7 +2803,7 @@ def t2DSB : AInoP<(outs), (ins memb_opt:$opt), ThumbFrm, NoItinerary,
|
||||
|
||||
def t2ISB : AInoP<(outs), (ins memb_opt:$opt), ThumbFrm, NoItinerary,
|
||||
"isb", "\t$opt",
|
||||
[]>, Requires<[IsThumb2, HasV7]> {
|
||||
[]>, Requires<[IsThumb2, HasDB]> {
|
||||
bits<4> opt;
|
||||
let Inst{31-4} = 0xf3bf8f6;
|
||||
let Inst{3-0} = opt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user