reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1100 if (core1 == core2) 1103 switch (core1) { 1306 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) 1308 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) 1318 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) 1320 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) 1330 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) 1339 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) 1383 return cores_match(core2, core1, false, enforce_exact_match);