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

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith11/
H A Darith11.cpp48 cout << "raw digit: " << *a.get_raw() << endl;
54 cout << "raw digit: " << *b.get_raw() << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/misc/test02/
H A Dtest02.cpp6 sc_digit* ptr = value.get_raw();
14 sc_digit* ptr = value.get_raw();
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test02/
H A Dtest02.cpp43 VALUE.concat_get_data( right_sc_biguint32.get_raw(), OFFSET); \
/gem5/src/arch/generic/
H A Dvec_pred_reg.hh127 get_raw(size_t idx) const function in class:VecPredRegT
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh1063 sc_digit* get_raw() const { return digit; } function in class:sc_dt::sc_signed
H A Dsc_unsigned.hh974 sc_digit *get_raw() const { return digit; } function in class:sc_dt::sc_unsigned
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h1166 sc_digit* get_raw() const function in class:sc_dt::sc_signed
H A Dsc_unsigned.h1069 sc_digit* get_raw() const { return digit; } function in class:sc_dt::sc_unsigned

Completed in 60 milliseconds