Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h180 extern void compile_arith_sub(char*label, long width,
H A Dparse.y392 compile_arith_sub($1, $3, obj.cnt, obj.vect);
H A Dcompile.cc1222 void compile_arith_sub(char*label, long wid, unsigned argc, struct symb_s*argv) in compile_arith_sub() function