diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-01-25 00:01:08 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-01-25 00:01:08 +0000 |
commit | a57a36abe7d0b769a495ed886246db157aff4add (patch) | |
tree | 28ec4ec54afcdc82aa84e27975db1688a28d3d4e /lib/Target/ARM/InstPrinter/ARMInstPrinter.h | |
parent | 6cd6a6824fa611b8da8b01daa5239256fe0661e9 (diff) | |
download | external_llvm-a57a36abe7d0b769a495ed886246db157aff4add.tar.gz external_llvm-a57a36abe7d0b769a495ed886246db157aff4add.tar.bz2 external_llvm-a57a36abe7d0b769a495ed886246db157aff4add.zip |
NEON VLD4(all lanes) assembly parsing and encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter/ARMInstPrinter.h')
-rw-r--r-- | lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h index ffcc79b470..f63157f6df 100644 --- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h +++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h @@ -141,12 +141,16 @@ public: raw_ostream &O); void printVectorListThreeAllLanes(const MCInst *MI, unsigned OpNum, raw_ostream &O); + void printVectorListFourAllLanes(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 printVectorListFourSpacedAllLanes(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, |