aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-01-24 23:47:04 +0000
committerJim Grosbach <grosbach@apple.com>2012-01-24 23:47:04 +0000
commit5e59f7e15ed3770b32481cd72d2c15b159e991e6 (patch)
treef836f9e448cc7c52cb52c08c1b4b4e77b19953b6 /lib/Target/ARM/InstPrinter/ARMInstPrinter.h
parent2527188a42b3250671b69dc979102565be1f910f (diff)
downloadexternal_llvm-5e59f7e15ed3770b32481cd72d2c15b159e991e6.zip
external_llvm-5e59f7e15ed3770b32481cd72d2c15b159e991e6.tar.gz
external_llvm-5e59f7e15ed3770b32481cd72d2c15b159e991e6.tar.bz2
NEON VLD3(all lanes) assembly parsing and encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter/ARMInstPrinter.h')
-rw-r--r--lib/Target/ARM/InstPrinter/ARMInstPrinter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
index 4af116c..ffcc79b 100644
--- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
+++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
@@ -139,10 +139,14 @@ public:
raw_ostream &O);
void printVectorListTwoAllLanes(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
+ void printVectorListThreeAllLanes(const MCInst *MI, unsigned OpNum,
+ raw_ostream &O);
void printVectorListTwoSpaced(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
void printVectorListTwoSpacedAllLanes(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
+ void printVectorListThreeSpacedAllLanes(const MCInst *MI, unsigned OpNum,
+ raw_ostream &O);
void printVectorListThreeSpaced(const MCInst *MI, unsigned OpNum,
raw_ostream &O);
void printVectorListFourSpaced(const MCInst *MI, unsigned OpNum,