Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSimpleInstructionDecoder.cs11 public class SimpleInstructionDecoder<TInstruction> class
46 children = new SimpleInstructionDecoder<TInstruction>[2]; in AddOpcode()
47 children[0] = new SimpleInstructionDecoder<TInstruction>(); in AddOpcode()
48 children[1] = new SimpleInstructionDecoder<TInstruction>(); in AddOpcode()
84 private SimpleInstructionDecoder<TInstruction>[] children;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs78 …private SimpleInstructionDecoder<Instruction> decoderRoot = new SimpleInstructionDecoder<Instructi…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs871 …private SimpleInstructionDecoder<Instruction> decoderRoot = new SimpleInstructionDecoder<Instructi…