commit | b6310316dbaf8716003531d7ed245f77f1a76a11 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Fri Oct 21 20:35:01 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Fri Oct 21 20:35:01 2011 +0000 |
tree | 6e347ecf6fbcc38b2eb9a516200899217273bbe1 | |
parent | 65f73abf079d3e9a5ccce8091f2058f6eced4720 [diff] [blame] |
Assembly parsing for 4-register variant of VLD1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index a7cc7dc..e731f11 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp
@@ -574,6 +574,7 @@ REG("VecListOneD"); REG("VecListTwoD"); REG("VecListThreeD"); + REG("VecListFourD"); IMM("i32imm"); IMM("i32imm_hilo16");