Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRSubtarget.h82 bool hasMemMappedGPR() const { return m_hasMemMappedGPR; } in hasMemMappedGPR() function
84 uint8_t getIORegisterOffset() const { return hasMemMappedGPR() ? 0x20 : 0x0; } in getIORegisterOffset()