diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-12-21 00:38:54 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-12-21 00:38:54 +0000 |
| commit | c5af54ec899a71b7f8e3b5aa2802949581913c30 (patch) | |
| tree | 259b60c7af2f21931026f3f625c6cb6ee9710520 /llvm/utils | |
| parent | 964c891e6121f940c1e32ed4161bb56ecb669817 (diff) | |
| download | bcm5719-llvm-c5af54ec899a71b7f8e3b5aa2802949581913c30.tar.gz bcm5719-llvm-c5af54ec899a71b7f8e3b5aa2802949581913c30.zip | |
ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.
llvm-svn: 147025
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/EDEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp index 6c3cae27f98..4a12206f5bd 100644 --- a/llvm/utils/TableGen/EDEmitter.cpp +++ b/llvm/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"); |

