Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1086 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() argument
1088 if (core1 == core2) in cores_match()
1091 switch (core1) { in cores_match()
1329 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10)) in cores_match()
1331 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1)) in cores_match()
1341 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10)) in cores_match()
1343 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1)) in cores_match()
1353 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1) in cores_match()
1362 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1) in cores_match()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c13542 tree core1, core2; in ptr_difference_const() local
13546 core1 = split_address_to_core_and_offset (e1, &bitpos1, &toffset1); in ptr_difference_const()
13551 || !operand_equal_p (core1, core2, 0)) in ptr_difference_const()