Searched refs:core2 (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Core/
H A DArchSpec.cpp31 static bool cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match);
832 cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match) argument
834 if (core1 == core2)
843 if (core2 >= ArchSpec::kCore_arm_first && core2 <= ArchSpec::kCore_arm_last)
845 if (core2 >= ArchSpec::kCore_thumb_first && core2 <= ArchSpec::kCore_thumb_last)
847 if (core2 == ArchSpec::kCore_arm_any)
852 if ((core2 >= ArchSpec::kCore_x86_32_first && core2 <
[all...]
/external/llvm/test/MC/X86/
H A Dx86_nop.s16 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=core2 %s | llvm-objdump -d - | FileCheck --check-prefix=NOPL %s
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86cpu.gperf295 core2, x86_cpu_intel, PROC_conroe

Completed in 145 milliseconds