HomeSort by relevance Sort by last modified time
    Searched refs:Tag_CPU_name (Results 1 - 4 of 4) sorted by null

  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 12 # $2: Tag name (e.g. Tag_CPU_name)
126 # Tag_CPU_name: "7-A"
152 # We want to check the values of Tag_CPU_name
153 CPU_NAMES=$(extract_arch_tag "$1" Tag_CPU_name)
163 # Tag_CPU_name: "5TE"
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 30 Tag_CPU_name = 5,
214 // Record the value of input Tag_CPU_name.
ARMELFAttributeData.cpp 73 case Tag_CPU_name: {
168 case Tag_CPU_name: {
559 * Generic CPU name is used when Tag_CPU_name is unable to guess during the
689 // Process Tag_CPU_arch, Tag_CPU_name, Tag_CPU_raw_name, and
739 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name];
743 // Unable to guess the Tag_CPU_name. Use the generic name.
752 // Use the value of Tag_CPU_name and Tag_CPU_raw_name from the input.
754 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name];
    [all...]
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 21 .eabi_attribute Tag_CPU_name, "cortex-a9"

Completed in 371 milliseconds