Class

spinal.core.internals.Operator.UInt

Mul

Related Doc: package UInt

Permalink

class Mul extends BitVector.Mul

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mul
  2. Mul
  3. Widthable
  4. WidthProvider
  5. BinaryOperatorWidthableInputs
  6. BinaryOperator
  7. Operator
  8. Modifier
  9. Expression
  10. ExpressionContainer
  11. BaseNode
  12. ScalaLocated
  13. GlobalDataUser
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mul()

    Permalink

Type Members

  1. type T = Expression with WidthProvider

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var algoIncrementale: Int

    Permalink
    Definition Classes
    BaseNode
  5. var algoInt: Int

    Permalink
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def calcWidth(): Int

    Permalink
    Definition Classes
    MulWidthable
  8. def checkLiteralRange(check: (BitVectorLiteral, Expression with WidthProvider) ⇒ Unit): Unit

    Permalink
  9. def checkLiteralRanges(signed: Boolean): Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  14. def foreachExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    BinaryOperatorExpressionContainer
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def getLiteralFactory: (BigInt, Int) ⇒ Expression

    Permalink
    Definition Classes
    MulMul
  17. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  18. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  19. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  20. def getTypeObject: TypeUInt.type

    Permalink
    Definition Classes
    MulExpression
  21. def getWidth: Int

    Permalink
    Definition Classes
    WidthableWidthProvider
  22. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. var left: T

    Permalink
    Definition Classes
    BinaryOperator
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def normalizeInputs: Unit

    Permalink
    Definition Classes
    ExpressionContainer
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def opName: String

    Permalink
    Definition Classes
    MulExpression
  31. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  32. def remapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    BinaryOperatorExpressionContainer
  33. var right: T

    Permalink
    Definition Classes
    BinaryOperator
  34. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  35. def setScalaLocated(source: ScalaLocated): Mul.this.type

    Permalink
    Definition Classes
    ScalaLocated
  36. def simplifyNode: Expression

    Permalink
    Definition Classes
    MulExpression
  37. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression

    Permalink
    Definition Classes
    ExpressionContainer
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    MulExpression → AnyRef → Any
  40. def toStringMultiLine(): String

    Permalink
    Definition Classes
    BinaryOperatorBaseNode
  41. def toStringRec(level: Int = 1): String

    Permalink
    Definition Classes
    Expression
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  46. def walkExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  47. def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  48. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  49. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BitVector.Mul

Inherited from Widthable

Inherited from WidthProvider

Inherited from BinaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped