diff options
| author | Owen Anderson <resistor@mac.com> | 2011-08-11 22:10:11 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2011-08-11 22:10:11 +0000 |
| commit | eca346ee1a392c37cfcf40153a87f24444187463 (patch) | |
| tree | 919e2bdcc45df51cf4ff15de02e02a36e9079ec5 /llvm/lib | |
| parent | ff0b4423301bc241d0e61fc6cfdfe3554b34b804 (diff) | |
| download | bcm5719-llvm-eca346ee1a392c37cfcf40153a87f24444187463.tar.gz bcm5719-llvm-eca346ee1a392c37cfcf40153a87f24444187463.zip | |
Make the USAT16 operand decoder auto-generate-able.
llvm-svn: 137371
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index 0e10a974060..a400b7dfb08 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/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; |

