Home | History | Annotate | Download | only in ARM

Lines Matching defs:arch

108   // Tag_CPU_arch (=6) [The arch] 0
487 * Combine the main and secondary CPU arch value
507 * Given a CPU arch X and a CPU arch Y in which Y is newer than X, the value in
508 * cpu_compatibility_table[X][Y] is the CPU arch required to run ISA both from X
534 * Helper function to determine the merge of two different CPU arch.
587 * Helper functions & data used in the merge of two different FP arch.
714 assert(out_cpu_arch_attr.isInitialized() && "CPU arch has never set!");
793 assert(out_fp_arch_attr.isInitialized() && "FP arch has never set!");
1065 int arch = m_Attrs[Tag_CPU_arch].getIntValue();
1066 if ((arch == CPU_Arch_ARM_V6_M) || (arch == CPU_Arch_ARM_V6S_M))
1068 if ((arch != CPU_Arch_ARM_V7) && (arch != CPU_Arch_ARM_V7E_M))
1071 arch = m_Attrs[Tag_CPU_arch_profile].getIntValue();
1072 return arch == Arch_Profile_Microcontroller;
1076 int arch = m_Attrs[Tag_CPU_arch].getIntValue();
1077 return (arch == CPU_Arch_ARM_V6T2) || (arch == CPU_Arch_ARM_V7);