Home
last modified time | relevance | path

Searched refs:llvm_asm (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DLLVMAssembler.cs36 ok = llvm_asm(triple, model, flags, code, pc, out output, out outLen); in AssembleBlock()
61 …private static extern bool llvm_asm(string arch, string cpu, uint flags, string instructions, ulon… in llvm_asm() method in Antmicro.Renode.Peripherals.CPU.Assembler.LLVMAssembler