Searched refs:core2 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 1088 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 D | X86TargetParser.def | 34 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 D | X86PfmCounters.td | 75 def : PfmCountersBinding<"core2", Core2PfmCounters>;
|
H A D | README-SSE.txt | 717 when code size is critical. movlps is slower than movsd on core2 but it's one
|
H A D | X86.td | 1442 def : ProcModel<"core2", SandyBridgeModel, [
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | TestingGuide.rst | 465 ; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 13542 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()
|