Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h172 extern void compile_arith_div(char*label, long width, bool signed_flag,
H A Dparse.y337 compile_arith_div($1, $3, false, obj.cnt, obj.vect);
347 compile_arith_div($1, $3, true, obj.cnt, obj.vect);
H A Dcompile.cc1106 void compile_arith_div(char*label, long wid, bool signed_flag, in compile_arith_div() function