Searched refs:hasMemMappedGPR (Results 1 – 1 of 1) sorted by relevance
74 bool hasMemMappedGPR() const { return m_hasMemMappedGPR; } in hasMemMappedGPR() function76 uint8_t getIORegisterOffset() const { return hasMemMappedGPR() ? 0x20 : 0x0; } in getIORegisterOffset()