aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-21 00:38:54 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-21 00:38:54 +0000
commit3471d4fbbd50eabb12511b711cbd2afd7bb9d962 (patch)
tree77f7980b747fd5a95e9da7fae641945c0332cdaa /utils
parentc7541c49a9dbb88c0ffe4b74bc8065eb68585148 (diff)
downloadexternal_llvm-3471d4fbbd50eabb12511b711cbd2afd7bb9d962.zip
external_llvm-3471d4fbbd50eabb12511b711cbd2afd7bb9d962.tar.gz
external_llvm-3471d4fbbd50eabb12511b711cbd2afd7bb9d962.tar.bz2
ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp
index 6c3cae2..4a12206 100644
--- a/utils/TableGen/EDEmitter.cpp
+++ b/utils/TableGen/EDEmitter.cpp
@@ -578,6 +578,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
REG("VecListTwoQ");
REG("VecListOneDAllLanes");
REG("VecListTwoDAllLanes");
+ REG("VecListTwoQAllLanes");
IMM("i32imm");
IMM("i32imm_hilo16");