search for: isalignstack

Displaying 2 results from an estimated 2 matches for "isalignstack".

Did you mean: alignstack
2013 Apr 21
3
[LLVMdev] trying to generate a simple inline asm
...llvm::FunctionType *AsmFTy = llvm::FunctionType::get(Type::getVoidTy(FStub->getContext()), AsmArgTypes, false); llvm::InlineAsm *IA = llvm::InlineAsm::get(AsmFTy, "mfc1 $$4,$$f12", "", true, /* IsAlignStack */ false, llvm::InlineAsm::AD_Intel); CallInst::Create(IA, BB); Probably something stupid I'm doing. I'm debugging now but maybe someone knows the answer. TIA. Reed
2016 Jun 13
2
LLVM IR intrinsics placeholder for strings [was Re: Back end with special loop instructions (using LLVM IR intrinsics)]
Hello. I come back to this thread. But I want to ask a slightly different question. Is there a way to have LLVM IR language intrinsics that are given at construction time a string that is written at assembly generation time as it is? (so, basically having placeholders of strings in LLVM that remain untouched until the end, including code generation time.) More exactly, I would