Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DLLVMAssembler.cs61 …e static extern bool llvm_asm(string arch, string cpu, uint flags, string instructions, ulong addr… in llvm_asm()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs406 protected void ReportProgress(ulong instructions) in ReportProgress()
DTranslationCPU.cs2185 public uint AssembleBlock(ulong addr, string instructions, uint flags = 0) in AssembleBlock()