diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-11-15 20:47:07 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-11-15 20:47:07 +0000 |
| commit | 38b469effd842d1f47421bd39569b51aa75d6970 (patch) | |
| tree | fa48da7adc6b082795b386f9be041bade5229c62 /llvm/lib/Target/ARM/ARMCodeEmitter.cpp | |
| parent | db73d599b78cf2e0570b2e200e7ded729ebefb1b (diff) | |
| download | bcm5719-llvm-38b469effd842d1f47421bd39569b51aa75d6970.tar.gz bcm5719-llvm-38b469effd842d1f47421bd39569b51aa75d6970.zip | |
ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.
llvm-svn: 119180
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCodeEmitter.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMCodeEmitter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp index 22461c43306..c6ba65c551c 100644 --- a/llvm/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/llvm/lib/Target/ARM/ARMCodeEmitter.cpp @@ -214,6 +214,10 @@ namespace { Binary |= (Reg << 13); return Binary; } + uint32_t getAddrMode2OpValue(const MachineInstr &MI, unsigned OpIdx) + const { return 0;} + uint32_t getAddrMode2OffsetOpValue(const MachineInstr &MI, unsigned OpIdx) + const { return 0;} uint32_t getAddrMode3OffsetOpValue(const MachineInstr &MI, unsigned OpIdx) const { return 0;} uint32_t getAddrMode3OpValue(const MachineInstr &MI, unsigned Op) const |

