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()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromString(op: String): PrimOp

    Gets the corresponding ir.PrimOp from its String representation

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

    Seq of String representations of ir.PrimOps

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

    Addition

  41. object And extends PrimOp with Product with Serializable

    Bitwise And

  42. object Andr extends PrimOp with Product with Serializable

    Bitwise And Reduce

  43. object AsAsyncReset extends PrimOp with Product with Serializable

    Interpret As AsyncReset

  44. object AsClock extends PrimOp with Product with Serializable

    Interpret As Clock

  45. object AsFixedPoint extends PrimOp with Product with Serializable

    Interpret as Fixed Point *

  46. object AsInterval extends PrimOp with Product with Serializable

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

  47. object AsSInt extends PrimOp with Product with Serializable

    Interpret As SInt

  48. object AsUInt extends PrimOp with Product with Serializable

    Interpret As UInt

  49. object Bits extends PrimOp with Product with Serializable

    Bit Extraction

  50. object Cat extends PrimOp with Product with Serializable

    Concatenate

  51. object Clip extends PrimOp with Product with Serializable

    Clip First Operand At Range/Width of Second Operand *

  52. object Cvt extends PrimOp with Product with Serializable

    Arithmetic Convert to Signed

  53. object DecP extends PrimOp with Product with Serializable

    Decrease Precision *

  54. object Div extends PrimOp with Product with Serializable

    Division

  55. object Dshl extends PrimOp with Product with Serializable

    Dynamic Shift Left

  56. object Dshr extends PrimOp with Product with Serializable

    Dynamic Shift Right

  57. object Eq extends PrimOp with Product with Serializable

    Equal To

  58. object Geq extends PrimOp with Product with Serializable

    Greater Than Or Equal To

  59. object Gt extends PrimOp with Product with Serializable

    Greater Than

  60. object Head extends PrimOp with Product with Serializable

    Head

  61. object IncP extends PrimOp with Product with Serializable

    Increase Precision *

  62. object Leq extends PrimOp with Product with Serializable

    Less Than Or Equal To

  63. object Lt extends PrimOp with Product with Serializable

    Less Than

  64. object Mul extends PrimOp with Product with Serializable

    Multiplication

  65. object Neg extends PrimOp with Product with Serializable

    Negate

  66. object Neq extends PrimOp with Product with Serializable

    Not Equal To

  67. object Not extends PrimOp with Product with Serializable

    Bitwise Complement

  68. object Or extends PrimOp with Product with Serializable

    Bitwise Or

  69. object Orr extends PrimOp with Product with Serializable

    Bitwise Or Reduce

  70. object Pad extends PrimOp with Product with Serializable

    Padding

  71. object Rem extends PrimOp with Product with Serializable

    Remainder

  72. object SetP extends PrimOp with Product with Serializable

    Set Precision *

  73. object Shl extends PrimOp with Product with Serializable

    Static Shift Left

  74. object Shr extends PrimOp with Product with Serializable

    Static Shift Right

  75. object Squeeze extends PrimOp with Product with Serializable

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

  76. object Sub extends PrimOp with Product with Serializable

    Subtraction

  77. object Tail extends PrimOp with Product with Serializable

    Tail

  78. object Wrap extends PrimOp with Product with Serializable

    Wrap First Operand Around Range/Width of Second Operand *

  79. object Xor extends PrimOp with Product with Serializable

    Bitwise Exclusive Or

  80. object Xorr extends PrimOp with Product with Serializable

    Bitwise Exclusive Or Reduce

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped