Searched defs:Coprocessor32BitMoveInstruction (Results 1 – 1 of 1) sorted by relevance
562 protected struct Coprocessor32BitMoveInstruction struct in Antmicro.Renode.Peripherals.CPU.Arm564 …ublic static bool operator ==(Coprocessor32BitMoveInstruction a, Coprocessor32BitMoveInstruction b) in operator ==()569 …ublic static bool operator !=(Coprocessor32BitMoveInstruction a, Coprocessor32BitMoveInstruction b) in operator !=()574 public Coprocessor32BitMoveInstruction(uint instruction) in Coprocessor32BitMoveInstruction() argument583 public Coprocessor32BitMoveInstruction(uint opc1, uint crn, uint crm, uint opc2) in Coprocessor32BitMoveInstruction() argument592 public override bool Equals(object o) in Equals()597 public override int GetHashCode() in GetHashCode()602 public override string ToString() in ToString()607 public uint Opc1 { get; }608 public uint CRn { get; }[all …]