Searched defs:Coprocessor64BitMoveInstruction (Results 1 – 1 of 1) sorted by relevance
627 protected struct Coprocessor64BitMoveInstruction struct in Antmicro.Renode.Peripherals.CPU.Arm629 public Coprocessor64BitMoveInstruction(uint instruction) in Coprocessor64BitMoveInstruction() method636 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 …]