object PrimOps extends LazyLogging
- Alphabetic
- By Inheritance
- PrimOps
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def MAX(w1: Width, w2: Width): Constraint
- def MIN(w1: Width, w2: Width): Constraint
- def MINUS(w1: Width, w2: Width): Constraint
- def PLUS(w1: Width, w2: Width): Constraint
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def c1(e: DoPrim): IntWidth
- def c2(e: DoPrim): IntWidth
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromString(op: String): PrimOp
Gets the corresponding ir.PrimOp from its String representation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLogger: Logger
- Definition Classes
- LazyLogging
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
listing: Seq[String]
Seq of String representations of ir.PrimOps
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def o1(e: DoPrim): BigInt
- def o2(e: DoPrim): BigInt
- def o3(e: DoPrim): BigInt
- def p1(e: DoPrim): Width
- def p2(e: DoPrim): Width
- def set_primop_type(e: DoPrim): DoPrim
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def t1(e: DoPrim): Type
- def t2(e: DoPrim): Type
- def t3(e: DoPrim): Type
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def w1(e: DoPrim): Width
- def w2(e: DoPrim): Width
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
Add extends PrimOp with Product with Serializable
Addition
-
object
And extends PrimOp with Product with Serializable
Bitwise And
-
object
Andr extends PrimOp with Product with Serializable
Bitwise And Reduce
-
object
AsAsyncReset extends PrimOp with Product with Serializable
Interpret As AsyncReset
-
object
AsClock extends PrimOp with Product with Serializable
Interpret As Clock
-
object
AsFixedPoint extends PrimOp with Product with Serializable
Interpret as Fixed Point *
-
object
AsInterval extends PrimOp with Product with Serializable
Interpret as Interval (closed lower bound, closed upper bound, binary point) *
-
object
AsSInt extends PrimOp with Product with Serializable
Interpret As SInt
-
object
AsUInt extends PrimOp with Product with Serializable
Interpret As UInt
-
object
Bits extends PrimOp with Product with Serializable
Bit Extraction
-
object
Cat extends PrimOp with Product with Serializable
Concatenate
-
object
Clip extends PrimOp with Product with Serializable
Clip First Operand At Range/Width of Second Operand *
-
object
Cvt extends PrimOp with Product with Serializable
Arithmetic Convert to Signed
-
object
DecP extends PrimOp with Product with Serializable
Decrease Precision *
-
object
Div extends PrimOp with Product with Serializable
Division
-
object
Dshl extends PrimOp with Product with Serializable
Dynamic Shift Left
-
object
Dshr extends PrimOp with Product with Serializable
Dynamic Shift Right
-
object
Eq extends PrimOp with Product with Serializable
Equal To
-
object
Geq extends PrimOp with Product with Serializable
Greater Than Or Equal To
-
object
Gt extends PrimOp with Product with Serializable
Greater Than
-
object
Head extends PrimOp with Product with Serializable
Head
-
object
IncP extends PrimOp with Product with Serializable
Increase Precision *
-
object
Leq extends PrimOp with Product with Serializable
Less Than Or Equal To
-
object
Lt extends PrimOp with Product with Serializable
Less Than
-
object
Mul extends PrimOp with Product with Serializable
Multiplication
-
object
Neg extends PrimOp with Product with Serializable
Negate
-
object
Neq extends PrimOp with Product with Serializable
Not Equal To
-
object
Not extends PrimOp with Product with Serializable
Bitwise Complement
-
object
Or extends PrimOp with Product with Serializable
Bitwise Or
-
object
Orr extends PrimOp with Product with Serializable
Bitwise Or Reduce
-
object
Pad extends PrimOp with Product with Serializable
Padding
-
object
Rem extends PrimOp with Product with Serializable
Remainder
-
object
SetP extends PrimOp with Product with Serializable
Set Precision *
-
object
Shl extends PrimOp with Product with Serializable
Static Shift Left
-
object
Shr extends PrimOp with Product with Serializable
Static Shift Right
-
object
Squeeze extends PrimOp with Product with Serializable
Try to fit the first argument into the type of the smaller argument *
-
object
Sub extends PrimOp with Product with Serializable
Subtraction
-
object
Tail extends PrimOp with Product with Serializable
Tail
-
object
Wrap extends PrimOp with Product with Serializable
Wrap First Operand Around Range/Width of Second Operand *
-
object
Xor extends PrimOp with Product with Serializable
Bitwise Exclusive Or
-
object
Xorr extends PrimOp with Product with Serializable
Bitwise Exclusive Or Reduce
This is the documentation for Firrtl.