Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp1088 if (core1 == core2) in cores_match()
1100 if (core2 >= ArchSpec::kCore_arm_first && core2 <= ArchSpec::kCore_arm_last) 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()
1369 if (core2 == ArchSpec::eCore_mips32 || core2 == ArchSpec::eCore_mips32r6) in cores_match()
1384 if (core2 == ArchSpec::eCore_mips32 || core2 == ArchSpec::eCore_mips32r6) in cores_match()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def34 X86_CPU_TYPE(INTEL_CORE2, "core2")
256 CPU_SPECIFIC("core_2_duo_ssse3", "core2", 'M', "+cmov,+mmx,+sse,+sse2,+sse3,+ssse3")
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86PfmCounters.td75 def : PfmCountersBinding<"core2", Core2PfmCounters>;
H A DREADME-SSE.txt717 when code size is critical. movlps is slower than movsd on core2 but it's one
H A DX86.td1442 def : ProcModel<"core2", SandyBridgeModel, [
/openbsd/gnu/llvm/llvm/docs/
H A DTestingGuide.rst465 ; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
/openbsd/gnu/gcc/gcc/
H A Dfold-const.c13542 tree core1, core2; in ptr_difference_const() local
13547 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
13551 || !operand_equal_p (core1, core2, 0)) in ptr_difference_const()