/Renode-v1.15.3-c57714d/platforms/cpus/ |
D | ambiq-apollo4.repl | 25 WriteWord 0x6C 0x2900 // asm: cmp r1, #0 // compare arg1 26 WriteWord 0x6E 0xD000 // asm: beq 0x72 // jump to 0x72 if equal 27 WriteWord 0x70 0xE0D6 // asm: b 0x220 // jump to 0x220 28 WriteWord 0x72 0xE0C5 // asm: b 0x200 // jump to 0x200 31 WriteWord 0x74 0x6800 // asm: ldr r0, [r0, #0] 32 WriteWord 0x76 0x4770 // asm: bx lr 39 WriteWord 0x9C 0x300F // asm: adds r0, #15 // add 15 iterations 40 WriteWord 0x9E 0x3801 // asm: subs r0, #1 // decrement number of iterations 41 WriteWord 0xA0 0x2800 // asm: cmp r0, #0 // compare with 0 42 WriteWord 0xA2 0xd1fc // asm: bne.n 0x9E // jump to 0x9E if not equal [all …]
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | riscv-zbb-extension.robot | 16 Execute Command sysbus WriteWord 0x0 0x4505 19 Execute Command sysbus WriteWord 0x2 0x0505 29 Execute Command sysbus WriteWord 0x0 0x4505 32 Execute Command sysbus WriteWord 0x2 0x0505 42 Execute Command sysbus WriteWord 0x0 0x4505 45 Execute Command sysbus WriteWord 0x2 0x0505
|
D | sync_pc.robot | 88 Execute Command sysbus WriteWord 0x1000 0xF03D 89 Execute Command sysbus WriteWord 0x1002 0xF03D 90 Execute Command sysbus WriteWord 0x1004 0xF03D 91 Execute Command sysbus WriteWord 0x1006 0xF03D 92 Execute Command sysbus WriteWord 0x1008 0xF03D 93 Execute Command sysbus WriteWord 0x100a 0xF03D
|
D | external-mmu.robot | 91 Execute Command sysbus WriteWord 0x2000 0x1234 101 Execute Command sysbus WriteWord 0x1000 0x0124 158 Execute Command sysbus WriteWord 0x10000 0xFFFF 159 Execute Command sysbus WriteWord 0x11000 0x0124 193 Execute Command sysbus WriteWord 0x10000 0xFFFF 194 Execute Command sysbus WriteWord 0x11000 0x0124 245 Execute Command sysbus WriteWord 0x1000 0x0124 259 Execute Command sysbus WriteWord 0x2000 0x0124
|
D | opcodes-counting.robot | 16 Execute Command sysbus WriteWord 0x0 0xb38e
|
D | memory-invalidation.robot | 78 Execute Command sysbus WriteWord 0xffffff 0x9313
|
D | page-access-via-io.robot | 38 Execute Command sysbus WriteWord ${dest} ${opcode}
|
D | riscv-custom-instructions.robot | 43 Execute Command sysbus WriteWord 0x0 0xb38e
|
D | execution-tracing.robot | 59 Execute Command sysbus WriteWord ${pc+4} 0x0001 cpu # nop 80 Execute Command sysbus WriteWord ${pc+4} 0x0001 # nop 90 …Execute Command sysbus WriteWord ${pc+4} 0xe537 cpu # lui a0,…
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | MSP430X.robot | 35 Execute Command sysbus WriteWord 0x2100 0x02e4 # asm: ADDA R2, R4 36 Execute Command sysbus WriteWord 0x2102 0x03e4 # asm: ADDA R3, R4 37 Execute Command sysbus WriteWord 0x2104 0x02f4 # asm: SUBA R2, R4 38 Execute Command sysbus WriteWord 0x2106 0x03f4 # asm: SUBA R3, R4
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/ |
D | SystemCCPU.cs | 81 public void WriteWord(long offset, ushort value) in WriteWord() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU 83 systemCPeripheral.WriteWord(offset, value); in WriteWord()
|
D | SystemCPeripheral.cs | 303 public void WriteWord(long offset, ushort value) in WriteWord() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral 579 … sysbus.WriteWord(message.Address, (ushort)message.Payload, context: icpu); in BackwardConnectionLoop()
|
/Renode-v1.15.3-c57714d/src/Renode/Integrations/ |
D | ArduinoLoader.cs | 185 case (char)Command.WriteWord: in Decode() 262 case Command.WriteWord: in HandleCommand() 263 machine.SystemBus.WriteWord(arg0, (ushort)arg1); in HandleCommand() 355 WriteWord = (byte)'H', enumerator
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | nxp-imxrt595.resc | 13 sysbus WriteWord 0x1300805c 0x4770 # "bx lr"
|
D | rzg2l_linux.resc | 43 sysbus WriteWord 0x2000005A 0x0 cpu0
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedPeripheral.cs | 150 public void WriteWord(long offset, ushort value) in WriteWord() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | CoSimulationConnection.cs | 411 systemBus.WriteWord(message.Address, (ushort)message.Data); in HandleReceivedMessage()
|