1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[ARMv8] Add a missing IsThumb to t2LDAEXD.

llvm-svn: 189482
This commit is contained in:
Joey Gouly 2013-08-28 14:33:35 +00:00
parent 490c4c1bda
commit 555c84341e

View File

@ -3260,7 +3260,7 @@ def t2LDAEXD : T2I_ldrex<0b1111, (outs rGPR:$Rt, rGPR:$Rt2),
(ins addr_offset_none:$addr),
AddrModeNone, 4, NoItinerary,
"ldaexd", "\t$Rt, $Rt2, $addr", "",
[], {?, ?, ?, ?}>, Requires<[HasV8]> {
[], {?, ?, ?, ?}>, Requires<[IsThumb, HasV8]> {
bits<4> Rt2;
let Inst{11-8} = Rt2;