Home
last modified time | relevance | path

Searched refs:compile_arith_mod (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h174 extern void compile_arith_mod(char*label, long width, bool signed_flag,
H A Dparse.y352 compile_arith_mod($1, $3, false, obj.cnt, obj.vect);
362 compile_arith_mod($1, $3, true, obj.cnt, obj.vect);
H A Dcompile.cc1136 void compile_arith_mod(char*label, long wid, bool signed_flag, in compile_arith_mod() function