Searched refs:IsThumb (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp418 MCCodeEmitter *Emitter, bool IsThumb)
419 : MCELFStreamer(Context, TAB, OS, Emitter), IsThumb(IsThumb),
456 if (IsThumb)
473 assert(!IsThumb);
485 assert(IsThumb);
531 IsThumb = true;
534 IsThumb = false;
601 bool IsThumb;
1024 if (!Streamer.IsThumb)
[all...]
/external/llvm/include/llvm/MC/
H A DMCELFStreamer.h104 bool IsThumb);
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp768 bool IsThumb = STI->isThumb(); local
795 if (!IsThumb)
816 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr;
820 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc;
844 unsigned CMPri = IsThumb ? ARM::t2CMPri : ARM::CMPri;
870 unsigned Flags, bool IsThumb,
872 if (IsThumb) {
885 bool IsThumb = STI->isThumb(); local
923 unsigned LDREXD = IsThumb ? ARM::t2LDREXD : ARM::LDREXD;
926 addExclusiveRegPair(MIB, Dest, RegState::Define, IsThumb, TR
869 addExclusiveRegPair(MachineInstrBuilder &MIB, MachineOperand &Reg, unsigned Flags, bool IsThumb, const TargetRegisterInfo *TRI) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMCodeEmitter.cpp58 bool IsThumb; member in class:__anon18700::ARMCodeEmitter
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
377 IsThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
1815 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
1844 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
1865 if (IsThumb)
1879 if (IsThumb)
1897 if (IsThumb)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp276 bool IsThumb = false; local
282 IsThumb = true;
309 if (IsThumb)
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp601 const bool IsThumb = T.getArch() == Triple::thumb; local
612 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) |
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6755 bool IsThumb = MachOOF->getSymbolFlags(Symb) & SymbolRef::SF_Thumb; local
6759 bool UseThumbTarget = IsThumb && ThumbTarget;
6838 (Arch == Triple::arm && !IsThumb)) {
6846 assert(IsThumb && "ARM mode should have been dealt with above");
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp3960 bool IsThumb = getTarget().getTriple().getArch() == llvm::Triple::thumb; local
3968 uint64_t ZExtValue = Value.zextOrTrunc(IsThumb ? 16 : 32).getZExtValue();
3971 IsThumb ? InlineAsm::get(FTy, ".inst.n 0x" + utohexstr(ZExtValue), "",

Completed in 503 milliseconds