Lines Matching refs:core2

28 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1135 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() argument
1137 if (core1 == core2) in cores_match()
1149 if (core2 >= ArchSpec::kCore_arm_first && core2 <= ArchSpec::kCore_arm_last) in cores_match()
1151 if (core2 >= ArchSpec::kCore_thumb_first && in cores_match()
1152 core2 <= ArchSpec::kCore_thumb_last) in cores_match()
1154 if (core2 == ArchSpec::kCore_arm_any) in cores_match()
1159 if ((core2 >= ArchSpec::kCore_x86_32_first && in cores_match()
1160 core2 <= ArchSpec::kCore_x86_32_last) || in cores_match()
1161 (core2 == ArchSpec::kCore_x86_32_any)) in cores_match()
1166 if ((core2 >= ArchSpec::kCore_x86_64_first && in cores_match()
1167 core2 <= ArchSpec::kCore_x86_64_last) || in cores_match()
1168 (core2 == ArchSpec::kCore_x86_64_any)) in cores_match()
1173 if ((core2 >= ArchSpec::kCore_ppc_first && in cores_match()
1174 core2 <= ArchSpec::kCore_ppc_last) || in cores_match()
1175 (core2 == ArchSpec::kCore_ppc_any)) in cores_match()
1180 if ((core2 >= ArchSpec::kCore_ppc64_first && in cores_match()
1181 core2 <= ArchSpec::kCore_ppc64_last) || in cores_match()
1182 (core2 == ArchSpec::kCore_ppc64_any)) in cores_match()
1188 if (core2 == ArchSpec::eCore_arm_generic) in cores_match()
1191 if (core2 == ArchSpec::eCore_arm_armv7) in cores_match()
1193 if (core2 == ArchSpec::eCore_arm_armv6m) in cores_match()
1199 if ((core2 >= ArchSpec::kCore_hexagon_first && in cores_match()
1200 core2 <= ArchSpec::kCore_hexagon_last) || in cores_match()
1201 (core2 == ArchSpec::kCore_hexagon_any)) in cores_match()
1210 if (core2 == ArchSpec::eCore_arm_generic) in cores_match()
1212 if (core2 == ArchSpec::eCore_arm_armv7m) in cores_match()
1214 if (core2 == ArchSpec::eCore_arm_armv6m) in cores_match()
1216 if (core2 == ArchSpec::eCore_arm_armv7) in cores_match()
1227 if (core2 == ArchSpec::eCore_arm_generic) in cores_match()
1229 if (core2 == ArchSpec::eCore_arm_armv6m) in cores_match()
1231 if (core2 == ArchSpec::eCore_arm_armv7) in cores_match()
1233 if (core2 == ArchSpec::eCore_arm_armv7em) in cores_match()
1243 if (core2 == ArchSpec::eCore_arm_generic) in cores_match()
1245 if (core2 == ArchSpec::eCore_arm_armv7) in cores_match()
1254 if (core2 == ArchSpec::eCore_x86_64_x86_64) in cores_match()
1261 if (core2 == ArchSpec::eCore_arm_arm64) in cores_match()
1263 if (core2 == ArchSpec::eCore_arm_aarch64) in cores_match()
1271 if (core2 == ArchSpec::eCore_arm_arm64) in cores_match()
1273 if (core2 == ArchSpec::eCore_arm_armv8) in cores_match()
1281 if (core2 == ArchSpec::eCore_arm_aarch64) in cores_match()
1283 if (core2 == ArchSpec::eCore_arm_armv8) in cores_match()
1291 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1292 core2 <= ArchSpec::kCore_mips32_last) in cores_match()
1300 if (core2 >= ArchSpec::kCore_mips32el_first && in cores_match()
1301 core2 <= ArchSpec::kCore_mips32el_last) in cores_match()
1309 if (core2 >= ArchSpec::kCore_mips32_first && in cores_match()
1310 core2 <= ArchSpec::kCore_mips32_last) in cores_match()
1312 if (core2 >= ArchSpec::kCore_mips64_first && in cores_match()
1313 core2 <= ArchSpec::kCore_mips64_last) in cores_match()
1321 if (core2 >= ArchSpec::kCore_mips32el_first && in cores_match()
1322 core2 <= ArchSpec::kCore_mips32el_last) in cores_match()
1324 if (core2 >= ArchSpec::kCore_mips64el_first && in cores_match()
1325 core2 <= ArchSpec::kCore_mips64el_last) in cores_match()
1335 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1337 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()
1347 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) in cores_match()
1349 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match()
1359 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()
1368 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) in cores_match()
1375 if (core2 == ArchSpec::eCore_mips32 || core2 == ArchSpec::eCore_mips32r6) in cores_match()
1382 if (core2 == ArchSpec::eCore_mips32el || in cores_match()
1383 core2 == ArchSpec::eCore_mips32r6el) in cores_match()
1390 if (core2 == ArchSpec::eCore_mips32 || core2 == ArchSpec::eCore_mips32r6) in cores_match()
1392 if (core2 == ArchSpec::eCore_mips64 || core2 == ArchSpec::eCore_mips64r6) in cores_match()
1399 if (core2 == ArchSpec::eCore_mips32el || in cores_match()
1400 core2 == ArchSpec::eCore_mips32r6el) in cores_match()
1402 if (core2 == ArchSpec::eCore_mips64el || in cores_match()
1403 core2 == ArchSpec::eCore_mips64r6el) in cores_match()
1412 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()