Searched refs:NetEBinary (Results 1 – 14 of 14) sorted by relevance
/dports/cad/iverilog/verilog-11.0/ |
H A D | net_expr.cc | 90 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBAdd() 113 : NetEBinary(op__, l, r, 1, false) in NetEBComp() 142 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBDiv() 162 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBMinMax() 181 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBMult() 201 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBPow() 220 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBShift()
|
H A D | dup_expr.cc | 46 NetEBinary* NetEBinary::dup_expr() const in dup_expr()
|
H A D | target.h | 180 virtual void expr_binary(const NetEBinary*);
|
H A D | netlist.h | 4097 class NetEBinary : public NetExpr { 4101 ~NetEBinary(); 4138 class NetEBAdd : public NetEBinary { 4160 class NetEBDiv : public NetEBinary { 4190 class NetEBBits : public NetEBinary { 4217 class NetEBComp : public NetEBinary { 4251 class NetEBLogic : public NetEBinary { 4271 class NetEBMinMax : public NetEBinary { 4287 class NetEBMult : public NetEBinary { 4306 class NetEBPow : public NetEBinary { [all …]
|
H A D | netlist.cc | 2309 : NetEBinary(op__, l, r, wid, signed_flag) in NetEBBits() 2317 NetEBinary::NetEBinary(char op__, NetExpr*l, NetExpr*r, unsigned wid, bool signed_flag) in NetEBinary() function in NetEBinary 2324 NetEBinary::~NetEBinary() in ~NetEBinary() 2330 bool NetEBinary::has_width() const in has_width() 2336 : NetEBinary(op__, l, r, 1, false) in NetEBLogic()
|
H A D | target.cc | 585 void expr_scan_t::expr_binary(const NetEBinary*ex) in expr_binary()
|
H A D | emit.cc | 591 void NetEBinary::expr_scan(struct expr_scan_t*tgt) const in expr_scan()
|
H A D | net_nex_input.cc | 61 NexusSet* NetEBinary::nex_input(bool rem_out, bool always_sens, bool nested_func) const in nex_input()
|
H A D | t-dll.h | 141 void expr_binary(const NetEBinary*);
|
H A D | t-dll-expr.cc | 203 void dll_target::expr_binary(const NetEBinary*net) in expr_binary()
|
H A D | eval_tree.cc | 92 NetExpr* NetEBinary::eval_tree() in eval_tree() 100 NetExpr* NetEBinary::eval_arguments_(const NetExpr*, const NetExpr*) const in eval_arguments_()
|
H A D | net_func_eval.cc | 874 NetExpr* NetEBinary::evaluate_function(const LineInfo&loc, in evaluate_function()
|
H A D | design_dump.cc | 1660 void NetEBinary::dump(ostream&o) const in dump()
|
H A D | elab_expr.cc | 410 tmp = new NetEBinary(op_, lp, rp, expr_wid, signed_flag_); in elaborate_expr_base_()
|