aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-11-30 18:21:25 +0000
committerJim Grosbach <grosbach@apple.com>2011-11-30 18:21:25 +0000
commit13af222bab6fdc77d8193eb38e78a9cbed1d9d1f (patch)
tree96cebac821b4d37db7b673d1939f7b47b69ee1bf /lib/Target/ARM/InstPrinter/ARMInstPrinter.h
parent78647434ea861806f0c75ef20afe12f3ff6dbbec (diff)
downloadexternal_llvm-13af222bab6fdc77d8193eb38e78a9cbed1d9d1f.zip
external_llvm-13af222bab6fdc77d8193eb38e78a9cbed1d9d1f.tar.gz
external_llvm-13af222bab6fdc77d8193eb38e78a9cbed1d9d1f.tar.bz2
ARM parsing for VLD1 two register all lanes, no writeback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter/ARMInstPrinter.h')
-rw-r--r--lib/Target/ARM/InstPrinter/ARMInstPrinter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
index e25fc7c..b1fe9a1 100644
--- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
+++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
@@ -135,6 +135,8 @@ public:
void printVectorListFour(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printVectorListOneAllLanes(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
+ void printVectorListTwoAllLanes(const MCInst *MI, unsigned OpNum,
+ raw_ostream &O);
};
} // end namespace llvm