projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8d699
)
Making SEL decodings auto-generate-able.
author
Owen Anderson
<resistor@mac.com>
Thu, 11 Aug 2011 21:50:56 +0000
(21:50 +0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 11 Aug 2011 21:50:56 +0000
(21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137363
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrInfo.td
b/lib/Target/ARM/ARMInstrInfo.td
index fe7c60950ec9554a788612c507c52fe6da3796eb..0e10a974060eb295931f768aa7b1ff10e68b9adc 100644
(file)
--- a/
lib/Target/ARM/ARMInstrInfo.td
+++ b/
lib/Target/ARM/ARMInstrInfo.td
@@
-1411,8
+1411,8
@@
def WFI : AI<(outs), (ins), MiscFrm, NoItinerary, "wfi", "",
let Inst{7-0} = 0b00000011;
}
-def SEL : AI<(outs GPR:$
dst), (ins GPR:$a, GPR:$b
), DPFrm, NoItinerary, "sel",
- "\t$
dst, $a, $b
", []>, Requires<[IsARM, HasV6]> {
+def SEL : AI<(outs GPR:$
Rd), (ins GPR:$Rn, GPR:$Rm
), DPFrm, NoItinerary, "sel",
+ "\t$
Rd, $Rn, $Rm
", []>, Requires<[IsARM, HasV6]> {
bits<4> Rd;
bits<4> Rn;
bits<4> Rm;