search for: asmprinterinlineasm

Displaying 6 results from an estimated 6 matches for "asmprinterinlineasm".

2019 Dec 11
2
IR inline assembly: the x86 Intel "offset" operator
Interesting - the patch doesn't address this yet. It looks like we have a difference (maybe bug?) in how we handle Intel vs. AT&T inline assembly: https://godbolt.org/z/GQw9ED Suppose we're expanding an operand with an 'i' constraint, where the operand is given as, e.g. (i32* @Bar). If the inline assembly is in Intel dialect, this expands as "Bar" in AT&T syntax
2012 May 09
0
[LLVMdev] JIT support for inline asm on Linux
Resending, any pointers are much appreciated. On 5/7/2012 11:16 PM, Ashok Nalkund wrote: > > > On 5/7/2012 10:17 PM, Bendersky, Eli wrote: > <snip> >>>> $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc >>>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>>> have an asm parser for this
2013 Jul 16
1
[LLVMdev] Instantiating Target-Specifc ASM Parser
Hello, I am working on backend development and would like to utilize my target's MCAsmParser inside of an MCInst-level class implementation. I noticed that the AsmParser is registered with the target registry however I am having no luck grepping for a "template" of how to instantiate it and have yet to find specific documentation on how it is done. Any ideas or help is greatly
2012 May 08
2
[LLVMdev] JIT support for inline asm on Linux
On 5/7/2012 10:17 PM, Bendersky, Eli wrote: <snip> >>> $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc >>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>> have an asm parser for this target >> >> I also tried other variations of the call with the same result: >>> $lli
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...there's a missing commit to clang (because this repo doesn't mirror the clang/ source). --- include/llvm/MC/MCParser/AsmParser.h | 51 +- include/llvm/MC/MCParser/MachOAsmParser.h | 56 +++ include/llvm/Target/TargetRegistry.h | 22 +- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 12 +- lib/MC/MCParser/AsmParser.cpp | 573 +--------------------- lib/MC/MCParser/CMakeLists.txt | 2 +- lib/MC/MCParser/MachOAsmParser.cpp | 630 ++++++++++++++++++++++++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 186 ++++---- lib/...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...build llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a llvm[3]: Compiling LoadCombine.cpp for Release+Asserts build make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Analysis/IPA' llvm[3]: Compiling CallGraph.cpp for Release+Asserts build llvm[3]: Compiling AsmPrinterInlineAsm.cpp for Release+Asserts build llvm[3]: Compiling LoopDeletion.cpp for Release+Asserts build llvm[3]: Compiling CallGraphSCCPass.cpp for Release+Asserts build llvm[3]: Compiling LoopDistribute.cpp for Release+Asserts build llvm[3]: Compiling DIE.cpp for Release+Asserts build llvm[3]: Compiling X86MC...