Home
last modified time | relevance | path

Searched refs:CLCxSELx (Results 1 – 2 of 2) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dclc.h103 class CLCxSELx : public sfr_register
106CLCxSELx(CLC_4SEL *_clc, Processor *pCpu, const char *pName, const char *pDesc, unsigned int reg_n…
380 CLCxSELx clcxsel0;
381 CLCxSELx clcxsel1;
382 CLCxSELx clcxsel2;
383 CLCxSELx clcxsel3;
H A Dclc.cc133 CLCxSELx::CLCxSELx(CLC_4SEL * _clc, Processor * pCpu, const char *pName, in CLCxSELx() function in CLCxSELx
139 void CLCxSELx::put(unsigned int new_value) in put()