Searched refs:Vector (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RegisterDescription.cs | 463 var vu128Type = GDBCustomType.Vector(vu128TypeID, "uint128", registerWidth / 128); in AddVectorFeature() 471 var vu64Type = GDBCustomType.Vector(vu64TypeID, "uint64", registerWidth / 64); in AddVectorFeature() 479 var vu32Type = GDBCustomType.Vector(vu32TypeID, "uint32", registerWidth / 32); in AddVectorFeature() 487 var vu16Type = GDBCustomType.Vector(vu16TypeID, "uint16", registerWidth / 16); in AddVectorFeature() 495 var vu8Type = GDBCustomType.Vector(vu8TypeID, "uint8", registerWidth / 8); in AddVectorFeature()
|
| D | BaseRiscV.cs | 294 public ulong Vector(uint registerNumber, uint elementIndex, ulong? value = null) in Vector() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/ |
| D | GDBCustomType.cs | 21 public static GDBCustomType Vector(string id, string type, uint count) in Vector() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/opcodes/ |
| D | opcodes-rvv | 16 # Vector Loads and Store 19 # Vector Unit-Stride Instructions (including segment part) 40 # Vector Indexed-Unordered Instructions (including segment part) 59 # Vector Strided Instructions (including segment part) 78 # Vector Indexed-Ordered Instructions (including segment part) 108 # Vector Load/Store Whole Registers 131 # Vector Floating-Point Instructions 395 # Vector Integer Extension Instructions
|