c

vexiiriscv.decode

DecoderPlugin

class DecoderPlugin extends FiberPlugin with DecoderService with CompletionService with ForgetSource

Linear Supertypes
ForgetSource, CompletionService, DecoderService, FiberPlugin, Hostable, Area, OverridedEqualsHashCode, ValCallbackRec, ValCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecoderPlugin
  2. ForgetSource
  3. CompletionService
  4. DecoderService
  5. FiberPlugin
  6. Hostable
  7. Area
  8. OverridedEqualsHashCode
  9. ValCallbackRec
  10. ValCallback
  11. NameableByComponent
  12. Nameable
  13. ContextUser
  14. ScalaLocated
  15. GlobalDataUser
  16. OwnableRef
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecoderPlugin(decodeAt: Int)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val _context: Capture
    Definition Classes
    Area
  5. def addDecodingLogic(body: (DecodingCtx) ⇒ Unit): Unit
    Definition Classes
    DecoderPluginDecoderService
  6. def addMicroOpDecoding(microOp: MicroOp, decoding: DecodeListType): Unit
    Definition Classes
    DecoderPluginDecoderService
  7. def addMicroOpDecoding[T <: BaseType](microOp: MicroOp, key: Payload[T], value: T): Unit
    Definition Classes
    DecoderService
  8. def addMicroOpDecodingDefault(key: Payload[_ <: BaseType], value: BaseType): Unit
    Definition Classes
    DecoderPluginDecoderService
  9. def addService[T](that: T): T
    Definition Classes
    FiberPlugin
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def awaitBuild(): Unit
    Definition Classes
    FiberPlugin
  12. def buildBefore(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  13. var buildCount: Int
    Definition Classes
    FiberPlugin
  14. def childNamePriority: Byte
    Definition Classes
    Area
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  16. def component: Component
    Definition Classes
    ContextUser
  17. def covers(): Seq[Masked]
    Definition Classes
    DecoderPluginDecoderService
  18. var decodeAt: Int
  19. val decodingLock: Retainer
    Definition Classes
    DecoderService
  20. val decodingLogics: ArrayBuffer[(DecodingCtx) ⇒ Unit]
  21. val decodingSpecs: LinkedHashMap[NamedType[_ <: BaseType], DecodingSpec[_ <: BaseType]]
  22. def during: AnyRef { ... /* 2 definitions in type refinement */ }
    Definition Classes
    FiberPlugin
  23. val elaborationLock: Retainer
    Definition Classes
    DecoderService
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  26. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getCompletions(): Seq[Flow[CompletionPayload]]
    Definition Classes
    DecoderPluginCompletionService
  29. def getDecodingSpec(key: Payload[_ <: BaseType]): DecodingSpec[_ <: BaseType]
  30. def getDisplayName(): String
    Definition Classes
    Nameable
  31. def getForgetPort(): Flow[ForgetCmd]
    Definition Classes
    DecoderPluginForgetSource
  32. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  33. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  34. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  35. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  36. def getPartialName(): String
    Definition Classes
    Nameable
  37. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  38. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  39. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  40. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  41. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  42. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  43. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  44. var host: PluginHost
    Definition Classes
    FiberPlugin
  45. val hostLock: Lock
    Definition Classes
    FiberPlugin
  46. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. final def isNamed: Boolean
    Definition Classes
    Nameable
  49. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  50. def isUnnamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  51. val lockables: LinkedHashSet[() ⇒ Lock]
    Definition Classes
    FiberPlugin
  52. val logic: Handle[Area { ... /* 21 definitions in type refinement */ }]
  53. val name: String
    Definition Classes
    Nameable
  54. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  55. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. def overrideLocalName(name: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  59. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  60. var pluginEnabled: Boolean
    Definition Classes
    FiberPlugin
  61. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  62. def reflectNames(): Unit
    Definition Classes
    Nameable
  63. def retains(head: Any, tail: Any*): RetainerGroup
    Definition Classes
    FiberPlugin
  64. def retains(that: Seq[Any]): RetainerGroup
    Definition Classes
    FiberPlugin
  65. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  66. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  67. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): DecoderPlugin.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): DecoderPlugin.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, postfix: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable, namePriority: Byte): DecoderPlugin.this.type
    Definition Classes
    Nameable
  71. def setCompositeName(nameable: Nameable, weak: Boolean): DecoderPlugin.this.type
    Definition Classes
    Nameable
  72. def setCompositeName(nameable: Nameable): DecoderPlugin.this.type
    Definition Classes
    Nameable
  73. def setDecodingDefault(key: Payload[_ <: BaseType], value: BaseType): Unit
  74. def setHost(h: PluginHost): Unit
    Definition Classes
    FiberPlugin → Hostable
  75. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  76. def setName(name: String, namePriority: Byte): DecoderPlugin.this.type
    Definition Classes
    Nameable
  77. def setName(name: String, weak: Boolean): DecoderPlugin.this.type
    Definition Classes
    Nameable
  78. def setName(name: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  79. def setNameAsWeak(): DecoderPlugin.this.type
    Definition Classes
    Nameable
  80. def setPartialName(name: String, namePriority: Byte, owner: Any): DecoderPlugin.this.type
    Definition Classes
    Nameable
  81. def setPartialName(name: String, namePriority: Byte): DecoderPlugin.this.type
    Definition Classes
    Nameable
  82. def setPartialName(name: String, weak: Boolean): DecoderPlugin.this.type
    Definition Classes
    Nameable
  83. def setPartialName(owner: Nameable, name: String, namePriority: Byte): DecoderPlugin.this.type
    Definition Classes
    Nameable
  84. def setPartialName(owner: Nameable, name: String, weak: Boolean): DecoderPlugin.this.type
    Definition Classes
    Nameable
  85. def setPartialName(name: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  86. def setPartialName(owner: Nameable, name: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  87. def setPartialName(owner: Nameable): DecoderPlugin.this.type
    Definition Classes
    Nameable
  88. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  89. def setScalaLocated(source: ScalaLocated): DecoderPlugin.this.type
    Definition Classes
    ScalaLocated
  90. def setWeakName(name: String): DecoderPlugin.this.type
    Definition Classes
    Nameable
  91. def setupRetain(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  92. val subservices: ArrayBuffer[Any]
    Definition Classes
    FiberPlugin
  93. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  94. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  95. def unsetName(): DecoderPlugin.this.type
    Definition Classes
    Nameable
  96. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  97. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  98. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. def withPrefix(prefix: String): FiberPlugin
    Definition Classes
    FiberPlugin

Deprecated Value Members

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

Inherited from ForgetSource

Inherited from CompletionService

Inherited from DecoderService

Inherited from FiberPlugin

Inherited from Hostable

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped