Searched refs:isConditional (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/ |
| D | PL330_DMA_Instructions.cs | 42 decoderRoot.AddOpcode(0b00000100, 8, () => new DMALD(this, isConditional: false)); in RegisterInstructions() 43 …decoderRoot.AddOpcode(0b00000101, 8, () => new DMALD(this, isConditional: true, transactionType: C… in RegisterInstructions() 44 …decoderRoot.AddOpcode(0b00000111, 8, () => new DMALD(this, isConditional: true, transactionType: C… in RegisterInstructions() 46 decoderRoot.AddOpcode(0b00001000, 8, () => new DMAST(this, isConditional: false)); in RegisterInstructions() 47 …decoderRoot.AddOpcode(0b00001001, 8, () => new DMAST(this, isConditional: true, transactionType: C… in RegisterInstructions() 48 …decoderRoot.AddOpcode(0b00001011, 8, () => new DMAST(this, isConditional: true, transactionType: C… in RegisterInstructions() 56 decoderRoot.AddOpcode(0b00111000, 8, () => new DMALPEND(this, isConditional: false)); in RegisterInstructions() 57 …decoderRoot.AddOpcode(0b00111100, 8, () => new DMALPEND(this, isConditional: false, loopCounterInd… in RegisterInstructions() 58 …decoderRoot.AddOpcode(0b00101100, 8, () => new DMALPEND(this, isConditional: false, loopCounterInd… in RegisterInstructions() 59 …decoderRoot.AddOpcode(0b00111001, 8, () => new DMALPEND(this, isConditional: true, transactionType… in RegisterInstructions() [all …]
|