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

/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp675 std_ulogic_vector<9> vh; local
688 vh = "HHHHHHHHH" & suv;
715 vh = "HHHHHHHHH" | suv;
742 vh = "HHHHHHHHH" ^ suv;
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h210 void **vh = nullptr; member in struct:value_and_holder
215 vh{inst->simple_layout ? inst->simple_value_holder : &inst->nonsimple.values_and_holders[vpos]}
225 return reinterpret_cast<V *&>(vh[0]);
231 return reinterpret_cast<H &>(vh[1]);
291 curr.vh += 1 + (*types)[curr.index]->holder_size_in_ptrs;
457 for (auto vh : values_and_holders(it->second)) {
458 if (vh.type == type)
/gem5/src/arch/arm/
H A Dmiscregs_types.hh141 Bitfield<11, 8> vh; member in namespace:ArmISA

Completed in 11 milliseconds