Searched refs:OR_fn (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/synth/concat/fncall/
H A Dtest.cpp55 sc_lv_base OR_fn (const sc_lv_base &a, const sc_lv_base &b) function
92 x = OR_fn ((a, b, c, d), (d, c, b, a));
100 z = OR_fn (( sc_lv_base( "0000000000000000" ), "1000000000000000"), x);
110 z = OR_fn (z, ( sc_lv_base( n ), "000000000000000", "0000000000000000"));
113 z = OR_fn (z, ( sc_lv_base( "00000000" ), o, n, d, "00000000000000"));
117 z = OR_fn (z, ( sc_lv_base( "00000000" ), "00", k, "00000", "0000000000000000"));
127 z1 = OR_fn (z, sc_lv_base( "00000000000000000000000000000000" )); // length of string = 32

Completed in 2 milliseconds