Packages

c

spinal.core.internals.Operator.Bits

ShiftRightByUInt

class ShiftRightByUInt extends BitVector.ShiftRightByUInt

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

Instance Constructors

  1. new ShiftRightByUInt()

Type Members

  1. type T = Expression with WidthProvider

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 algoIncrementale: Int
    Definition Classes
    BaseNode
  5. val algoInt: Int
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def calcWidth(): Int
    Definition Classes
    ShiftRightByUIntWidthable
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  12. def foreachExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    BinaryOperatorExpressionContainer
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  15. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  16. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  17. def getTypeObject: TypeBits.type
    Definition Classes
    ShiftRightByUIntExpression
  18. def getWidth: Int
    Definition Classes
    WidthableWidthProvider
  19. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. var left: T
    Definition Classes
    BinaryOperator
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def normalizeInputs: Unit
    Definition Classes
    ExpressionContainer
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def opName: String
    Definition Classes
    ShiftRightByUIntExpression
  28. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  29. def remapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    BinaryOperatorExpressionContainer
  30. var right: T
    Definition Classes
    BinaryOperator
  31. def setScalaLocated(source: ScalaLocated): ShiftRightByUInt.this.type
    Definition Classes
    ScalaLocated
  32. def simplifyNode: Expression
    Definition Classes
    ShiftRightByUIntExpression
  33. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    ShiftRightByUIntExpression → AnyRef → Any
  36. def toStringMultiLine(): String
    Definition Classes
    BinaryOperatorBaseNode
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  41. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  42. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  43. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit
    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 ShiftOperator

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