Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/
Dtrc_core_arch_map.cpp62 { "Cortex-R52", { ARCH_V8, profile_CortexR } },
63 { "Cortex-R8", { ARCH_V7, profile_CortexR } },
64 { "Cortex-R7", { ARCH_V7, profile_CortexR } },
65 { "Cortex-R5", { ARCH_V7, profile_CortexR } },
66 { "Cortex-R4", { ARCH_V7, profile_CortexR } },
145 ap.profile = profile_CortexR; in getPatternMatchCoreName()
169 ap.profile = profile_CortexR; in getPatternMatchCoreName()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h293 profile_CortexR, /**< Cortex-R profile */ enumerator