Home
last modified time | relevance | path

Searched refs:core1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp24 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()
[all …]