Home
last modified time | relevance | path

Searched defs:Vector (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/
DGDBCustomType.cs21 public static GDBCustomType Vector(string id, string type, uint count) in Vector() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs294 public ulong Vector(uint registerNumber, uint elementIndex, ulong? value = null) in Vector() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV