Remove support for armv7f slice. <rdar://problem/12478440>
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCCodeEmitter.cpp
1 //===-- ARM/ARMMCCodeEmitter.cpp - Convert ARM code to machine code -------===//
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 ARMMCCodeEmitter class.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #define DEBUG_TYPE "mccodeemitter"
15 #include "MCTargetDesc/ARMMCTargetDesc.h"
16 #include "MCTargetDesc/ARMAddressingModes.h"
17 #include "MCTargetDesc/ARMBaseInfo.h"
18 #include "MCTargetDesc/ARMFixupKinds.h"
19 #include "MCTargetDesc/ARMMCExpr.h"
20 #include "llvm/ADT/APFloat.h"
21 #include "llvm/ADT/Statistic.h"
22 #include "llvm/MC/MCCodeEmitter.h"
23 #include "llvm/MC/MCContext.h"
24 #include "llvm/MC/MCExpr.h"
25 #include "llvm/MC/MCInst.h"
26 #include "llvm/MC/MCInstrInfo.h"
27 #include "llvm/MC/MCRegisterInfo.h"
28 #include "llvm/MC/MCSubtargetInfo.h"
29 #include "llvm/Support/ErrorHandling.h"
30 #include "llvm/Support/raw_ostream.h"
31
32 using namespace llvm;
33
34 STATISTIC(MCNumEmitted, "Number of MC instructions emitted.");
35 STATISTIC(MCNumCPRelocations, "Number of constant pool relocations created.");
36
37 namespace {
38 class ARMMCCodeEmitter : public MCCodeEmitter {
39   ARMMCCodeEmitter(const ARMMCCodeEmitter &) LLVM_DELETED_FUNCTION;
40   void operator=(const ARMMCCodeEmitter &) LLVM_DELETED_FUNCTION;
41   const MCInstrInfo &MCII;
42   const MCSubtargetInfo &STI;
43   const MCContext &CTX;
44
45 public:
46   ARMMCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
47                    MCContext &ctx)
48     : MCII(mcii), STI(sti), CTX(ctx) {
49   }
50
51   ~ARMMCCodeEmitter() {}
52
53   bool isThumb() const {
54     // FIXME: Can tablegen auto-generate this?
55     return (STI.getFeatureBits() & ARM::ModeThumb) != 0;
56   }
57   bool isThumb2() const {
58     return isThumb() && (STI.getFeatureBits() & ARM::FeatureThumb2) != 0;
59   }
60   bool isTargetMachO() const {
61     Triple TT(STI.getTargetTriple());
62     return TT.isOSBinFormatMachO();
63   }
64
65   unsigned getMachineSoImmOpValue(unsigned SoImm) const;
66
67   // getBinaryCodeForInstr - TableGen'erated function for getting the
68   // binary encoding for an instruction.
69   uint64_t getBinaryCodeForInstr(const MCInst &MI,
70                                  SmallVectorImpl<MCFixup> &Fixups) const;
71
72   /// getMachineOpValue - Return binary encoding of operand. If the machine
73   /// operand requires relocation, record the relocation and return zero.
74   unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO,
75                              SmallVectorImpl<MCFixup> &Fixups) const;
76
77   /// getHiLo16ImmOpValue - Return the encoding for the hi / low 16-bit of
78   /// the specified operand. This is used for operands with :lower16: and
79   /// :upper16: prefixes.
80   uint32_t getHiLo16ImmOpValue(const MCInst &MI, unsigned OpIdx,
81                                SmallVectorImpl<MCFixup> &Fixups) const;
82
83   bool EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx,
84                               unsigned &Reg, unsigned &Imm,
85                               SmallVectorImpl<MCFixup> &Fixups) const;
86
87   /// getThumbBLTargetOpValue - Return encoding info for Thumb immediate
88   /// BL branch target.
89   uint32_t getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx,
90                                    SmallVectorImpl<MCFixup> &Fixups) const;
91
92   /// getThumbBLXTargetOpValue - Return encoding info for Thumb immediate
93   /// BLX branch target.
94   uint32_t getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx,
95                                     SmallVectorImpl<MCFixup> &Fixups) const;
96
97   /// getThumbBRTargetOpValue - Return encoding info for Thumb branch target.
98   uint32_t getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx,
99                                    SmallVectorImpl<MCFixup> &Fixups) const;
100
101   /// getThumbBCCTargetOpValue - Return encoding info for Thumb branch target.
102   uint32_t getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx,
103                                     SmallVectorImpl<MCFixup> &Fixups) const;
104
105   /// getThumbCBTargetOpValue - Return encoding info for Thumb branch target.
106   uint32_t getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx,
107                                    SmallVectorImpl<MCFixup> &Fixups) const;
108
109   /// getBranchTargetOpValue - Return encoding info for 24-bit immediate
110   /// branch target.
111   uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
112                                   SmallVectorImpl<MCFixup> &Fixups) const;
113
114   /// getUnconditionalBranchTargetOpValue - Return encoding info for 24-bit
115   /// immediate Thumb2 direct branch target.
116   uint32_t getUnconditionalBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
117                                   SmallVectorImpl<MCFixup> &Fixups) const;
118
119   /// getARMBranchTargetOpValue - Return encoding info for 24-bit immediate
120   /// branch target.
121   uint32_t getARMBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
122                                      SmallVectorImpl<MCFixup> &Fixups) const;
123   uint32_t getARMBLTargetOpValue(const MCInst &MI, unsigned OpIdx,
124                                  SmallVectorImpl<MCFixup> &Fixups) const;
125   uint32_t getARMBLXTargetOpValue(const MCInst &MI, unsigned OpIdx,
126                                   SmallVectorImpl<MCFixup> &Fixups) const;
127
128   /// getAdrLabelOpValue - Return encoding info for 12-bit immediate
129   /// ADR label target.
130   uint32_t getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
131                               SmallVectorImpl<MCFixup> &Fixups) const;
132   uint32_t getThumbAdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
133                               SmallVectorImpl<MCFixup> &Fixups) const;
134   uint32_t getT2AdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
135                               SmallVectorImpl<MCFixup> &Fixups) const;
136
137
138   /// getAddrModeImm12OpValue - Return encoding info for 'reg +/- imm12'
139   /// operand.
140   uint32_t getAddrModeImm12OpValue(const MCInst &MI, unsigned OpIdx,
141                                    SmallVectorImpl<MCFixup> &Fixups) const;
142
143   /// getThumbAddrModeRegRegOpValue - Return encoding for 'reg + reg' operand.
144   uint32_t getThumbAddrModeRegRegOpValue(const MCInst &MI, unsigned OpIdx,
145                                          SmallVectorImpl<MCFixup> &Fixups)const;
146
147   /// getT2AddrModeImm8s4OpValue - Return encoding info for 'reg +/- imm8<<2'
148   /// operand.
149   uint32_t getT2AddrModeImm8s4OpValue(const MCInst &MI, unsigned OpIdx,
150                                    SmallVectorImpl<MCFixup> &Fixups) const;
151
152   /// getT2AddrModeImm0_1020s4OpValue - Return encoding info for 'reg + imm8<<2'
153   /// operand.
154   uint32_t getT2AddrModeImm0_1020s4OpValue(const MCInst &MI, unsigned OpIdx,
155                                    SmallVectorImpl<MCFixup> &Fixups) const;
156
157   /// getT2Imm8s4OpValue - Return encoding info for '+/- imm8<<2'
158   /// operand.
159   uint32_t getT2Imm8s4OpValue(const MCInst &MI, unsigned OpIdx,
160                               SmallVectorImpl<MCFixup> &Fixups) const;
161
162
163   /// getLdStSORegOpValue - Return encoding info for 'reg +/- reg shop imm'
164   /// operand as needed by load/store instructions.
165   uint32_t getLdStSORegOpValue(const MCInst &MI, unsigned OpIdx,
166                                SmallVectorImpl<MCFixup> &Fixups) const;
167
168   /// getLdStmModeOpValue - Return encoding for load/store multiple mode.
169   uint32_t getLdStmModeOpValue(const MCInst &MI, unsigned OpIdx,
170                                SmallVectorImpl<MCFixup> &Fixups) const {
171     ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
172     switch (Mode) {
173     default: llvm_unreachable("Unknown addressing sub-mode!");
174     case ARM_AM::da: return 0;
175     case ARM_AM::ia: return 1;
176     case ARM_AM::db: return 2;
177     case ARM_AM::ib: return 3;
178     }
179   }
180   /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
181   ///
182   unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const {
183     switch (ShOpc) {
184     case ARM_AM::no_shift:
185     case ARM_AM::lsl: return 0;
186     case ARM_AM::lsr: return 1;
187     case ARM_AM::asr: return 2;
188     case ARM_AM::ror:
189     case ARM_AM::rrx: return 3;
190     }
191     llvm_unreachable("Invalid ShiftOpc!");
192   }
193
194   /// getAddrMode2OpValue - Return encoding for addrmode2 operands.
195   uint32_t getAddrMode2OpValue(const MCInst &MI, unsigned OpIdx,
196                                SmallVectorImpl<MCFixup> &Fixups) const;
197
198   /// getAddrMode2OffsetOpValue - Return encoding for am2offset operands.
199   uint32_t getAddrMode2OffsetOpValue(const MCInst &MI, unsigned OpIdx,
200                                      SmallVectorImpl<MCFixup> &Fixups) const;
201
202   /// getPostIdxRegOpValue - Return encoding for postidx_reg operands.
203   uint32_t getPostIdxRegOpValue(const MCInst &MI, unsigned OpIdx,
204                                 SmallVectorImpl<MCFixup> &Fixups) const;
205
206   /// getAddrMode3OffsetOpValue - Return encoding for am3offset operands.
207   uint32_t getAddrMode3OffsetOpValue(const MCInst &MI, unsigned OpIdx,
208                                      SmallVectorImpl<MCFixup> &Fixups) const;
209
210   /// getAddrMode3OpValue - Return encoding for addrmode3 operands.
211   uint32_t getAddrMode3OpValue(const MCInst &MI, unsigned OpIdx,
212                                SmallVectorImpl<MCFixup> &Fixups) const;
213
214   /// getAddrModeThumbSPOpValue - Return encoding info for 'reg +/- imm12'
215   /// operand.
216   uint32_t getAddrModeThumbSPOpValue(const MCInst &MI, unsigned OpIdx,
217                                      SmallVectorImpl<MCFixup> &Fixups) const;
218
219   /// getAddrModeISOpValue - Encode the t_addrmode_is# operands.
220   uint32_t getAddrModeISOpValue(const MCInst &MI, unsigned OpIdx,
221                                 SmallVectorImpl<MCFixup> &Fixups) const;
222
223   /// getAddrModePCOpValue - Return encoding for t_addrmode_pc operands.
224   uint32_t getAddrModePCOpValue(const MCInst &MI, unsigned OpIdx,
225                                 SmallVectorImpl<MCFixup> &Fixups) const;
226
227   /// getAddrMode5OpValue - Return encoding info for 'reg +/- imm8' operand.
228   uint32_t getAddrMode5OpValue(const MCInst &MI, unsigned OpIdx,
229                                SmallVectorImpl<MCFixup> &Fixups) const;
230
231   /// getCCOutOpValue - Return encoding of the 's' bit.
232   unsigned getCCOutOpValue(const MCInst &MI, unsigned Op,
233                            SmallVectorImpl<MCFixup> &Fixups) const {
234     // The operand is either reg0 or CPSR. The 's' bit is encoded as '0' or
235     // '1' respectively.
236     return MI.getOperand(Op).getReg() == ARM::CPSR;
237   }
238
239   /// getSOImmOpValue - Return an encoded 12-bit shifted-immediate value.
240   unsigned getSOImmOpValue(const MCInst &MI, unsigned Op,
241                            SmallVectorImpl<MCFixup> &Fixups) const {
242     unsigned SoImm = MI.getOperand(Op).getImm();
243     int SoImmVal = ARM_AM::getSOImmVal(SoImm);
244     assert(SoImmVal != -1 && "Not a valid so_imm value!");
245
246     // Encode rotate_imm.
247     unsigned Binary = (ARM_AM::getSOImmValRot((unsigned)SoImmVal) >> 1)
248       << ARMII::SoRotImmShift;
249
250     // Encode immed_8.
251     Binary |= ARM_AM::getSOImmValImm((unsigned)SoImmVal);
252     return Binary;
253   }
254
255   /// getT2SOImmOpValue - Return an encoded 12-bit shifted-immediate value.
256   unsigned getT2SOImmOpValue(const MCInst &MI, unsigned Op,
257                            SmallVectorImpl<MCFixup> &Fixups) const {
258     unsigned SoImm = MI.getOperand(Op).getImm();
259     unsigned Encoded =  ARM_AM::getT2SOImmVal(SoImm);
260     assert(Encoded != ~0U && "Not a Thumb2 so_imm value?");
261     return Encoded;
262   }
263
264   unsigned getT2AddrModeSORegOpValue(const MCInst &MI, unsigned OpNum,
265     SmallVectorImpl<MCFixup> &Fixups) const;
266   unsigned getT2AddrModeImm8OpValue(const MCInst &MI, unsigned OpNum,
267     SmallVectorImpl<MCFixup> &Fixups) const;
268   unsigned getT2AddrModeImm8OffsetOpValue(const MCInst &MI, unsigned OpNum,
269     SmallVectorImpl<MCFixup> &Fixups) const;
270   unsigned getT2AddrModeImm12OffsetOpValue(const MCInst &MI, unsigned OpNum,
271     SmallVectorImpl<MCFixup> &Fixups) const;
272
273   /// getSORegOpValue - Return an encoded so_reg shifted register value.
274   unsigned getSORegRegOpValue(const MCInst &MI, unsigned Op,
275                            SmallVectorImpl<MCFixup> &Fixups) const;
276   unsigned getSORegImmOpValue(const MCInst &MI, unsigned Op,
277                            SmallVectorImpl<MCFixup> &Fixups) const;
278   unsigned getT2SORegOpValue(const MCInst &MI, unsigned Op,
279                              SmallVectorImpl<MCFixup> &Fixups) const;
280
281   unsigned getNEONVcvtImm32OpValue(const MCInst &MI, unsigned Op,
282                                    SmallVectorImpl<MCFixup> &Fixups) const {
283     return 64 - MI.getOperand(Op).getImm();
284   }
285
286   unsigned getBitfieldInvertedMaskOpValue(const MCInst &MI, unsigned Op,
287                                       SmallVectorImpl<MCFixup> &Fixups) const;
288
289   unsigned getRegisterListOpValue(const MCInst &MI, unsigned Op,
290                                   SmallVectorImpl<MCFixup> &Fixups) const;
291   unsigned getAddrMode6AddressOpValue(const MCInst &MI, unsigned Op,
292                                       SmallVectorImpl<MCFixup> &Fixups) const;
293   unsigned getAddrMode6OneLane32AddressOpValue(const MCInst &MI, unsigned Op,
294                                         SmallVectorImpl<MCFixup> &Fixups) const;
295   unsigned getAddrMode6DupAddressOpValue(const MCInst &MI, unsigned Op,
296                                         SmallVectorImpl<MCFixup> &Fixups) const;
297   unsigned getAddrMode6OffsetOpValue(const MCInst &MI, unsigned Op,
298                                      SmallVectorImpl<MCFixup> &Fixups) const;
299
300   unsigned getShiftRight8Imm(const MCInst &MI, unsigned Op,
301                              SmallVectorImpl<MCFixup> &Fixups) const;
302   unsigned getShiftRight16Imm(const MCInst &MI, unsigned Op,
303                               SmallVectorImpl<MCFixup> &Fixups) const;
304   unsigned getShiftRight32Imm(const MCInst &MI, unsigned Op,
305                               SmallVectorImpl<MCFixup> &Fixups) const;
306   unsigned getShiftRight64Imm(const MCInst &MI, unsigned Op,
307                               SmallVectorImpl<MCFixup> &Fixups) const;
308
309   unsigned getThumbSRImmOpValue(const MCInst &MI, unsigned Op,
310                                  SmallVectorImpl<MCFixup> &Fixups) const;
311
312   unsigned NEONThumb2DataIPostEncoder(const MCInst &MI,
313                                       unsigned EncodedValue) const;
314   unsigned NEONThumb2LoadStorePostEncoder(const MCInst &MI,
315                                           unsigned EncodedValue) const;
316   unsigned NEONThumb2DupPostEncoder(const MCInst &MI,
317                                     unsigned EncodedValue) const;
318   unsigned NEONThumb2V8PostEncoder(const MCInst &MI,
319                                    unsigned EncodedValue) const;
320
321   unsigned VFPThumb2PostEncoder(const MCInst &MI,
322                                 unsigned EncodedValue) const;
323
324   void EmitByte(unsigned char C, raw_ostream &OS) const {
325     OS << (char)C;
326   }
327
328   void EmitConstant(uint64_t Val, unsigned Size, raw_ostream &OS) const {
329     // Output the constant in little endian byte order.
330     for (unsigned i = 0; i != Size; ++i) {
331       EmitByte(Val & 255, OS);
332       Val >>= 8;
333     }
334   }
335
336   void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
337                          SmallVectorImpl<MCFixup> &Fixups) const;
338 };
339
340 } // end anonymous namespace
341
342 MCCodeEmitter *llvm::createARMMCCodeEmitter(const MCInstrInfo &MCII,
343                                             const MCRegisterInfo &MRI,
344                                             const MCSubtargetInfo &STI,
345                                             MCContext &Ctx) {
346   return new ARMMCCodeEmitter(MCII, STI, Ctx);
347 }
348
349 /// NEONThumb2DataIPostEncoder - Post-process encoded NEON data-processing
350 /// instructions, and rewrite them to their Thumb2 form if we are currently in
351 /// Thumb2 mode.
352 unsigned ARMMCCodeEmitter::NEONThumb2DataIPostEncoder(const MCInst &MI,
353                                                  unsigned EncodedValue) const {
354   if (isThumb2()) {
355     // NEON Thumb2 data-processsing encodings are very simple: bit 24 is moved
356     // to bit 12 of the high half-word (i.e. bit 28), and bits 27-24 are
357     // set to 1111.
358     unsigned Bit24 = EncodedValue & 0x01000000;
359     unsigned Bit28 = Bit24 << 4;
360     EncodedValue &= 0xEFFFFFFF;
361     EncodedValue |= Bit28;
362     EncodedValue |= 0x0F000000;
363   }
364
365   return EncodedValue;
366 }
367
368 /// NEONThumb2LoadStorePostEncoder - Post-process encoded NEON load/store
369 /// instructions, and rewrite them to their Thumb2 form if we are currently in
370 /// Thumb2 mode.
371 unsigned ARMMCCodeEmitter::NEONThumb2LoadStorePostEncoder(const MCInst &MI,
372                                                  unsigned EncodedValue) const {
373   if (isThumb2()) {
374     EncodedValue &= 0xF0FFFFFF;
375     EncodedValue |= 0x09000000;
376   }
377
378   return EncodedValue;
379 }
380
381 /// NEONThumb2DupPostEncoder - Post-process encoded NEON vdup
382 /// instructions, and rewrite them to their Thumb2 form if we are currently in
383 /// Thumb2 mode.
384 unsigned ARMMCCodeEmitter::NEONThumb2DupPostEncoder(const MCInst &MI,
385                                                  unsigned EncodedValue) const {
386   if (isThumb2()) {
387     EncodedValue &= 0x00FFFFFF;
388     EncodedValue |= 0xEE000000;
389   }
390
391   return EncodedValue;
392 }
393
394 /// Post-process encoded NEON v8 instructions, and rewrite them to Thumb2 form
395 /// if we are in Thumb2.
396 unsigned ARMMCCodeEmitter::NEONThumb2V8PostEncoder(const MCInst &MI,
397                                                  unsigned EncodedValue) const {
398   if (isThumb2()) {
399     EncodedValue |= 0xC000000; // Set bits 27-26
400   }
401
402   return EncodedValue;
403 }
404
405 /// VFPThumb2PostEncoder - Post-process encoded VFP instructions and rewrite
406 /// them to their Thumb2 form if we are currently in Thumb2 mode.
407 unsigned ARMMCCodeEmitter::
408 VFPThumb2PostEncoder(const MCInst &MI, unsigned EncodedValue) const {
409   if (isThumb2()) {
410     EncodedValue &= 0x0FFFFFFF;
411     EncodedValue |= 0xE0000000;
412   }
413   return EncodedValue;
414 }
415
416 /// getMachineOpValue - Return binary encoding of operand. If the machine
417 /// operand requires relocation, record the relocation and return zero.
418 unsigned ARMMCCodeEmitter::
419 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
420                   SmallVectorImpl<MCFixup> &Fixups) const {
421   if (MO.isReg()) {
422     unsigned Reg = MO.getReg();
423     unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg);
424
425     // Q registers are encoded as 2x their register number.
426     switch (Reg) {
427     default:
428       return RegNo;
429     case ARM::Q0:  case ARM::Q1:  case ARM::Q2:  case ARM::Q3:
430     case ARM::Q4:  case ARM::Q5:  case ARM::Q6:  case ARM::Q7:
431     case ARM::Q8:  case ARM::Q9:  case ARM::Q10: case ARM::Q11:
432     case ARM::Q12: case ARM::Q13: case ARM::Q14: case ARM::Q15:
433       return 2 * RegNo;
434     }
435   } else if (MO.isImm()) {
436     return static_cast<unsigned>(MO.getImm());
437   } else if (MO.isFPImm()) {
438     return static_cast<unsigned>(APFloat(MO.getFPImm())
439                      .bitcastToAPInt().getHiBits(32).getLimitedValue());
440   }
441
442   llvm_unreachable("Unable to encode MCOperand!");
443 }
444
445 /// getAddrModeImmOpValue - Return encoding info for 'reg +/- imm' operand.
446 bool ARMMCCodeEmitter::
447 EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx, unsigned &Reg,
448                        unsigned &Imm, SmallVectorImpl<MCFixup> &Fixups) const {
449   const MCOperand &MO  = MI.getOperand(OpIdx);
450   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
451
452   Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
453
454   int32_t SImm = MO1.getImm();
455   bool isAdd = true;
456
457   // Special value for #-0
458   if (SImm == INT32_MIN) {
459     SImm = 0;
460     isAdd = false;
461   }
462
463   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
464   if (SImm < 0) {
465     SImm = -SImm;
466     isAdd = false;
467   }
468
469   Imm = SImm;
470   return isAdd;
471 }
472
473 /// getBranchTargetOpValue - Helper function to get the branch target operand,
474 /// which is either an immediate or requires a fixup.
475 static uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
476                                        unsigned FixupKind,
477                                        SmallVectorImpl<MCFixup> &Fixups) {
478   const MCOperand &MO = MI.getOperand(OpIdx);
479
480   // If the destination is an immediate, we have nothing to do.
481   if (MO.isImm()) return MO.getImm();
482   assert(MO.isExpr() && "Unexpected branch target type!");
483   const MCExpr *Expr = MO.getExpr();
484   MCFixupKind Kind = MCFixupKind(FixupKind);
485   Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
486
487   // All of the information is in the fixup.
488   return 0;
489 }
490
491 // Thumb BL and BLX use a strange offset encoding where bits 22 and 21 are
492 // determined by negating them and XOR'ing them with bit 23.
493 static int32_t encodeThumbBLOffset(int32_t offset) {
494   offset >>= 1;
495   uint32_t S  = (offset & 0x800000) >> 23;
496   uint32_t J1 = (offset & 0x400000) >> 22;
497   uint32_t J2 = (offset & 0x200000) >> 21;
498   J1 = (~J1 & 0x1);
499   J2 = (~J2 & 0x1);
500   J1 ^= S;
501   J2 ^= S;
502
503   offset &= ~0x600000;
504   offset |= J1 << 22;
505   offset |= J2 << 21;
506
507   return offset;
508 }
509
510 /// getThumbBLTargetOpValue - Return encoding info for immediate branch target.
511 uint32_t ARMMCCodeEmitter::
512 getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx,
513                         SmallVectorImpl<MCFixup> &Fixups) const {
514   const MCOperand MO = MI.getOperand(OpIdx);
515   if (MO.isExpr())
516     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_bl,
517                                     Fixups);
518   return encodeThumbBLOffset(MO.getImm());
519 }
520
521 /// getThumbBLXTargetOpValue - Return encoding info for Thumb immediate
522 /// BLX branch target.
523 uint32_t ARMMCCodeEmitter::
524 getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx,
525                          SmallVectorImpl<MCFixup> &Fixups) const {
526   const MCOperand MO = MI.getOperand(OpIdx);
527   if (MO.isExpr())
528     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_blx,
529                                     Fixups);
530   return encodeThumbBLOffset(MO.getImm());
531 }
532
533 /// getThumbBRTargetOpValue - Return encoding info for Thumb branch target.
534 uint32_t ARMMCCodeEmitter::
535 getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx,
536                         SmallVectorImpl<MCFixup> &Fixups) const {
537   const MCOperand MO = MI.getOperand(OpIdx);
538   if (MO.isExpr())
539     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_br,
540                                     Fixups);
541   return (MO.getImm() >> 1);
542 }
543
544 /// getThumbBCCTargetOpValue - Return encoding info for Thumb branch target.
545 uint32_t ARMMCCodeEmitter::
546 getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx,
547                          SmallVectorImpl<MCFixup> &Fixups) const {
548   const MCOperand MO = MI.getOperand(OpIdx);
549   if (MO.isExpr())
550     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_bcc,
551                                     Fixups);
552   return (MO.getImm() >> 1);
553 }
554
555 /// getThumbCBTargetOpValue - Return encoding info for Thumb branch target.
556 uint32_t ARMMCCodeEmitter::
557 getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx,
558                         SmallVectorImpl<MCFixup> &Fixups) const {
559   const MCOperand MO = MI.getOperand(OpIdx);
560   if (MO.isExpr())
561     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_cb, Fixups);
562   return (MO.getImm() >> 1);
563 }
564
565 /// Return true if this branch has a non-always predication
566 static bool HasConditionalBranch(const MCInst &MI) {
567   int NumOp = MI.getNumOperands();
568   if (NumOp >= 2) {
569     for (int i = 0; i < NumOp-1; ++i) {
570       const MCOperand &MCOp1 = MI.getOperand(i);
571       const MCOperand &MCOp2 = MI.getOperand(i + 1);
572       if (MCOp1.isImm() && MCOp2.isReg() &&
573           (MCOp2.getReg() == 0 || MCOp2.getReg() == ARM::CPSR)) {
574         if (ARMCC::CondCodes(MCOp1.getImm()) != ARMCC::AL)
575           return true;
576       }
577     }
578   }
579   return false;
580 }
581
582 /// getBranchTargetOpValue - Return encoding info for 24-bit immediate branch
583 /// target.
584 uint32_t ARMMCCodeEmitter::
585 getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
586                        SmallVectorImpl<MCFixup> &Fixups) const {
587   // FIXME: This really, really shouldn't use TargetMachine. We don't want
588   // coupling between MC and TM anywhere we can help it.
589   if (isThumb2())
590     return
591       ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_t2_condbranch, Fixups);
592   return getARMBranchTargetOpValue(MI, OpIdx, Fixups);
593 }
594
595 /// getBranchTargetOpValue - Return encoding info for 24-bit immediate branch
596 /// target.
597 uint32_t ARMMCCodeEmitter::
598 getARMBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
599                           SmallVectorImpl<MCFixup> &Fixups) const {
600   const MCOperand MO = MI.getOperand(OpIdx);
601   if (MO.isExpr()) {
602     if (HasConditionalBranch(MI))
603       return ::getBranchTargetOpValue(MI, OpIdx,
604                                       ARM::fixup_arm_condbranch, Fixups);
605     return ::getBranchTargetOpValue(MI, OpIdx,
606                                     ARM::fixup_arm_uncondbranch, Fixups);
607   }
608
609   return MO.getImm() >> 2;
610 }
611
612 uint32_t ARMMCCodeEmitter::
613 getARMBLTargetOpValue(const MCInst &MI, unsigned OpIdx,
614                           SmallVectorImpl<MCFixup> &Fixups) const {
615   const MCOperand MO = MI.getOperand(OpIdx);
616   if (MO.isExpr()) {
617     if (HasConditionalBranch(MI))
618       return ::getBranchTargetOpValue(MI, OpIdx, 
619                                       ARM::fixup_arm_condbl, Fixups);
620     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_uncondbl, Fixups);
621   }
622
623   return MO.getImm() >> 2;
624 }
625
626 uint32_t ARMMCCodeEmitter::
627 getARMBLXTargetOpValue(const MCInst &MI, unsigned OpIdx,
628                           SmallVectorImpl<MCFixup> &Fixups) const {
629   const MCOperand MO = MI.getOperand(OpIdx);
630   if (MO.isExpr())
631     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_blx, Fixups);
632
633   return MO.getImm() >> 1;
634 }
635
636 /// getUnconditionalBranchTargetOpValue - Return encoding info for 24-bit
637 /// immediate branch target.
638 uint32_t ARMMCCodeEmitter::
639 getUnconditionalBranchTargetOpValue(const MCInst &MI, unsigned OpIdx,
640                        SmallVectorImpl<MCFixup> &Fixups) const {
641   unsigned Val = 0;
642   const MCOperand MO = MI.getOperand(OpIdx);
643     
644   if(MO.isExpr())
645     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_t2_uncondbranch, Fixups);
646   else 
647     Val = MO.getImm() >> 1;
648
649   bool I  = (Val & 0x800000);
650   bool J1 = (Val & 0x400000);
651   bool J2 = (Val & 0x200000);
652   if (I ^ J1)
653     Val &= ~0x400000;
654   else
655     Val |= 0x400000;
656
657   if (I ^ J2)
658     Val &= ~0x200000;
659   else
660     Val |= 0x200000;
661
662   return Val;
663 }
664
665 /// getAdrLabelOpValue - Return encoding info for 12-bit shifted-immediate
666 /// ADR label target.
667 uint32_t ARMMCCodeEmitter::
668 getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
669                    SmallVectorImpl<MCFixup> &Fixups) const {
670   const MCOperand MO = MI.getOperand(OpIdx);
671   if (MO.isExpr())
672     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_adr_pcrel_12,
673                                     Fixups);
674   int64_t offset = MO.getImm();
675   uint32_t Val = 0x2000;
676
677   int SoImmVal;
678   if (offset == INT32_MIN) {
679     Val = 0x1000;
680     SoImmVal = 0;
681   } else if (offset < 0) {
682     Val = 0x1000;
683     offset *= -1;
684     SoImmVal = ARM_AM::getSOImmVal(offset);
685     if(SoImmVal == -1) {
686       Val = 0x2000;
687       offset *= -1;
688       SoImmVal = ARM_AM::getSOImmVal(offset);
689     }
690   } else {
691     SoImmVal = ARM_AM::getSOImmVal(offset);
692     if(SoImmVal == -1) {
693       Val = 0x1000;
694       offset *= -1;
695       SoImmVal = ARM_AM::getSOImmVal(offset);
696     }
697   }
698
699   assert(SoImmVal != -1 && "Not a valid so_imm value!");
700
701   Val |= SoImmVal;
702   return Val;
703 }
704
705 /// getT2AdrLabelOpValue - Return encoding info for 12-bit immediate ADR label
706 /// target.
707 uint32_t ARMMCCodeEmitter::
708 getT2AdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
709                    SmallVectorImpl<MCFixup> &Fixups) const {
710   const MCOperand MO = MI.getOperand(OpIdx);
711   if (MO.isExpr())
712     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_t2_adr_pcrel_12,
713                                     Fixups);
714   int32_t Val = MO.getImm();
715   if (Val == INT32_MIN)
716     Val = 0x1000;
717   else if (Val < 0) {
718     Val *= -1;
719     Val |= 0x1000;
720   }
721   return Val;
722 }
723
724 /// getThumbAdrLabelOpValue - Return encoding info for 8-bit immediate ADR label
725 /// target.
726 uint32_t ARMMCCodeEmitter::
727 getThumbAdrLabelOpValue(const MCInst &MI, unsigned OpIdx,
728                    SmallVectorImpl<MCFixup> &Fixups) const {
729   const MCOperand MO = MI.getOperand(OpIdx);
730   if (MO.isExpr())
731     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_thumb_adr_pcrel_10,
732                                     Fixups);
733   return MO.getImm();
734 }
735
736 /// getThumbAddrModeRegRegOpValue - Return encoding info for 'reg + reg'
737 /// operand.
738 uint32_t ARMMCCodeEmitter::
739 getThumbAddrModeRegRegOpValue(const MCInst &MI, unsigned OpIdx,
740                               SmallVectorImpl<MCFixup> &) const {
741   // [Rn, Rm]
742   //   {5-3} = Rm
743   //   {2-0} = Rn
744   const MCOperand &MO1 = MI.getOperand(OpIdx);
745   const MCOperand &MO2 = MI.getOperand(OpIdx + 1);
746   unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
747   unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO2.getReg());
748   return (Rm << 3) | Rn;
749 }
750
751 /// getAddrModeImm12OpValue - Return encoding info for 'reg +/- imm12' operand.
752 uint32_t ARMMCCodeEmitter::
753 getAddrModeImm12OpValue(const MCInst &MI, unsigned OpIdx,
754                         SmallVectorImpl<MCFixup> &Fixups) const {
755   // {17-13} = reg
756   // {12}    = (U)nsigned (add == '1', sub == '0')
757   // {11-0}  = imm12
758   unsigned Reg, Imm12;
759   bool isAdd = true;
760   // If The first operand isn't a register, we have a label reference.
761   const MCOperand &MO = MI.getOperand(OpIdx);
762   if (!MO.isReg()) {
763     Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC);   // Rn is PC.
764     Imm12 = 0;
765
766     if (MO.isExpr()) {
767       const MCExpr *Expr = MO.getExpr();
768       isAdd = false ; // 'U' bit is set as part of the fixup.
769
770       MCFixupKind Kind;
771       if (isThumb2())
772         Kind = MCFixupKind(ARM::fixup_t2_ldst_pcrel_12);
773       else
774         Kind = MCFixupKind(ARM::fixup_arm_ldst_pcrel_12);
775       Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
776
777       ++MCNumCPRelocations;
778     } else {
779       Reg = ARM::PC;
780       int32_t Offset = MO.getImm();
781       if (Offset == INT32_MIN) {
782         Offset = 0;
783         isAdd = false;
784       } else if (Offset < 0) {
785         Offset *= -1;
786         isAdd = false;
787       }
788       Imm12 = Offset;
789     }
790   } else
791     isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm12, Fixups);
792
793   uint32_t Binary = Imm12 & 0xfff;
794   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
795   if (isAdd)
796     Binary |= (1 << 12);
797   Binary |= (Reg << 13);
798   return Binary;
799 }
800
801 /// getT2Imm8s4OpValue - Return encoding info for
802 /// '+/- imm8<<2' operand.
803 uint32_t ARMMCCodeEmitter::
804 getT2Imm8s4OpValue(const MCInst &MI, unsigned OpIdx,
805                    SmallVectorImpl<MCFixup> &Fixups) const {
806   // FIXME: The immediate operand should have already been encoded like this
807   // before ever getting here. The encoder method should just need to combine
808   // the MI operands for the register and the offset into a single
809   // representation for the complex operand in the .td file. This isn't just
810   // style, unfortunately. As-is, we can't represent the distinct encoding
811   // for #-0.
812
813   // {8}    = (U)nsigned (add == '1', sub == '0')
814   // {7-0}  = imm8
815   int32_t Imm8 = MI.getOperand(OpIdx).getImm();
816   bool isAdd = Imm8 >= 0;
817
818   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
819   if (Imm8 < 0)
820     Imm8 = -(uint32_t)Imm8;
821
822   // Scaled by 4.
823   Imm8 /= 4;
824
825   uint32_t Binary = Imm8 & 0xff;
826   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
827   if (isAdd)
828     Binary |= (1 << 8);
829   return Binary;
830 }
831
832 /// getT2AddrModeImm8s4OpValue - Return encoding info for
833 /// 'reg +/- imm8<<2' operand.
834 uint32_t ARMMCCodeEmitter::
835 getT2AddrModeImm8s4OpValue(const MCInst &MI, unsigned OpIdx,
836                         SmallVectorImpl<MCFixup> &Fixups) const {
837   // {12-9} = reg
838   // {8}    = (U)nsigned (add == '1', sub == '0')
839   // {7-0}  = imm8
840   unsigned Reg, Imm8;
841   bool isAdd = true;
842   // If The first operand isn't a register, we have a label reference.
843   const MCOperand &MO = MI.getOperand(OpIdx);
844   if (!MO.isReg()) {
845     Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC);   // Rn is PC.
846     Imm8 = 0;
847     isAdd = false ; // 'U' bit is set as part of the fixup.
848
849     assert(MO.isExpr() && "Unexpected machine operand type!");
850     const MCExpr *Expr = MO.getExpr();
851     MCFixupKind Kind = MCFixupKind(ARM::fixup_t2_pcrel_10);
852     Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
853
854     ++MCNumCPRelocations;
855   } else
856     isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm8, Fixups);
857
858   // FIXME: The immediate operand should have already been encoded like this
859   // before ever getting here. The encoder method should just need to combine
860   // the MI operands for the register and the offset into a single
861   // representation for the complex operand in the .td file. This isn't just
862   // style, unfortunately. As-is, we can't represent the distinct encoding
863   // for #-0.
864   uint32_t Binary = (Imm8 >> 2) & 0xff;
865   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
866   if (isAdd)
867     Binary |= (1 << 8);
868   Binary |= (Reg << 9);
869   return Binary;
870 }
871
872 /// getT2AddrModeImm0_1020s4OpValue - Return encoding info for
873 /// 'reg + imm8<<2' operand.
874 uint32_t ARMMCCodeEmitter::
875 getT2AddrModeImm0_1020s4OpValue(const MCInst &MI, unsigned OpIdx,
876                         SmallVectorImpl<MCFixup> &Fixups) const {
877   // {11-8} = reg
878   // {7-0}  = imm8
879   const MCOperand &MO = MI.getOperand(OpIdx);
880   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
881   unsigned Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
882   unsigned Imm8 = MO1.getImm();
883   return (Reg << 8) | Imm8;
884 }
885
886 // FIXME: This routine assumes that a binary
887 // expression will always result in a PCRel expression
888 // In reality, its only true if one or more subexpressions
889 // is itself a PCRel (i.e. "." in asm or some other pcrel construct)
890 // but this is good enough for now.
891 static bool EvaluateAsPCRel(const MCExpr *Expr) {
892   switch (Expr->getKind()) {
893   default: llvm_unreachable("Unexpected expression type");
894   case MCExpr::SymbolRef: return false;
895   case MCExpr::Binary: return true;
896   }
897 }
898
899 uint32_t
900 ARMMCCodeEmitter::getHiLo16ImmOpValue(const MCInst &MI, unsigned OpIdx,
901                                       SmallVectorImpl<MCFixup> &Fixups) const {
902   // {20-16} = imm{15-12}
903   // {11-0}  = imm{11-0}
904   const MCOperand &MO = MI.getOperand(OpIdx);
905   if (MO.isImm())
906     // Hi / lo 16 bits already extracted during earlier passes.
907     return static_cast<unsigned>(MO.getImm());
908
909   // Handle :upper16: and :lower16: assembly prefixes.
910   const MCExpr *E = MO.getExpr();
911   MCFixupKind Kind;
912   if (E->getKind() == MCExpr::Target) {
913     const ARMMCExpr *ARM16Expr = cast<ARMMCExpr>(E);
914     E = ARM16Expr->getSubExpr();
915
916     if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(E)) {
917       const int64_t Value = MCE->getValue();
918       if (Value > UINT32_MAX)
919         report_fatal_error("constant value truncated (limited to 32-bit)");
920
921       switch (ARM16Expr->getKind()) {
922       case ARMMCExpr::VK_ARM_HI16:
923         return (int32_t(Value) & 0xffff0000) >> 16;
924       case ARMMCExpr::VK_ARM_LO16:
925         return (int32_t(Value) & 0x0000ffff);
926       default: llvm_unreachable("Unsupported ARMFixup");
927       }
928     }
929
930     switch (ARM16Expr->getKind()) {
931     default: llvm_unreachable("Unsupported ARMFixup");
932     case ARMMCExpr::VK_ARM_HI16:
933       if (!isTargetMachO() && EvaluateAsPCRel(E))
934         Kind = MCFixupKind(isThumb2()
935                            ? ARM::fixup_t2_movt_hi16_pcrel
936                            : ARM::fixup_arm_movt_hi16_pcrel);
937       else
938         Kind = MCFixupKind(isThumb2()
939                            ? ARM::fixup_t2_movt_hi16
940                            : ARM::fixup_arm_movt_hi16);
941       break;
942     case ARMMCExpr::VK_ARM_LO16:
943       if (!isTargetMachO() && EvaluateAsPCRel(E))
944         Kind = MCFixupKind(isThumb2()
945                            ? ARM::fixup_t2_movw_lo16_pcrel
946                            : ARM::fixup_arm_movw_lo16_pcrel);
947       else
948         Kind = MCFixupKind(isThumb2()
949                            ? ARM::fixup_t2_movw_lo16
950                            : ARM::fixup_arm_movw_lo16);
951       break;
952     }
953     Fixups.push_back(MCFixup::Create(0, E, Kind, MI.getLoc()));
954     return 0;
955   }
956   // If the expression doesn't have :upper16: or :lower16: on it,
957   // it's just a plain immediate expression, and those evaluate to
958   // the lower 16 bits of the expression regardless of whether
959   // we have a movt or a movw.
960   if (!isTargetMachO() && EvaluateAsPCRel(E))
961     Kind = MCFixupKind(isThumb2()
962                        ? ARM::fixup_t2_movw_lo16_pcrel
963                        : ARM::fixup_arm_movw_lo16_pcrel);
964   else
965     Kind = MCFixupKind(isThumb2()
966                        ? ARM::fixup_t2_movw_lo16
967                        : ARM::fixup_arm_movw_lo16);
968   Fixups.push_back(MCFixup::Create(0, E, Kind, MI.getLoc()));
969   return 0;
970 }
971
972 uint32_t ARMMCCodeEmitter::
973 getLdStSORegOpValue(const MCInst &MI, unsigned OpIdx,
974                     SmallVectorImpl<MCFixup> &Fixups) const {
975   const MCOperand &MO = MI.getOperand(OpIdx);
976   const MCOperand &MO1 = MI.getOperand(OpIdx+1);
977   const MCOperand &MO2 = MI.getOperand(OpIdx+2);
978   unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
979   unsigned Rm = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
980   unsigned ShImm = ARM_AM::getAM2Offset(MO2.getImm());
981   bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add;
982   ARM_AM::ShiftOpc ShOp = ARM_AM::getAM2ShiftOpc(MO2.getImm());
983   unsigned SBits = getShiftOp(ShOp);
984
985   // While "lsr #32" and "asr #32" exist, they are encoded with a 0 in the shift
986   // amount. However, it would be an easy mistake to make so check here.
987   assert((ShImm & ~0x1f) == 0 && "Out of range shift amount");
988
989   // {16-13} = Rn
990   // {12}    = isAdd
991   // {11-0}  = shifter
992   //  {3-0}  = Rm
993   //  {4}    = 0
994   //  {6-5}  = type
995   //  {11-7} = imm
996   uint32_t Binary = Rm;
997   Binary |= Rn << 13;
998   Binary |= SBits << 5;
999   Binary |= ShImm << 7;
1000   if (isAdd)
1001     Binary |= 1 << 12;
1002   return Binary;
1003 }
1004
1005 uint32_t ARMMCCodeEmitter::
1006 getAddrMode2OpValue(const MCInst &MI, unsigned OpIdx,
1007                     SmallVectorImpl<MCFixup> &Fixups) const {
1008   // {17-14}  Rn
1009   // {13}     1 == imm12, 0 == Rm
1010   // {12}     isAdd
1011   // {11-0}   imm12/Rm
1012   const MCOperand &MO = MI.getOperand(OpIdx);
1013   unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1014   uint32_t Binary = getAddrMode2OffsetOpValue(MI, OpIdx + 1, Fixups);
1015   Binary |= Rn << 14;
1016   return Binary;
1017 }
1018
1019 uint32_t ARMMCCodeEmitter::
1020 getAddrMode2OffsetOpValue(const MCInst &MI, unsigned OpIdx,
1021                           SmallVectorImpl<MCFixup> &Fixups) const {
1022   // {13}     1 == imm12, 0 == Rm
1023   // {12}     isAdd
1024   // {11-0}   imm12/Rm
1025   const MCOperand &MO = MI.getOperand(OpIdx);
1026   const MCOperand &MO1 = MI.getOperand(OpIdx+1);
1027   unsigned Imm = MO1.getImm();
1028   bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add;
1029   bool isReg = MO.getReg() != 0;
1030   uint32_t Binary = ARM_AM::getAM2Offset(Imm);
1031   // if reg +/- reg, Rm will be non-zero. Otherwise, we have reg +/- imm12
1032   if (isReg) {
1033     ARM_AM::ShiftOpc ShOp = ARM_AM::getAM2ShiftOpc(Imm);
1034     Binary <<= 7;                    // Shift amount is bits [11:7]
1035     Binary |= getShiftOp(ShOp) << 5; // Shift type is bits [6:5]
1036     Binary |= CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); // Rm is bits [3:0]
1037   }
1038   return Binary | (isAdd << 12) | (isReg << 13);
1039 }
1040
1041 uint32_t ARMMCCodeEmitter::
1042 getPostIdxRegOpValue(const MCInst &MI, unsigned OpIdx,
1043                      SmallVectorImpl<MCFixup> &Fixups) const {
1044   // {4}      isAdd
1045   // {3-0}    Rm
1046   const MCOperand &MO = MI.getOperand(OpIdx);
1047   const MCOperand &MO1 = MI.getOperand(OpIdx+1);
1048   bool isAdd = MO1.getImm() != 0;
1049   return CTX.getRegisterInfo()->getEncodingValue(MO.getReg()) | (isAdd << 4);
1050 }
1051
1052 uint32_t ARMMCCodeEmitter::
1053 getAddrMode3OffsetOpValue(const MCInst &MI, unsigned OpIdx,
1054                           SmallVectorImpl<MCFixup> &Fixups) const {
1055   // {9}      1 == imm8, 0 == Rm
1056   // {8}      isAdd
1057   // {7-4}    imm7_4/zero
1058   // {3-0}    imm3_0/Rm
1059   const MCOperand &MO = MI.getOperand(OpIdx);
1060   const MCOperand &MO1 = MI.getOperand(OpIdx+1);
1061   unsigned Imm = MO1.getImm();
1062   bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add;
1063   bool isImm = MO.getReg() == 0;
1064   uint32_t Imm8 = ARM_AM::getAM3Offset(Imm);
1065   // if reg +/- reg, Rm will be non-zero. Otherwise, we have reg +/- imm8
1066   if (!isImm)
1067     Imm8 = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1068   return Imm8 | (isAdd << 8) | (isImm << 9);
1069 }
1070
1071 uint32_t ARMMCCodeEmitter::
1072 getAddrMode3OpValue(const MCInst &MI, unsigned OpIdx,
1073                     SmallVectorImpl<MCFixup> &Fixups) const {
1074   // {13}     1 == imm8, 0 == Rm
1075   // {12-9}   Rn
1076   // {8}      isAdd
1077   // {7-4}    imm7_4/zero
1078   // {3-0}    imm3_0/Rm
1079   const MCOperand &MO = MI.getOperand(OpIdx);
1080   const MCOperand &MO1 = MI.getOperand(OpIdx+1);
1081   const MCOperand &MO2 = MI.getOperand(OpIdx+2);
1082
1083   // If The first operand isn't a register, we have a label reference.
1084   if (!MO.isReg()) {
1085     unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(ARM::PC);   // Rn is PC.
1086
1087     assert(MO.isExpr() && "Unexpected machine operand type!");
1088     const MCExpr *Expr = MO.getExpr();
1089     MCFixupKind Kind = MCFixupKind(ARM::fixup_arm_pcrel_10_unscaled);
1090     Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
1091
1092     ++MCNumCPRelocations;
1093     return (Rn << 9) | (1 << 13);
1094   }
1095   unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1096   unsigned Imm = MO2.getImm();
1097   bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add;
1098   bool isImm = MO1.getReg() == 0;
1099   uint32_t Imm8 = ARM_AM::getAM3Offset(Imm);
1100   // if reg +/- reg, Rm will be non-zero. Otherwise, we have reg +/- imm8
1101   if (!isImm)
1102     Imm8 = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
1103   return (Rn << 9) | Imm8 | (isAdd << 8) | (isImm << 13);
1104 }
1105
1106 /// getAddrModeThumbSPOpValue - Encode the t_addrmode_sp operands.
1107 uint32_t ARMMCCodeEmitter::
1108 getAddrModeThumbSPOpValue(const MCInst &MI, unsigned OpIdx,
1109                           SmallVectorImpl<MCFixup> &Fixups) const {
1110   // [SP, #imm]
1111   //   {7-0} = imm8
1112   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
1113   assert(MI.getOperand(OpIdx).getReg() == ARM::SP &&
1114          "Unexpected base register!");
1115
1116   // The immediate is already shifted for the implicit zeroes, so no change
1117   // here.
1118   return MO1.getImm() & 0xff;
1119 }
1120
1121 /// getAddrModeISOpValue - Encode the t_addrmode_is# operands.
1122 uint32_t ARMMCCodeEmitter::
1123 getAddrModeISOpValue(const MCInst &MI, unsigned OpIdx,
1124                      SmallVectorImpl<MCFixup> &Fixups) const {
1125   // [Rn, #imm]
1126   //   {7-3} = imm5
1127   //   {2-0} = Rn
1128   const MCOperand &MO = MI.getOperand(OpIdx);
1129   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
1130   unsigned Rn = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1131   unsigned Imm5 = MO1.getImm();
1132   return ((Imm5 & 0x1f) << 3) | Rn;
1133 }
1134
1135 /// getAddrModePCOpValue - Return encoding for t_addrmode_pc operands.
1136 uint32_t ARMMCCodeEmitter::
1137 getAddrModePCOpValue(const MCInst &MI, unsigned OpIdx,
1138                      SmallVectorImpl<MCFixup> &Fixups) const {
1139   const MCOperand MO = MI.getOperand(OpIdx);
1140   if (MO.isExpr())
1141     return ::getBranchTargetOpValue(MI, OpIdx, ARM::fixup_arm_thumb_cp, Fixups);
1142   return (MO.getImm() >> 2);
1143 }
1144
1145 /// getAddrMode5OpValue - Return encoding info for 'reg +/- imm10' operand.
1146 uint32_t ARMMCCodeEmitter::
1147 getAddrMode5OpValue(const MCInst &MI, unsigned OpIdx,
1148                     SmallVectorImpl<MCFixup> &Fixups) const {
1149   // {12-9} = reg
1150   // {8}    = (U)nsigned (add == '1', sub == '0')
1151   // {7-0}  = imm8
1152   unsigned Reg, Imm8;
1153   bool isAdd;
1154   // If The first operand isn't a register, we have a label reference.
1155   const MCOperand &MO = MI.getOperand(OpIdx);
1156   if (!MO.isReg()) {
1157     Reg = CTX.getRegisterInfo()->getEncodingValue(ARM::PC);   // Rn is PC.
1158     Imm8 = 0;
1159     isAdd = false; // 'U' bit is handled as part of the fixup.
1160
1161     assert(MO.isExpr() && "Unexpected machine operand type!");
1162     const MCExpr *Expr = MO.getExpr();
1163     MCFixupKind Kind;
1164     if (isThumb2())
1165       Kind = MCFixupKind(ARM::fixup_t2_pcrel_10);
1166     else
1167       Kind = MCFixupKind(ARM::fixup_arm_pcrel_10);
1168     Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
1169
1170     ++MCNumCPRelocations;
1171   } else {
1172     EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm8, Fixups);
1173     isAdd = ARM_AM::getAM5Op(Imm8) == ARM_AM::add;
1174   }
1175
1176   uint32_t Binary = ARM_AM::getAM5Offset(Imm8);
1177   // Immediate is always encoded as positive. The 'U' bit controls add vs sub.
1178   if (isAdd)
1179     Binary |= (1 << 8);
1180   Binary |= (Reg << 9);
1181   return Binary;
1182 }
1183
1184 unsigned ARMMCCodeEmitter::
1185 getSORegRegOpValue(const MCInst &MI, unsigned OpIdx,
1186                 SmallVectorImpl<MCFixup> &Fixups) const {
1187   // Sub-operands are [reg, reg, imm]. The first register is Rm, the reg to be
1188   // shifted. The second is Rs, the amount to shift by, and the third specifies
1189   // the type of the shift.
1190   //
1191   // {3-0} = Rm.
1192   // {4}   = 1
1193   // {6-5} = type
1194   // {11-8} = Rs
1195   // {7}    = 0
1196
1197   const MCOperand &MO  = MI.getOperand(OpIdx);
1198   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
1199   const MCOperand &MO2 = MI.getOperand(OpIdx + 2);
1200   ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm());
1201
1202   // Encode Rm.
1203   unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1204
1205   // Encode the shift opcode.
1206   unsigned SBits = 0;
1207   unsigned Rs = MO1.getReg();
1208   if (Rs) {
1209     // Set shift operand (bit[7:4]).
1210     // LSL - 0001
1211     // LSR - 0011
1212     // ASR - 0101
1213     // ROR - 0111
1214     switch (SOpc) {
1215     default: llvm_unreachable("Unknown shift opc!");
1216     case ARM_AM::lsl: SBits = 0x1; break;
1217     case ARM_AM::lsr: SBits = 0x3; break;
1218     case ARM_AM::asr: SBits = 0x5; break;
1219     case ARM_AM::ror: SBits = 0x7; break;
1220     }
1221   }
1222
1223   Binary |= SBits << 4;
1224
1225   // Encode the shift operation Rs.
1226   // Encode Rs bit[11:8].
1227   assert(ARM_AM::getSORegOffset(MO2.getImm()) == 0);
1228   return Binary | (CTX.getRegisterInfo()->getEncodingValue(Rs) << ARMII::RegRsShift);
1229 }
1230
1231 unsigned ARMMCCodeEmitter::
1232 getSORegImmOpValue(const MCInst &MI, unsigned OpIdx,
1233                 SmallVectorImpl<MCFixup> &Fixups) const {
1234   // Sub-operands are [reg, imm]. The first register is Rm, the reg to be
1235   // shifted. The second is the amount to shift by.
1236   //
1237   // {3-0} = Rm.
1238   // {4}   = 0
1239   // {6-5} = type
1240   // {11-7} = imm
1241
1242   const MCOperand &MO  = MI.getOperand(OpIdx);
1243   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
1244   ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm());
1245
1246   // Encode Rm.
1247   unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1248
1249   // Encode the shift opcode.
1250   unsigned SBits = 0;
1251
1252   // Set shift operand (bit[6:4]).
1253   // LSL - 000
1254   // LSR - 010
1255   // ASR - 100
1256   // ROR - 110
1257   // RRX - 110 and bit[11:8] clear.
1258   switch (SOpc) {
1259   default: llvm_unreachable("Unknown shift opc!");
1260   case ARM_AM::lsl: SBits = 0x0; break;
1261   case ARM_AM::lsr: SBits = 0x2; break;
1262   case ARM_AM::asr: SBits = 0x4; break;
1263   case ARM_AM::ror: SBits = 0x6; break;
1264   case ARM_AM::rrx:
1265     Binary |= 0x60;
1266     return Binary;
1267   }
1268
1269   // Encode shift_imm bit[11:7].
1270   Binary |= SBits << 4;
1271   unsigned Offset = ARM_AM::getSORegOffset(MO1.getImm());
1272   assert(Offset < 32 && "Offset must be in range 0-31!");
1273   return Binary | (Offset << 7);
1274 }
1275
1276
1277 unsigned ARMMCCodeEmitter::
1278 getT2AddrModeSORegOpValue(const MCInst &MI, unsigned OpNum,
1279                 SmallVectorImpl<MCFixup> &Fixups) const {
1280   const MCOperand &MO1 = MI.getOperand(OpNum);
1281   const MCOperand &MO2 = MI.getOperand(OpNum+1);
1282   const MCOperand &MO3 = MI.getOperand(OpNum+2);
1283
1284   // Encoded as [Rn, Rm, imm].
1285   // FIXME: Needs fixup support.
1286   unsigned Value = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
1287   Value <<= 4;
1288   Value |= CTX.getRegisterInfo()->getEncodingValue(MO2.getReg());
1289   Value <<= 2;
1290   Value |= MO3.getImm();
1291
1292   return Value;
1293 }
1294
1295 unsigned ARMMCCodeEmitter::
1296 getT2AddrModeImm8OpValue(const MCInst &MI, unsigned OpNum,
1297                          SmallVectorImpl<MCFixup> &Fixups) const {
1298   const MCOperand &MO1 = MI.getOperand(OpNum);
1299   const MCOperand &MO2 = MI.getOperand(OpNum+1);
1300
1301   // FIXME: Needs fixup support.
1302   unsigned Value = CTX.getRegisterInfo()->getEncodingValue(MO1.getReg());
1303
1304   // Even though the immediate is 8 bits long, we need 9 bits in order
1305   // to represent the (inverse of the) sign bit.
1306   Value <<= 9;
1307   int32_t tmp = (int32_t)MO2.getImm();
1308   if (tmp < 0)
1309     tmp = abs(tmp);
1310   else
1311     Value |= 256; // Set the ADD bit
1312   Value |= tmp & 255;
1313   return Value;
1314 }
1315
1316 unsigned ARMMCCodeEmitter::
1317 getT2AddrModeImm8OffsetOpValue(const MCInst &MI, unsigned OpNum,
1318                          SmallVectorImpl<MCFixup> &Fixups) const {
1319   const MCOperand &MO1 = MI.getOperand(OpNum);
1320
1321   // FIXME: Needs fixup support.
1322   unsigned Value = 0;
1323   int32_t tmp = (int32_t)MO1.getImm();
1324   if (tmp < 0)
1325     tmp = abs(tmp);
1326   else
1327     Value |= 256; // Set the ADD bit
1328   Value |= tmp & 255;
1329   return Value;
1330 }
1331
1332 unsigned ARMMCCodeEmitter::
1333 getT2AddrModeImm12OffsetOpValue(const MCInst &MI, unsigned OpNum,
1334                          SmallVectorImpl<MCFixup> &Fixups) const {
1335   const MCOperand &MO1 = MI.getOperand(OpNum);
1336
1337   // FIXME: Needs fixup support.
1338   unsigned Value = 0;
1339   int32_t tmp = (int32_t)MO1.getImm();
1340   if (tmp < 0)
1341     tmp = abs(tmp);
1342   else
1343     Value |= 4096; // Set the ADD bit
1344   Value |= tmp & 4095;
1345   return Value;
1346 }
1347
1348 unsigned ARMMCCodeEmitter::
1349 getT2SORegOpValue(const MCInst &MI, unsigned OpIdx,
1350                 SmallVectorImpl<MCFixup> &Fixups) const {
1351   // Sub-operands are [reg, imm]. The first register is Rm, the reg to be
1352   // shifted. The second is the amount to shift by.
1353   //
1354   // {3-0} = Rm.
1355   // {4}   = 0
1356   // {6-5} = type
1357   // {11-7} = imm
1358
1359   const MCOperand &MO  = MI.getOperand(OpIdx);
1360   const MCOperand &MO1 = MI.getOperand(OpIdx + 1);
1361   ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO1.getImm());
1362
1363   // Encode Rm.
1364   unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1365
1366   // Encode the shift opcode.
1367   unsigned SBits = 0;
1368   // Set shift operand (bit[6:4]).
1369   // LSL - 000
1370   // LSR - 010
1371   // ASR - 100
1372   // ROR - 110
1373   switch (SOpc) {
1374   default: llvm_unreachable("Unknown shift opc!");
1375   case ARM_AM::lsl: SBits = 0x0; break;
1376   case ARM_AM::lsr: SBits = 0x2; break;
1377   case ARM_AM::asr: SBits = 0x4; break;
1378   case ARM_AM::rrx: // FALLTHROUGH
1379   case ARM_AM::ror: SBits = 0x6; break;
1380   }
1381
1382   Binary |= SBits << 4;
1383   if (SOpc == ARM_AM::rrx)
1384     return Binary;
1385
1386   // Encode shift_imm bit[11:7].
1387   return Binary | ARM_AM::getSORegOffset(MO1.getImm()) << 7;
1388 }
1389
1390 unsigned ARMMCCodeEmitter::
1391 getBitfieldInvertedMaskOpValue(const MCInst &MI, unsigned Op,
1392                                SmallVectorImpl<MCFixup> &Fixups) const {
1393   // 10 bits. lower 5 bits are are the lsb of the mask, high five bits are the
1394   // msb of the mask.
1395   const MCOperand &MO = MI.getOperand(Op);
1396   uint32_t v = ~MO.getImm();
1397   uint32_t lsb = countTrailingZeros(v);
1398   uint32_t msb = (32 - countLeadingZeros (v)) - 1;
1399   assert (v != 0 && lsb < 32 && msb < 32 && "Illegal bitfield mask!");
1400   return lsb | (msb << 5);
1401 }
1402
1403 unsigned ARMMCCodeEmitter::
1404 getRegisterListOpValue(const MCInst &MI, unsigned Op,
1405                        SmallVectorImpl<MCFixup> &Fixups) const {
1406   // VLDM/VSTM:
1407   //   {12-8} = Vd
1408   //   {7-0}  = Number of registers
1409   //
1410   // LDM/STM:
1411   //   {15-0}  = Bitfield of GPRs.
1412   unsigned Reg = MI.getOperand(Op).getReg();
1413   bool SPRRegs = ARMMCRegisterClasses[ARM::SPRRegClassID].contains(Reg);
1414   bool DPRRegs = ARMMCRegisterClasses[ARM::DPRRegClassID].contains(Reg);
1415
1416   unsigned Binary = 0;
1417
1418   if (SPRRegs || DPRRegs) {
1419     // VLDM/VSTM
1420     unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg);
1421     unsigned NumRegs = (MI.getNumOperands() - Op) & 0xff;
1422     Binary |= (RegNo & 0x1f) << 8;
1423     if (SPRRegs)
1424       Binary |= NumRegs;
1425     else
1426       Binary |= NumRegs * 2;
1427   } else {
1428     for (unsigned I = Op, E = MI.getNumOperands(); I < E; ++I) {
1429       unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(MI.getOperand(I).getReg());
1430       Binary |= 1 << RegNo;
1431     }
1432   }
1433
1434   return Binary;
1435 }
1436
1437 /// getAddrMode6AddressOpValue - Encode an addrmode6 register number along
1438 /// with the alignment operand.
1439 unsigned ARMMCCodeEmitter::
1440 getAddrMode6AddressOpValue(const MCInst &MI, unsigned Op,
1441                            SmallVectorImpl<MCFixup> &Fixups) const {
1442   const MCOperand &Reg = MI.getOperand(Op);
1443   const MCOperand &Imm = MI.getOperand(Op + 1);
1444
1445   unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg.getReg());
1446   unsigned Align = 0;
1447
1448   switch (Imm.getImm()) {
1449   default: break;
1450   case 2:
1451   case 4:
1452   case 8:  Align = 0x01; break;
1453   case 16: Align = 0x02; break;
1454   case 32: Align = 0x03; break;
1455   }
1456
1457   return RegNo | (Align << 4);
1458 }
1459
1460 /// getAddrMode6OneLane32AddressOpValue - Encode an addrmode6 register number
1461 /// along  with the alignment operand for use in VST1 and VLD1 with size 32.
1462 unsigned ARMMCCodeEmitter::
1463 getAddrMode6OneLane32AddressOpValue(const MCInst &MI, unsigned Op,
1464                                     SmallVectorImpl<MCFixup> &Fixups) const {
1465   const MCOperand &Reg = MI.getOperand(Op);
1466   const MCOperand &Imm = MI.getOperand(Op + 1);
1467
1468   unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg.getReg());
1469   unsigned Align = 0;
1470
1471   switch (Imm.getImm()) {
1472   default: break;
1473   case 8:
1474   case 16:
1475   case 32: // Default '0' value for invalid alignments of 8, 16, 32 bytes.
1476   case 2: Align = 0x00; break;
1477   case 4: Align = 0x03; break;
1478   }
1479
1480   return RegNo | (Align << 4);
1481 }
1482
1483
1484 /// getAddrMode6DupAddressOpValue - Encode an addrmode6 register number and
1485 /// alignment operand for use in VLD-dup instructions.  This is the same as
1486 /// getAddrMode6AddressOpValue except for the alignment encoding, which is
1487 /// different for VLD4-dup.
1488 unsigned ARMMCCodeEmitter::
1489 getAddrMode6DupAddressOpValue(const MCInst &MI, unsigned Op,
1490                               SmallVectorImpl<MCFixup> &Fixups) const {
1491   const MCOperand &Reg = MI.getOperand(Op);
1492   const MCOperand &Imm = MI.getOperand(Op + 1);
1493
1494   unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg.getReg());
1495   unsigned Align = 0;
1496
1497   switch (Imm.getImm()) {
1498   default: break;
1499   case 2:
1500   case 4:
1501   case 8:  Align = 0x01; break;
1502   case 16: Align = 0x03; break;
1503   }
1504
1505   return RegNo | (Align << 4);
1506 }
1507
1508 unsigned ARMMCCodeEmitter::
1509 getAddrMode6OffsetOpValue(const MCInst &MI, unsigned Op,
1510                           SmallVectorImpl<MCFixup> &Fixups) const {
1511   const MCOperand &MO = MI.getOperand(Op);
1512   if (MO.getReg() == 0) return 0x0D;
1513   return CTX.getRegisterInfo()->getEncodingValue(MO.getReg());
1514 }
1515
1516 unsigned ARMMCCodeEmitter::
1517 getShiftRight8Imm(const MCInst &MI, unsigned Op,
1518                   SmallVectorImpl<MCFixup> &Fixups) const {
1519   return 8 - MI.getOperand(Op).getImm();
1520 }
1521
1522 unsigned ARMMCCodeEmitter::
1523 getShiftRight16Imm(const MCInst &MI, unsigned Op,
1524                    SmallVectorImpl<MCFixup> &Fixups) const {
1525   return 16 - MI.getOperand(Op).getImm();
1526 }
1527
1528 unsigned ARMMCCodeEmitter::
1529 getShiftRight32Imm(const MCInst &MI, unsigned Op,
1530                    SmallVectorImpl<MCFixup> &Fixups) const {
1531   return 32 - MI.getOperand(Op).getImm();
1532 }
1533
1534 unsigned ARMMCCodeEmitter::
1535 getShiftRight64Imm(const MCInst &MI, unsigned Op,
1536                    SmallVectorImpl<MCFixup> &Fixups) const {
1537   return 64 - MI.getOperand(Op).getImm();
1538 }
1539
1540 void ARMMCCodeEmitter::
1541 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1542                   SmallVectorImpl<MCFixup> &Fixups) const {
1543   // Pseudo instructions don't get encoded.
1544   const MCInstrDesc &Desc = MCII.get(MI.getOpcode());
1545   uint64_t TSFlags = Desc.TSFlags;
1546   if ((TSFlags & ARMII::FormMask) == ARMII::Pseudo)
1547     return;
1548
1549   int Size;
1550   if (Desc.getSize() == 2 || Desc.getSize() == 4)
1551     Size = Desc.getSize();
1552   else
1553     llvm_unreachable("Unexpected instruction size!");
1554
1555   uint32_t Binary = getBinaryCodeForInstr(MI, Fixups);
1556   // Thumb 32-bit wide instructions need to emit the high order halfword
1557   // first.
1558   if (isThumb() && Size == 4) {
1559     EmitConstant(Binary >> 16, 2, OS);
1560     EmitConstant(Binary & 0xffff, 2, OS);
1561   } else
1562     EmitConstant(Binary, Size, OS);
1563   ++MCNumEmitted;  // Keep track of the # of mi's emitted.
1564 }
1565
1566 #include "ARMGenMCCodeEmitter.inc"