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