Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h162 extern void compile_arith_pow(char*label, long width, bool signed_flag,
H A Dparse.y377 compile_arith_pow($1, $3, false, obj.cnt, obj.vect);
387 compile_arith_pow($1, $3, true, obj.cnt, obj.vect);
H A Dcompile.cc1192 void compile_arith_pow(char*label, long wid, bool signed_flag, in compile_arith_pow() function