Home
last modified time | relevance | path

Searched refs:x_union_2_state_64 (Results 1 – 4 of 4) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_output_type.cpp639 svBitVecVal x_union_2_state_64[2]; in check_exports() local
851 e_union_2_state_64(x_union_2_state_64); in check_exports()
852 if (x_union_2_state_64[1] != 0xffffffff >> n) stop(); in check_exports()
853 if (x_union_2_state_64[0] != 0xffffffff) stop(); in check_exports()
864 if (x_union_2_state_64[0] != 0xffffffff) stop(); in check_exports()
H A Dt_dpi_arg_inout_type.cpp841 svBitVecVal x_union_2_state_64[2]; in check_exports() local
1145 x_union_2_state_64[1] = 0xffffffff >> n; in check_exports()
1146 x_union_2_state_64[0] = 0xffffffff; in check_exports()
1163 e_union_2_state_64(x_union_2_state_64); in check_exports()
1164 if (x_union_2_state_64[1] != 0xffffffff) stop(); in check_exports()
1165 if (x_union_2_state_64[0] != 0xffffffff << n) stop(); in check_exports()
H A Dt_dpi_arg_inout_type.v936 union_2_state_64 x_union_2_state_64; register
1039x_union_2_state_64 = ~64'd0 << i; i_union_2_state_64(x_union_2_state_64); if (x_union_2_state_…
H A Dt_dpi_arg_output_type.v850 union_2_state_64 x_union_2_state_64; register
953 i_union_2_state_64(x_union_2_state_64); if (x_union_2_state_64 !== ~64'd0 << i) $stop;