Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AVR/
DAVRSubtarget.h74 bool hasMemMappedGPR() const { return m_hasMemMappedGPR; } in hasMemMappedGPR() function
76 uint8_t getIORegisterOffset() const { return hasMemMappedGPR() ? 0x20 : 0x0; } in getIORegisterOffset()