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
Ordering
- Alphabetic
- By Inheritance
Inherited
- UopLayerSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UopLayerSpec(uop: MicroOp, elImpl: LaneLayer, el: ExecuteLaneService)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDecoding(values: Seq[(Payload[_ <: BaseType], Any)]): Unit
- def addDecoding(head: (Payload[_ <: BaseType], Any), tail: (Payload[_ <: BaseType], Any)*): Unit
- def addRsSpec(rfRead: RfRead, executeAt: Int): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- var completion: Option[Int]
- val decodings: LinkedHashMap[NamedType[_ <: BaseType], Masked]
- def doCheck(): Unit
- def dontFlushFrom(executeCtrlId: Int): Unit
- var dontFlushFrom: Option[Int]
- val el: ExecuteLaneService
- val elImpl: LaneLayer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mayFlushUpTo(executeCtrlId: Int): Unit
- var mayFlushUpTo: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- var rd: Option[RdSpec]
- var rdOutOfPip: Boolean
- val reservations: LinkedHashMap[Nameable, LinkedHashSet[Int]]
- def reserve(what: Nameable, at: Int): LinkedHashSet[Int]
- var rs: LinkedHashMap[RfRead, RsSpec]
- def setCompletion(executeCtrlId: Int): UopLayerSpec.this.type
- def setRdSpec(data: Payload[Bits], broadcastedFrom: Int, rfReadableFrom: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val uop: MicroOp
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated