Lines Matching refs:Core
24 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
35 ArchSpec::Core core;
243 ArchSpec::Core core;
474 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) { in FindCoreDefinition()
496 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) { in FindArchDefinitionEntry()
1081 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match()
1398 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1399 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1452 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1453 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
1454 GetCore() == ArchSpec::Core::eCore_arm_armv6m || in IsAlwaysThumbInstructions()
1455 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1456 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
1457 GetCore() == ArchSpec::Core::eCore_thumbv6m) { in IsAlwaysThumbInstructions()