Class

spinal.core.internals

CastUIntToSInt

Related Doc: package internals

Permalink

class CastUIntToSInt extends CastBitVectorToBitVector

UInt -> SInt

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

Instance Constructors

  1. new CastUIntToSInt()

    Permalink

Type Members

  1. abstract type T <: Expression with WidthProvider

    Permalink
    Definition Classes
    CastBitVectorToBitVectorCast

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 clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    CastExpressionContainer
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  14. def getScalaLocationShort: String

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

    Permalink
    Definition Classes
    ScalaLocated
  16. def getTypeObject: TypeSInt.type

    Permalink
    Definition Classes
    CastUIntToSIntExpression
  17. def getWidth: Int

    Permalink
    Definition Classes
    WidthableWidthProvider
  18. val globalData: GlobalData

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. var input: T

    Permalink
    Definition Classes
    Cast
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def normalizeInputs: Unit

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

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

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

    Permalink
    Definition Classes
    CastUIntToSIntExpression
  27. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

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

    Permalink
    Definition Classes
    CastExpressionContainer
  29. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  30. def setScalaLocated(source: ScalaLocated): CastUIntToSInt.this.type

    Permalink
    Definition Classes
    ScalaLocated
  31. def simplifyNode: Expression

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

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

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

    Permalink
    Definition Classes
    CastBitVectorToBitVectorExpression → AnyRef → Any
  35. def toStringMultiLine(): String

    Permalink
    Definition Classes
    BaseNode
  36. def toStringRec(level: Int = 1): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ExpressionContainer
  44. 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 CastBitVectorToBitVector

Inherited from Widthable

Inherited from WidthProvider

Inherited from Cast

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