c

vexiiriscv.execute

UopLayerSpec

class UopLayerSpec extends AnyRef

Specfies how a given MicroOp is implemented in a given LaneLayer - RD/RS1/RS2 timings and usages - Completion timing - Flush supported/behaviour - Additional decoding required - Shared hardware reservations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UopLayerSpec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UopLayerSpec(uop: MicroOp, elImpl: LaneLayer, el: ExecuteLaneService)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDecoding(values: Seq[(Payload[_ <: BaseType], Any)]): Unit
  5. def addDecoding(head: (Payload[_ <: BaseType], Any), tail: (Payload[_ <: BaseType], Any)*): Unit
  6. def addRsSpec(rfRead: RfRead, executeAt: Int): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. var completion: Option[Int]
  10. val decodings: LinkedHashMap[NamedType[_ <: BaseType], Masked]
  11. def doCheck(): Unit
  12. def dontFlushFrom(executeCtrlId: Int): Unit
  13. var dontFlushFrom: Option[Int]
  14. val el: ExecuteLaneService
  15. val elImpl: LaneLayer
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def mayFlushUpTo(executeCtrlId: Int): Unit
  22. var mayFlushUpTo: Option[Int]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. var rd: Option[RdSpec]
  27. var rdOutOfPip: Boolean
  28. val reservations: LinkedHashMap[Nameable, LinkedHashSet[Int]]
  29. def reserve(what: Nameable, at: Int): LinkedHashSet[Int]
  30. var rs: LinkedHashMap[RfRead, RsSpec]
  31. def setCompletion(executeCtrlId: Int): UopLayerSpec.this.type
  32. def setRdSpec(data: Payload[Bits], broadcastedFrom: Int, rfReadableFrom: Int): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val uop: MicroOp
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped