Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs562 protected struct Coprocessor32BitMoveInstruction struct in Antmicro.Renode.Peripherals.CPU.Arm
564 …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() argument
583 public Coprocessor32BitMoveInstruction(uint opc1, uint crn, uint crm, uint opc2) in Coprocessor32BitMoveInstruction() argument
592 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 …]