Lines Matching refs:core1
25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1082 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() argument
1084 if (core1 == core2) in cores_match()
1087 switch (core1) { in cores_match()
1317 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1319 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()
1329 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) in cores_match()
1331 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match()
1341 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()
1350 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) in cores_match()
1394 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()