aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-09-22 03:09:07 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-09-22 03:09:07 +0000
commite33ca9ce1f978b8129972922f1ac0c16eec9e5f1 (patch)
tree1be2a4d5a6e740e3ae08edc8bf61a0695e791dbb /lib/Target/Mips/MipsInstrInfo.h
parent74f3501d15c05a92eeb7962da76e97cabc3c7557 (diff)
downloadexternal_llvm-e33ca9ce1f978b8129972922f1ac0c16eec9e5f1.zip
external_llvm-e33ca9ce1f978b8129972922f1ac0c16eec9e5f1.tar.gz
external_llvm-e33ca9ce1f978b8129972922f1ac0c16eec9e5f1.tar.bz2
Add enums and functions for symbols Mips64 uses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.h')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.h b/lib/Target/Mips/MipsInstrInfo.h
index 274f307..4405760 100644
--- a/lib/Target/Mips/MipsInstrInfo.h
+++ b/lib/Target/Mips/MipsInstrInfo.h
@@ -72,7 +72,14 @@ namespace MipsII {
/// MO_TPREL_HI/LO - Represents the hi and low part of the offset from
// the thread pointer (Local Exec TLS).
MO_TPREL_HI,
- MO_TPREL_LO
+ MO_TPREL_LO,
+
+ // N32/64 Flags.
+ MO_GPOFF_HI,
+ MO_GPOFF_LO,
+ MO_GOT_DISP,
+ MO_GOT_PAGE,
+ MO_GOT_OFST
};
enum {