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:
adf2b09
)
Make the USAT16 operand decoder auto-generate-able.
author
Owen Anderson
<resistor@mac.com>
Thu, 11 Aug 2011 22:10:11 +0000
(22:10 +0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 11 Aug 2011 22:10:11 +0000
(22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137371
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 0e10a974060eb295931f768aa7b1ff10e68b9adc..a400b7dfb08a4aca0fe8914e61bd6f7875e3af36 100644
(file)
--- a/
lib/Target/ARM/ARMInstrInfo.td
+++ b/
lib/Target/ARM/ARMInstrInfo.td
@@
-3191,8
+3191,8
@@
def USAT : AI<(outs GPRnopc:$Rd),
}
def USAT16 : AI<(outs GPRnopc:$Rd),
- (ins imm0_15:$sat_imm, GPRnopc:$
a
), SatFrm,
- NoItinerary, "usat16", "\t$Rd, $sat_imm, $
a
",
+ (ins imm0_15:$sat_imm, GPRnopc:$
Rn
), SatFrm,
+ NoItinerary, "usat16", "\t$Rd, $sat_imm, $
Rn
",
[/* For disassembly only; pattern left blank */]> {
bits<4> Rd;
bits<4> sat_imm;