Searched refs:nReg (Results 1 – 2 of 2) sorted by relevance
22 static inline unsigned long readRegister(const unsigned int nReg) argument32 unsigned int val = regs->uregs[nReg];33 if (REG_PC == nReg)39 writeRegister(const unsigned int nReg, const unsigned long val) argument42 regs->uregs[nReg] = val;
63 #define SetReg2DAGP(nReg, nData) { \ argument64 *((uint32_t *)(vb)) = ((nReg) >> 2) | HALCYON_HEADER1; \