Jia Liu | 9f61011 | 2012-02-17 08:55:11 +0000 | [diff] [blame] | 1 | //===-- MipsASMBackend.cpp - Mips Asm Backend ----------------------------===// |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This file implements the MipsAsmBackend and MipsELFObjectWriter classes. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | // |
| 14 | |
| 15 | #include "MipsFixupKinds.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 16 | #include "MCTargetDesc/MipsMCTargetDesc.h" |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 17 | #include "llvm/MC/MCAsmBackend.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 18 | #include "llvm/MC/MCAssembler.h" |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 19 | #include "llvm/MC/MCContext.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 20 | #include "llvm/MC/MCDirectives.h" |
| 21 | #include "llvm/MC/MCELFObjectWriter.h" |
Craig Topper | 6e80c28 | 2012-03-26 06:58:25 +0000 | [diff] [blame] | 22 | #include "llvm/MC/MCFixupKindInfo.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 23 | #include "llvm/MC/MCObjectWriter.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 24 | #include "llvm/MC/MCSubtargetInfo.h" |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 25 | #include "llvm/Support/ErrorHandling.h" |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 26 | #include "llvm/Support/MathExtras.h" |
Chandler Carruth | 8a8cd2b | 2014-01-07 11:48:04 +0000 | [diff] [blame] | 27 | #include "llvm/Support/raw_ostream.h" |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 28 | |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 29 | using namespace llvm; |
| 30 | |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 31 | // Prepare value for the target space for it |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 32 | static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, |
| 33 | MCContext *Ctx = NULL) { |
| 34 | |
| 35 | unsigned Kind = Fixup.getKind(); |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 36 | |
| 37 | // Add/subtract and shift |
| 38 | switch (Kind) { |
| 39 | default: |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 40 | return 0; |
Ed Maste | 2a710d0 | 2014-03-03 14:27:49 +0000 | [diff] [blame^] | 41 | case FK_Data_2: |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 42 | case FK_GPRel_4: |
| 43 | case FK_Data_4: |
Jack Carter | 4c58381 | 2012-08-07 00:01:14 +0000 | [diff] [blame] | 44 | case FK_Data_8: |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 45 | case Mips::fixup_Mips_LO16: |
Jack Carter | c3dd91c | 2013-01-08 19:01:28 +0000 | [diff] [blame] | 46 | case Mips::fixup_Mips_GPREL16: |
Jack Carter | b9f9de9 | 2012-06-27 22:48:25 +0000 | [diff] [blame] | 47 | case Mips::fixup_Mips_GPOFF_HI: |
| 48 | case Mips::fixup_Mips_GPOFF_LO: |
| 49 | case Mips::fixup_Mips_GOT_PAGE: |
| 50 | case Mips::fixup_Mips_GOT_OFST: |
Jack Carter | 5ddcfda | 2012-07-13 19:15:47 +0000 | [diff] [blame] | 51 | case Mips::fixup_Mips_GOT_DISP: |
Jack Carter | b05cb67 | 2012-11-21 23:38:59 +0000 | [diff] [blame] | 52 | case Mips::fixup_Mips_GOT_LO16: |
| 53 | case Mips::fixup_Mips_CALL_LO16: |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 54 | case Mips::fixup_MICROMIPS_LO16: |
| 55 | case Mips::fixup_MICROMIPS_GOT_PAGE: |
| 56 | case Mips::fixup_MICROMIPS_GOT_OFST: |
| 57 | case Mips::fixup_MICROMIPS_GOT_DISP: |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 58 | break; |
| 59 | case Mips::fixup_Mips_PC16: |
| 60 | // So far we are only using this type for branches. |
| 61 | // For branches we start 1 instruction after the branch |
| 62 | // so the displacement will be one instruction size less. |
| 63 | Value -= 4; |
| 64 | // The displacement is then divided by 4 to give us an 18 bit |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 65 | // address range. Forcing a signed division because Value can be negative. |
| 66 | Value = (int64_t)Value / 4; |
| 67 | // We now check if Value can be encoded as a 16-bit signed immediate. |
Matheus Almeida | 8cc8b35 | 2013-12-17 17:10:00 +0000 | [diff] [blame] | 68 | if (!isIntN(16, Value) && Ctx) |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 69 | Ctx->FatalError(Fixup.getLoc(), "out of range PC16 fixup"); |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 70 | break; |
| 71 | case Mips::fixup_Mips_26: |
| 72 | // So far we are only using this type for jumps. |
| 73 | // The displacement is then divided by 4 to give us an 28 bit |
| 74 | // address range. |
| 75 | Value >>= 2; |
| 76 | break; |
Akira Hatanaka | f5ddf13 | 2011-11-23 22:18:04 +0000 | [diff] [blame] | 77 | case Mips::fixup_Mips_HI16: |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 78 | case Mips::fixup_Mips_GOT_Local: |
Jack Carter | b05cb67 | 2012-11-21 23:38:59 +0000 | [diff] [blame] | 79 | case Mips::fixup_Mips_GOT_HI16: |
| 80 | case Mips::fixup_Mips_CALL_HI16: |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 81 | case Mips::fixup_MICROMIPS_HI16: |
Jack Carter | 84491ab | 2012-08-06 21:26:03 +0000 | [diff] [blame] | 82 | // Get the 2nd 16-bits. Also add 1 if bit 15 is 1. |
Akira Hatanaka | da72819 | 2012-03-27 01:50:08 +0000 | [diff] [blame] | 83 | Value = ((Value + 0x8000) >> 16) & 0xffff; |
Akira Hatanaka | f5ddf13 | 2011-11-23 22:18:04 +0000 | [diff] [blame] | 84 | break; |
Jack Carter | 84491ab | 2012-08-06 21:26:03 +0000 | [diff] [blame] | 85 | case Mips::fixup_Mips_HIGHER: |
| 86 | // Get the 3rd 16-bits. |
| 87 | Value = ((Value + 0x80008000LL) >> 32) & 0xffff; |
| 88 | break; |
| 89 | case Mips::fixup_Mips_HIGHEST: |
| 90 | // Get the 4th 16-bits. |
| 91 | Value = ((Value + 0x800080008000LL) >> 48) & 0xffff; |
| 92 | break; |
Zoran Jovanovic | 507e084 | 2013-10-29 16:38:59 +0000 | [diff] [blame] | 93 | case Mips::fixup_MICROMIPS_26_S1: |
| 94 | Value >>= 1; |
| 95 | break; |
Zoran Jovanovic | 8a80aa7 | 2013-11-04 14:53:22 +0000 | [diff] [blame] | 96 | case Mips::fixup_MICROMIPS_PC16_S1: |
| 97 | Value -= 4; |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 98 | // Forcing a signed division because Value can be negative. |
| 99 | Value = (int64_t)Value / 2; |
| 100 | // We now check if Value can be encoded as a 16-bit signed immediate. |
Matheus Almeida | 8cc8b35 | 2013-12-17 17:10:00 +0000 | [diff] [blame] | 101 | if (!isIntN(16, Value) && Ctx) |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 102 | Ctx->FatalError(Fixup.getLoc(), "out of range PC16 fixup"); |
Zoran Jovanovic | 8a80aa7 | 2013-11-04 14:53:22 +0000 | [diff] [blame] | 103 | break; |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 104 | } |
| 105 | |
| 106 | return Value; |
| 107 | } |
| 108 | |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 109 | namespace { |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 110 | class MipsAsmBackend : public MCAsmBackend { |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 111 | Triple::OSType OSType; |
| 112 | bool IsLittle; // Big or little endian |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 113 | bool Is64Bit; // 32 or 64 bit words |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 114 | |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 115 | public: |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 116 | MipsAsmBackend(const Target &T, Triple::OSType _OSType, |
| 117 | bool _isLittle, bool _is64Bit) |
| 118 | :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 119 | |
| 120 | MCObjectWriter *createObjectWriter(raw_ostream &OS) const { |
Jack Carter | 06de0fb | 2012-07-02 20:04:43 +0000 | [diff] [blame] | 121 | return createMipsELFObjectWriter(OS, |
| 122 | MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 123 | } |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 124 | |
Dmitri Gribenko | 5485acd | 2012-09-14 14:57:36 +0000 | [diff] [blame] | 125 | /// ApplyFixup - Apply the \p Value for given \p Fixup into the provided |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 126 | /// data fragment, at the offset specified by the fixup and following the |
| 127 | /// fixup kind as appropriate. |
Jim Grosbach | aba3de9 | 2012-01-18 18:52:16 +0000 | [diff] [blame] | 128 | void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 129 | uint64_t Value) const { |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 130 | MCFixupKind Kind = Fixup.getKind(); |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 131 | Value = adjustFixupValue(Fixup, Value); |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 132 | |
Akira Hatanaka | 3e9d81f | 2012-04-16 18:00:19 +0000 | [diff] [blame] | 133 | if (!Value) |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 134 | return; // Doesn't change encoding. |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 135 | |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 136 | // Where do we start in the object |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 137 | unsigned Offset = Fixup.getOffset(); |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 138 | // Number of bytes we need to fixup |
| 139 | unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; |
| 140 | // Used to point to big endian bytes |
| 141 | unsigned FullSize; |
| 142 | |
Craig Topper | 344e012 | 2012-03-21 02:28:53 +0000 | [diff] [blame] | 143 | switch ((unsigned)Kind) { |
Ed Maste | 2a710d0 | 2014-03-03 14:27:49 +0000 | [diff] [blame^] | 144 | case FK_Data_2: |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 145 | case Mips::fixup_Mips_16: |
| 146 | FullSize = 2; |
| 147 | break; |
Ed Maste | 2a710d0 | 2014-03-03 14:27:49 +0000 | [diff] [blame^] | 148 | case FK_Data_8: |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 149 | case Mips::fixup_Mips_64: |
| 150 | FullSize = 8; |
| 151 | break; |
Ed Maste | 2a710d0 | 2014-03-03 14:27:49 +0000 | [diff] [blame^] | 152 | case FK_Data_4: |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 153 | default: |
| 154 | FullSize = 4; |
| 155 | break; |
| 156 | } |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 157 | |
| 158 | // Grab current value, if any, from bits. |
| 159 | uint64_t CurVal = 0; |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 160 | |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 161 | for (unsigned i = 0; i != NumBytes; ++i) { |
| 162 | unsigned Idx = IsLittle ? i : (FullSize - 1 - i); |
| 163 | CurVal |= (uint64_t)((uint8_t)Data[Offset + Idx]) << (i*8); |
| 164 | } |
| 165 | |
Akira Hatanaka | 5fd2248 | 2012-06-14 21:10:56 +0000 | [diff] [blame] | 166 | uint64_t Mask = ((uint64_t)(-1) >> |
| 167 | (64 - getFixupKindInfo(Kind).TargetSize)); |
Akira Hatanaka | 3e9d81f | 2012-04-16 18:00:19 +0000 | [diff] [blame] | 168 | CurVal |= Value & Mask; |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 169 | |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 170 | // Write out the fixed up bytes back to the code/data bits. |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 171 | for (unsigned i = 0; i != NumBytes; ++i) { |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 172 | unsigned Idx = IsLittle ? i : (FullSize - 1 - i); |
| 173 | Data[Offset + Idx] = (uint8_t)((CurVal >> (i*8)) & 0xff); |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 174 | } |
Akira Hatanaka | 0137dfe | 2012-03-21 00:52:01 +0000 | [diff] [blame] | 175 | } |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 176 | |
| 177 | unsigned getNumFixupKinds() const { return Mips::NumTargetFixupKinds; } |
| 178 | |
| 179 | const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const { |
| 180 | const static MCFixupKindInfo Infos[Mips::NumTargetFixupKinds] = { |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 181 | // This table *must* be in same the order of fixup_* kinds in |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 182 | // MipsFixupKinds.h. |
| 183 | // |
| 184 | // name offset bits flags |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 185 | { "fixup_Mips_16", 0, 16, 0 }, |
| 186 | { "fixup_Mips_32", 0, 32, 0 }, |
| 187 | { "fixup_Mips_REL32", 0, 32, 0 }, |
| 188 | { "fixup_Mips_26", 0, 26, 0 }, |
| 189 | { "fixup_Mips_HI16", 0, 16, 0 }, |
| 190 | { "fixup_Mips_LO16", 0, 16, 0 }, |
| 191 | { "fixup_Mips_GPREL16", 0, 16, 0 }, |
| 192 | { "fixup_Mips_LITERAL", 0, 16, 0 }, |
Bruno Cardoso Lopes | 61e6d98 | 2011-12-07 00:28:57 +0000 | [diff] [blame] | 193 | { "fixup_Mips_GOT_Global", 0, 16, 0 }, |
| 194 | { "fixup_Mips_GOT_Local", 0, 16, 0 }, |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 195 | { "fixup_Mips_PC16", 0, 16, MCFixupKindInfo::FKF_IsPCRel }, |
| 196 | { "fixup_Mips_CALL16", 0, 16, 0 }, |
| 197 | { "fixup_Mips_GPREL32", 0, 32, 0 }, |
| 198 | { "fixup_Mips_SHIFT5", 6, 5, 0 }, |
| 199 | { "fixup_Mips_SHIFT6", 6, 5, 0 }, |
| 200 | { "fixup_Mips_64", 0, 64, 0 }, |
| 201 | { "fixup_Mips_TLSGD", 0, 16, 0 }, |
| 202 | { "fixup_Mips_GOTTPREL", 0, 16, 0 }, |
| 203 | { "fixup_Mips_TPREL_HI", 0, 16, 0 }, |
| 204 | { "fixup_Mips_TPREL_LO", 0, 16, 0 }, |
Akira Hatanaka | e2eed96 | 2011-12-22 01:05:17 +0000 | [diff] [blame] | 205 | { "fixup_Mips_TLSLDM", 0, 16, 0 }, |
| 206 | { "fixup_Mips_DTPREL_HI", 0, 16, 0 }, |
| 207 | { "fixup_Mips_DTPREL_LO", 0, 16, 0 }, |
Jack Carter | b9f9de9 | 2012-06-27 22:48:25 +0000 | [diff] [blame] | 208 | { "fixup_Mips_Branch_PCRel", 0, 16, MCFixupKindInfo::FKF_IsPCRel }, |
| 209 | { "fixup_Mips_GPOFF_HI", 0, 16, 0 }, |
| 210 | { "fixup_Mips_GPOFF_LO", 0, 16, 0 }, |
| 211 | { "fixup_Mips_GOT_PAGE", 0, 16, 0 }, |
Jack Carter | 5ddcfda | 2012-07-13 19:15:47 +0000 | [diff] [blame] | 212 | { "fixup_Mips_GOT_OFST", 0, 16, 0 }, |
Jack Carter | 84491ab | 2012-08-06 21:26:03 +0000 | [diff] [blame] | 213 | { "fixup_Mips_GOT_DISP", 0, 16, 0 }, |
| 214 | { "fixup_Mips_HIGHER", 0, 16, 0 }, |
Jack Carter | b05cb67 | 2012-11-21 23:38:59 +0000 | [diff] [blame] | 215 | { "fixup_Mips_HIGHEST", 0, 16, 0 }, |
| 216 | { "fixup_Mips_GOT_HI16", 0, 16, 0 }, |
| 217 | { "fixup_Mips_GOT_LO16", 0, 16, 0 }, |
| 218 | { "fixup_Mips_CALL_HI16", 0, 16, 0 }, |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 219 | { "fixup_Mips_CALL_LO16", 0, 16, 0 }, |
Zoran Jovanovic | 507e084 | 2013-10-29 16:38:59 +0000 | [diff] [blame] | 220 | { "fixup_MICROMIPS_26_S1", 0, 26, 0 }, |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 221 | { "fixup_MICROMIPS_HI16", 0, 16, 0 }, |
| 222 | { "fixup_MICROMIPS_LO16", 0, 16, 0 }, |
| 223 | { "fixup_MICROMIPS_GOT16", 0, 16, 0 }, |
Zoran Jovanovic | 8a80aa7 | 2013-11-04 14:53:22 +0000 | [diff] [blame] | 224 | { "fixup_MICROMIPS_PC16_S1", 0, 16, MCFixupKindInfo::FKF_IsPCRel }, |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 225 | { "fixup_MICROMIPS_CALL16", 0, 16, 0 }, |
| 226 | { "fixup_MICROMIPS_GOT_DISP", 0, 16, 0 }, |
| 227 | { "fixup_MICROMIPS_GOT_PAGE", 0, 16, 0 }, |
| 228 | { "fixup_MICROMIPS_GOT_OFST", 0, 16, 0 }, |
Zoran Jovanovic | 69be811 | 2013-12-19 16:02:32 +0000 | [diff] [blame] | 229 | { "fixup_MICROMIPS_TLS_GD", 0, 16, 0 }, |
| 230 | { "fixup_MICROMIPS_TLS_LDM", 0, 16, 0 }, |
Zoran Jovanovic | e7ae8af | 2013-10-23 16:14:44 +0000 | [diff] [blame] | 231 | { "fixup_MICROMIPS_TLS_DTPREL_HI16", 0, 16, 0 }, |
| 232 | { "fixup_MICROMIPS_TLS_DTPREL_LO16", 0, 16, 0 }, |
| 233 | { "fixup_MICROMIPS_TLS_TPREL_HI16", 0, 16, 0 }, |
| 234 | { "fixup_MICROMIPS_TLS_TPREL_LO16", 0, 16, 0 } |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 235 | }; |
| 236 | |
| 237 | if (Kind < FirstTargetFixupKind) |
| 238 | return MCAsmBackend::getFixupKindInfo(Kind); |
| 239 | |
| 240 | assert(unsigned(Kind - FirstTargetFixupKind) < getNumFixupKinds() && |
| 241 | "Invalid kind!"); |
| 242 | return Infos[Kind - FirstTargetFixupKind]; |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 243 | } |
| 244 | |
| 245 | /// @name Target Relaxation Interfaces |
| 246 | /// @{ |
| 247 | |
| 248 | /// MayNeedRelaxation - Check whether the given instruction may need |
| 249 | /// relaxation. |
| 250 | /// |
| 251 | /// \param Inst - The instruction to test. |
Jim Grosbach | aba3de9 | 2012-01-18 18:52:16 +0000 | [diff] [blame] | 252 | bool mayNeedRelaxation(const MCInst &Inst) const { |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 253 | return false; |
| 254 | } |
| 255 | |
Jim Grosbach | 25b63fa | 2011-12-06 00:47:03 +0000 | [diff] [blame] | 256 | /// fixupNeedsRelaxation - Target specific predicate for whether a given |
| 257 | /// fixup requires the associated instruction to be relaxed. |
| 258 | bool fixupNeedsRelaxation(const MCFixup &Fixup, |
| 259 | uint64_t Value, |
Eli Bendersky | 4d9ada0 | 2013-01-08 00:22:56 +0000 | [diff] [blame] | 260 | const MCRelaxableFragment *DF, |
Jim Grosbach | 25b63fa | 2011-12-06 00:47:03 +0000 | [diff] [blame] | 261 | const MCAsmLayout &Layout) const { |
| 262 | // FIXME. |
| 263 | assert(0 && "RelaxInstruction() unimplemented"); |
NAKAMURA Takumi | d300249 | 2011-12-06 01:48:32 +0000 | [diff] [blame] | 264 | return false; |
Jim Grosbach | 25b63fa | 2011-12-06 00:47:03 +0000 | [diff] [blame] | 265 | } |
| 266 | |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 267 | /// RelaxInstruction - Relax the instruction in the given fragment |
| 268 | /// to the next wider instruction. |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 269 | /// |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 270 | /// \param Inst - The instruction to relax, which may be the same |
| 271 | /// as the output. |
Dmitri Gribenko | 881929c | 2012-09-12 16:59:47 +0000 | [diff] [blame] | 272 | /// \param [out] Res On return, the relaxed instruction. |
Jim Grosbach | aba3de9 | 2012-01-18 18:52:16 +0000 | [diff] [blame] | 273 | void relaxInstruction(const MCInst &Inst, MCInst &Res) const { |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 274 | } |
Jia Liu | f54f60f | 2012-02-28 07:46:26 +0000 | [diff] [blame] | 275 | |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 276 | /// @} |
| 277 | |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 278 | /// WriteNopData - Write an (optimal) nop sequence of Count bytes |
| 279 | /// to the given output. If the target cannot generate such a sequence, |
| 280 | /// it should return an error. |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 281 | /// |
| 282 | /// \return - True on success. |
Jim Grosbach | aba3de9 | 2012-01-18 18:52:16 +0000 | [diff] [blame] | 283 | bool writeNopData(uint64_t Count, MCObjectWriter *OW) const { |
Jack Carter | 570ae0b | 2012-07-11 22:17:39 +0000 | [diff] [blame] | 284 | // Check for a less than instruction size number of bytes |
| 285 | // FIXME: 16 bit instructions are not handled yet here. |
| 286 | // We shouldn't be using a hard coded number for instruction size. |
| 287 | if (Count % 4) return false; |
| 288 | |
| 289 | uint64_t NumNops = Count / 4; |
| 290 | for (uint64_t i = 0; i != NumNops; ++i) |
| 291 | OW->Write32(0); |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 292 | return true; |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 293 | } |
Matheus Almeida | e0d75aa | 2013-12-13 11:11:02 +0000 | [diff] [blame] | 294 | |
| 295 | /// processFixupValue - Target hook to process the literal value of a fixup |
| 296 | /// if necessary. |
| 297 | void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, |
| 298 | const MCFixup &Fixup, const MCFragment *DF, |
| 299 | MCValue &Target, uint64_t &Value, |
| 300 | bool &IsResolved) { |
| 301 | // At this point we'll ignore the value returned by adjustFixupValue as |
| 302 | // we are only checking if the fixup can be applied correctly. We have |
| 303 | // access to MCContext from here which allows us to report a fatal error |
| 304 | // with *possibly* a source code location. |
| 305 | (void)adjustFixupValue(Fixup, Value, &Asm.getContext()); |
| 306 | } |
| 307 | |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 308 | }; // class MipsAsmBackend |
Akira Hatanaka | 587fe6c | 2011-09-30 21:04:02 +0000 | [diff] [blame] | 309 | |
Bruno Cardoso Lopes | c85e3ff | 2011-11-11 22:58:42 +0000 | [diff] [blame] | 310 | } // namespace |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 311 | |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 312 | // MCAsmBackend |
Bill Wendling | 58e2d3d | 2013-09-09 02:37:14 +0000 | [diff] [blame] | 313 | MCAsmBackend *llvm::createMipsAsmBackendEL32(const Target &T, |
| 314 | const MCRegisterInfo &MRI, |
| 315 | StringRef TT, |
Roman Divacky | 5dd4ccb | 2012-09-18 16:08:49 +0000 | [diff] [blame] | 316 | StringRef CPU) { |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 317 | return new MipsAsmBackend(T, Triple(TT).getOS(), |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 318 | /*IsLittle*/true, /*Is64Bit*/false); |
Rafael Espindola | 647841b | 2012-01-11 04:04:14 +0000 | [diff] [blame] | 319 | } |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 320 | |
Bill Wendling | 58e2d3d | 2013-09-09 02:37:14 +0000 | [diff] [blame] | 321 | MCAsmBackend *llvm::createMipsAsmBackendEB32(const Target &T, |
| 322 | const MCRegisterInfo &MRI, |
| 323 | StringRef TT, |
Roman Divacky | 5dd4ccb | 2012-09-18 16:08:49 +0000 | [diff] [blame] | 324 | StringRef CPU) { |
Akira Hatanaka | 1ee768d | 2012-03-01 01:53:15 +0000 | [diff] [blame] | 325 | return new MipsAsmBackend(T, Triple(TT).getOS(), |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 326 | /*IsLittle*/false, /*Is64Bit*/false); |
Akira Hatanaka | 44220ca | 2011-09-30 21:23:45 +0000 | [diff] [blame] | 327 | } |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 328 | |
Bill Wendling | 58e2d3d | 2013-09-09 02:37:14 +0000 | [diff] [blame] | 329 | MCAsmBackend *llvm::createMipsAsmBackendEL64(const Target &T, |
| 330 | const MCRegisterInfo &MRI, |
| 331 | StringRef TT, |
Roman Divacky | 5dd4ccb | 2012-09-18 16:08:49 +0000 | [diff] [blame] | 332 | StringRef CPU) { |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 333 | return new MipsAsmBackend(T, Triple(TT).getOS(), |
| 334 | /*IsLittle*/true, /*Is64Bit*/true); |
| 335 | } |
| 336 | |
Bill Wendling | 58e2d3d | 2013-09-09 02:37:14 +0000 | [diff] [blame] | 337 | MCAsmBackend *llvm::createMipsAsmBackendEB64(const Target &T, |
| 338 | const MCRegisterInfo &MRI, |
| 339 | StringRef TT, |
Roman Divacky | 5dd4ccb | 2012-09-18 16:08:49 +0000 | [diff] [blame] | 340 | StringRef CPU) { |
Akira Hatanaka | b1f68f9 | 2012-04-02 19:25:22 +0000 | [diff] [blame] | 341 | return new MipsAsmBackend(T, Triple(TT).getOS(), |
| 342 | /*IsLittle*/false, /*Is64Bit*/true); |
| 343 | } |
| 344 | |