Lines Matching refs:Core
28 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
39 ArchSpec::Core core;
234 ArchSpec::Core core;
525 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) { in FindCoreDefinition()
547 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) { in FindArchDefinitionEntry()
1051 const ArchSpec::Core lhs_core = GetCore(); in IsEqualTo()
1052 const ArchSpec::Core rhs_core = rhs.GetCore(); in IsEqualTo()
1135 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match()
1417 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1418 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1475 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1476 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
1477 GetCore() == ArchSpec::Core::eCore_arm_armv6m || in IsAlwaysThumbInstructions()
1478 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1479 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
1480 GetCore() == ArchSpec::Core::eCore_thumbv6m) { in IsAlwaysThumbInstructions()