Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsThumb

3960     bool IsThumb = getTarget().getTriple().getArch() == llvm::Triple::thumb;
3968 uint64_t ZExtValue = Value.zextOrTrunc(IsThumb ? 16 : 32).getZExtValue();
3971 IsThumb ? InlineAsm::get(FTy, ".inst.n 0x" + utohexstr(ZExtValue), "",