summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrFormats.td
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-05-07 15:06:29 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-05-07 15:06:29 +0000
commit8cc93593cdfaa02f661c2bed96b7893c4f250b1e (patch)
treede4bc8b55c9931006285d246b70cc6648f5a9c1c /lib/Target/Hexagon/HexagonInstrFormats.td
parentc208c43a8ac5bfd3ee09b048cbc3f760691cefad (diff)
downloadllvm-8cc93593cdfaa02f661c2bed96b7893c4f250b1e.tar.gz
llvm-8cc93593cdfaa02f661c2bed96b7893c4f250b1e.tar.bz2
llvm-8cc93593cdfaa02f661c2bed96b7893c4f250b1e.tar.xz
Hexagon: Set accessSize and addrMode on all load/store instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonInstrFormats.td')
-rw-r--r--lib/Target/Hexagon/HexagonInstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/HexagonInstrFormats.td b/lib/Target/Hexagon/HexagonInstrFormats.td
index 587fa7d7f1..f97143ff01 100644
--- a/lib/Target/Hexagon/HexagonInstrFormats.td
+++ b/lib/Target/Hexagon/HexagonInstrFormats.td
@@ -54,6 +54,7 @@ def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
def BaseImmOffset : AddrModeType<3>; // Indirect with offset
def BaseLongOffset : AddrModeType<4>; // Indirect with long offset
def BaseRegOffset : AddrModeType<5>; // Indirect with register offset
+def PostInc : AddrModeType<6>; // Post increment addressing mode
class MemAccessSize<bits<3> value> {
bits<3> Value = value;