Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs415 private struct ARMCPRegInfo struct in Antmicro.Renode.Peripherals.CPU.ARMv8A
417 public static ARMCPRegInfo FromIntPtr(IntPtr pointer) in FromIntPtr()
422 public SystemRegister ToSystemRegister() in ToSystemRegister()
434 public IntPtr Name;
435 public uint Coprocessor;
436 public uint Type;
438 public byte Op0;
439 public byte Op1;
440 public byte Crn;
441 public byte Crm;
[all …]