aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-19 22:21:13 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-19 22:21:13 +0000
commit7f739bee261debdf56bd89ac922b57eca53e91dc (patch)
treefe5281737d5a141000592658edc67fe7e5512ac3 /lib/Target/ARM/InstPrinter/ARMInstPrinter.h
parent463158fdb89001d398520cfc1cbb5f1384623dd8 (diff)
downloadexternal_llvm-7f739bee261debdf56bd89ac922b57eca53e91dc.zip
external_llvm-7f739bee261debdf56bd89ac922b57eca53e91dc.tar.gz
external_llvm-7f739bee261debdf56bd89ac922b57eca53e91dc.tar.bz2
Thumb2 assembly parsing and encoding for TBB/TBH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140078 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 a411e92..4f18958 100644
--- a/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
+++ b/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
@@ -41,6 +41,8 @@ public:
void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
+ void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O);
+ void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printAM2PreOrOffsetIndexOp(const MCInst *MI, unsigned OpNum,