summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-10-21 18:54:25 +0000
committerJim Grosbach <grosbach@apple.com>2011-10-21 18:54:25 +0000
commit2f2e3c47373ca2ee60d4d0810da3429443fa4aca (patch)
tree7ebf77ca316e8c20adb2e21780e78fc603d45e1e /llvm/utils
parent03a173eb71caa9c8835288f8e89a8e765fec19cf (diff)
downloadbcm5719-llvm-2f2e3c47373ca2ee60d4d0810da3429443fa4aca.tar.gz
bcm5719-llvm-2f2e3c47373ca2ee60d4d0810da3429443fa4aca.zip
ARM VLD parsing and encoding.
Next step in the ongoing saga of NEON load/store assmebly parsing. Handle VLD1 instructions that take a two-register register list. Adjust the instruction definitions to only have the single encoded register as an operand. The super-register from the pseudo is kept as an implicit def, so passes which come after pseudo-expansion still know that the instruction defines the other subregs. llvm-svn: 142670
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp
index 1a9a9c47f3e..0dfb54a5008 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -572,6 +572,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
REG("QQPR");
REG("QQQQPR");
REG("VecListOneD");
+ REG("VecListTwoD");
IMM("i32imm");
IMM("i32imm_hilo16");
OpenPOWER on IntegriCloud