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 | be7849ee7329bd849b09c086b862ed0506ed01a9 (patch) | |
tree | b9269a29072bd2ece8d33e65c34b970f6788f370 | |
parent | 3ae9a57c74346e8697ebd64d3139a0ee6b78118a (diff) | |
download | external_llvm-be7849ee7329bd849b09c086b862ed0506ed01a9.zip external_llvm-be7849ee7329bd849b09c086b862ed0506ed01a9.tar.gz external_llvm-be7849ee7329bd849b09c086b862ed0506ed01a9.tar.bz2 |
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99327 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index 9850453..74e61b3 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/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> |