Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs627 protected struct Coprocessor64BitMoveInstruction struct in Antmicro.Renode.Peripherals.CPU.Arm
629 public Coprocessor64BitMoveInstruction(uint instruction) in Coprocessor64BitMoveInstruction() method
636 public override string ToString() in ToString()
641 public uint Opc1 { get; }
642 public uint CRm { get; }
643 public uint FieldsOnly { get; }
645 …Mask = BitHelper.CalculateMask(Opc1Size, Opc1Offset) | BitHelper.CalculateMask(CRmSize, CRmOffset);
647 private const int Opc1Size = 4;
648 private const int CRmSize = 4;
650 private const int Opc1Offset = 4;
[all …]