Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs296 programCounter <<= 8; in ParseCompleteAction()
297 programCounter |= b; in ParseCompleteAction()
315 channel.PC = programCounter; in ExecuteInner()
323 private uint programCounter; field in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMAGO