Packages

o

firrtl

PrimOps

object PrimOps extends LazyLogging

Definitions and Utility functions for ir.PrimOps

Source
PrimOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimOps
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def MAX(w1: Width, w2: Width): Constraint
  5. def MIN(w1: Width, w2: Width): Constraint
  6. def MINUS(w1: Width, w2: Width): Constraint
  7. def PLUS(w1: Width, w2: Width): Constraint
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def c1(e: DoPrim): IntWidth
  10. def c2(e: DoPrim): IntWidth
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fromString(op: String): PrimOp

    Gets the corresponding ir.PrimOp from its String representation

  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val listing: Seq[String]

    Seq of String representations of ir.PrimOps

  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def o1(e: DoPrim): BigInt
  24. def o2(e: DoPrim): BigInt
  25. def o3(e: DoPrim): BigInt
  26. def p1(e: DoPrim): Width
  27. def p2(e: DoPrim): Width
  28. def set_primop_type(e: DoPrim): DoPrim
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def t1(e: DoPrim): Type
  31. def t2(e: DoPrim): Type
  32. def t3(e: DoPrim): Type
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def w1(e: DoPrim): Width
  35. def w2(e: DoPrim): Width
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. object Add extends PrimOp with Product with Serializable

    Addition

  40. object And extends PrimOp with Product with Serializable

    Bitwise And

  41. object Andr extends PrimOp with Product with Serializable

    Bitwise And Reduce

  42. object AsAsyncReset extends PrimOp with Product with Serializable

    Interpret As AsyncReset

  43. object AsClock extends PrimOp with Product with Serializable

    Interpret As Clock

  44. object AsFixedPoint extends PrimOp with Product with Serializable

    Interpret as Fixed Point *

  45. object AsInterval extends PrimOp with Product with Serializable

    Interpret as Interval (closed lower bound, closed upper bound, binary point) *

  46. object AsSInt extends PrimOp with Product with Serializable

    Interpret As SInt

  47. object AsUInt extends PrimOp with Product with Serializable

    Interpret As UInt

  48. object Bits extends PrimOp with Product with Serializable

    Bit Extraction

  49. object Cat extends PrimOp with Product with Serializable

    Concatenate

  50. object Clip extends PrimOp with Product with Serializable

    Clip First Operand At Range/Width of Second Operand *

  51. object Cvt extends PrimOp with Product with Serializable

    Arithmetic Convert to Signed

  52. object DecP extends PrimOp with Product with Serializable

    Decrease Precision *

  53. object Div extends PrimOp with Product with Serializable

    Division

  54. object Dshl extends PrimOp with Product with Serializable

    Dynamic Shift Left

  55. object Dshr extends PrimOp with Product with Serializable

    Dynamic Shift Right

  56. object Eq extends PrimOp with Product with Serializable

    Equal To

  57. object Geq extends PrimOp with Product with Serializable

    Greater Than Or Equal To

  58. object Gt extends PrimOp with Product with Serializable

    Greater Than

  59. object Head extends PrimOp with Product with Serializable

    Head

  60. object IncP extends PrimOp with Product with Serializable

    Increase Precision *

  61. object Leq extends PrimOp with Product with Serializable

    Less Than Or Equal To

  62. object Lt extends PrimOp with Product with Serializable

    Less Than

  63. object Mul extends PrimOp with Product with Serializable

    Multiplication

  64. object Neg extends PrimOp with Product with Serializable

    Negate

  65. object Neq extends PrimOp with Product with Serializable

    Not Equal To

  66. object Not extends PrimOp with Product with Serializable

    Bitwise Complement

  67. object Or extends PrimOp with Product with Serializable

    Bitwise Or

  68. object Orr extends PrimOp with Product with Serializable

    Bitwise Or Reduce

  69. object Pad extends PrimOp with Product with Serializable

    Padding

  70. object Rem extends PrimOp with Product with Serializable

    Remainder

  71. object SetP extends PrimOp with Product with Serializable

    Set Precision *

  72. object Shl extends PrimOp with Product with Serializable

    Static Shift Left

  73. object Shr extends PrimOp with Product with Serializable

    Static Shift Right

  74. object Squeeze extends PrimOp with Product with Serializable

    Try to fit the first argument into the type of the smaller argument *

  75. object Sub extends PrimOp with Product with Serializable

    Subtraction

  76. object Tail extends PrimOp with Product with Serializable

    Tail

  77. object Wrap extends PrimOp with Product with Serializable

    Wrap First Operand Around Range/Width of Second Operand *

  78. object Xor extends PrimOp with Product with Serializable

    Bitwise Exclusive Or

  79. object Xorr extends PrimOp with Product with Serializable

    Bitwise Exclusive Or Reduce

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped