Searched refs:CPU_ARCH (Results 1 – 2 of 2) sorted by relevance
185 StringRef CPU_ARCH = CSKY::getArchName(ArchID); in emitTargetAttributes() local189 CPU_ARCH = "ck810"; in emitTargetAttributes()191 emitTextAttribute(CSKYAttrs::CSKY_ARCH_NAME, CPU_ARCH); in emitTargetAttributes()
154 #define CPU_ARCH(midr) (((midr) >> 16) & 0xf) macro