forked from OSchip/llvm-project
Store Register Exclusive should leave the source register Inst{3-0} unspecified.
llvm-svn: 91143
This commit is contained in:
parent
3ef5952017
commit
098bd1bbea
|
@ -285,7 +285,7 @@ class AIstrex<bits<2> opcod, dag oops, dag iops, InstrItinClass itin,
|
|||
let Inst{27-23} = 0b00011;
|
||||
let Inst{22-21} = opcod;
|
||||
let Inst{20} = 0;
|
||||
let Inst{11-0} = 0b111110011111;
|
||||
let Inst{11-4} = 0b11111001;
|
||||
}
|
||||
|
||||
// addrmode1 instructions
|
||||
|
|
Loading…
Reference in New Issue