Lines Matching refs:core1
24 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1081 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() argument
1083 if (core1 == core2) in cores_match()
1086 switch (core1) { in cores_match()
1316 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1318 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()
1328 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) in cores_match()
1330 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match()
1340 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()
1349 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) in cores_match()
1393 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()