Searched refs:core2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 25 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() 1100 if (core2 >= ArchSpec::kCore_arm_first && core2 <= ArchSpec::kCore_arm_last) in cores_match() 1102 if (core2 >= ArchSpec::kCore_thumb_first && in cores_match() 1103 core2 <= ArchSpec::kCore_thumb_last) in cores_match() 1105 if (core2 == ArchSpec::kCore_arm_any) in cores_match() 1110 if ((core2 >= ArchSpec::kCore_x86_32_first && in cores_match() 1111 core2 <= ArchSpec::kCore_x86_32_last) || in cores_match() 1112 (core2 == ArchSpec::kCore_x86_32_any)) in cores_match() [all …]
|
| /openbsd-src/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-src/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-src/gnu/llvm/llvm/docs/ |
| H A D | TestingGuide.rst | 465 ; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
|
| /openbsd-src/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()
|