CIRCT  19.0.0git
Public Member Functions | Static Public Attributes | List of all members
hwarith.ICmpOp Class Reference
Collaboration diagram for hwarith.ICmpOp:
Collaboration graph
[legend]

Public Member Functions

def create (cls, pred, a, b)
 

Static Public Attributes

int PRED_EQ = 0b000
 
int PRED_NE = 0b001
 
int PRED_LT = 0b010
 
int PRED_GE = 0b011
 
int PRED_LE = 0b100
 
int PRED_GT = 0b101
 

Detailed Description

Definition at line 65 of file hwarith.py.

Member Function Documentation

◆ create()

def hwarith.ICmpOp.create (   cls,
  pred,
  a,
  b 
)

Definition at line 79 of file hwarith.py.

Member Data Documentation

◆ PRED_EQ

int hwarith.ICmpOp.PRED_EQ = 0b000
static

Definition at line 69 of file hwarith.py.

◆ PRED_GE

int hwarith.ICmpOp.PRED_GE = 0b011
static

Definition at line 73 of file hwarith.py.

◆ PRED_GT

int hwarith.ICmpOp.PRED_GT = 0b101
static

Definition at line 76 of file hwarith.py.

◆ PRED_LE

int hwarith.ICmpOp.PRED_LE = 0b100
static

Definition at line 75 of file hwarith.py.

◆ PRED_LT

int hwarith.ICmpOp.PRED_LT = 0b010
static

Definition at line 72 of file hwarith.py.

◆ PRED_NE

int hwarith.ICmpOp.PRED_NE = 0b001
static

Definition at line 70 of file hwarith.py.


The documentation for this class was generated from the following file: