summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/MCTargetDesc
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/MCTargetDesc
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/MCTargetDesc')
-rw-r--r--lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h b/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
index d4a93b5c87..e0f5a27788 100644
--- a/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
+++ b/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
@@ -65,7 +65,8 @@ namespace HexagonII {
AbsoluteSet = 2, // Absolute set addressing mode
BaseImmOffset = 3, // Indirect with offset
BaseLongOffset = 4, // Indirect with long offset
- BaseRegOffset = 5 // Indirect with register offset
+ BaseRegOffset = 5, // Indirect with register offset
+ PostInc = 6 // Post increment addressing mode
};
enum MemAccessSize {