mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the decoder from emitting gibberish for this invalid encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3d3598425
commit
061c3c4506
@ -2032,6 +2032,7 @@ def t2SSAT: T2SatI<
|
||||
let Inst{25-22} = 0b1100;
|
||||
let Inst{20} = 0;
|
||||
let Inst{15} = 0;
|
||||
let Inst{5} = 0;
|
||||
}
|
||||
|
||||
def t2SSAT16: T2SatI<
|
||||
|
Loading…
Reference in New Issue
Block a user