diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 21:30:12 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 21:30:12 +0000 |
commit | 5be6d5a6a97e969c6b5a06d2c7bbf8a0b80c4cdb (patch) | |
tree | 7a12035cdd9217183a292abd27da45760a3e2034 | |
parent | 5dbf39285d661d0c93801c58f96e39f0345a9988 (diff) | |
download | bcm5719-llvm-5be6d5a6a97e969c6b5a06d2c7bbf8a0b80c4cdb.tar.gz bcm5719-llvm-5be6d5a6a97e969c6b5a06d2c7bbf8a0b80c4cdb.zip |
Add comment.
llvm-svn: 99327
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrNEON.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrNEON.td b/llvm/lib/Target/ARM/ARMInstrNEON.td index 9850453bfda..74e61b36437 100644 --- a/llvm/lib/Target/ARM/ARMInstrNEON.td +++ b/llvm/lib/Target/ARM/ARMInstrNEON.td @@ -869,6 +869,7 @@ class N2V2<bits<2> op24_23, bits<2> op21_20, bits<2> op19_18, bits<2> op17_16, } // Basic 2-register operations: single-, double- and quad-register. +// This is used for NVdVmVCVTFrm form. class N2VS<bits<2> op24_23, bits<2> op21_20, bits<2> op19_18, bits<2> op17_16, bits<5> op11_7, bit op4, string OpcodeStr, string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode> |