| H A D | ARMAttributeParser.cpp | 133 static const char *const strings[] = {"Not Permitted", "Permitted"}; in WMMX_arch() local 134 return parseStringAttribute("ARM_ISA_use", tag, ArrayRef(strings)); in WMMX_arch() 138 static const char *const strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", in Advanced_SIMD_arch() local 140 return parseStringAttribute("THUMB_ISA_use", tag, ArrayRef(strings)); in Advanced_SIMD_arch() 144 static const char *const strings[] = { in MVE_arch() local 147 return parseStringAttribute("FP_arch", tag, ArrayRef(strings)); in MVE_arch() 151 static const char *const strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in PCS_config() 152 return parseStringAttribute("WMMX_arch", tag, ArrayRef(strings)); in PCS_config() 156 static const char *const strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in ABI_PCS_R9_use() 158 return parseStringAttribute("Advanced_SIMD_arch", tag, ArrayRef(strings)); in ABI_PCS_R9_use() 116 static const char *strings[] = {"Not Permitted", "Permitted"}; ARM_ISA_use() local 121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; THUMB_ISA_use() local 126 static const char *strings[] = { FP_arch() local 150 static const char *strings[] = { PCS_config() local 157 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; ABI_PCS_R9_use() local 162 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", ABI_PCS_RW_data() local 168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; ABI_PCS_RO_data() local 173 static const char *strings[] = {"Not Permitted", "Direct", "GOT-Indirect"}; ABI_PCS_GOT_use() local 178 static const char *strings[] = {"Not Permitted", "Unknown", "2-byte", ABI_PCS_wchar_t() local 184 static const char *strings[] = {"IEEE-754", "Runtime"}; ABI_FP_rounding() local 189 static const char *strings[] = {"Unsupported", "IEEE-754", "Sign Only"}; ABI_FP_denormal() local 194 static const char *strings[] = {"Not Permitted", "IEEE-754"}; ABI_FP_exceptions() local 198 static const char *strings[] = {"Not Permitted", "IEEE-754"}; ABI_FP_user_exceptions() local 203 static const char *strings[] = {"Not Permitted", "Finite Only", "RTABI", ABI_FP_number_model() local 209 static const char *strings[] = {"Not Permitted", "8-byte alignment", ABI_align_needed() local 228 static const char *strings[] = {"Not Required", "8-byte data alignment", ABI_align_preserved() local 247 static const char *strings[] = {"Not Permitted", "Packed", "Int32", ABI_enum_size() local 253 static const char *strings[] = {"Tag_FP_arch", "Single-Precision", "Reserved", ABI_HardFP_use() local 259 static const char *strings[] = {"AAPCS", "AAPCS VFP", "Custom", ABI_VFP_args() local 265 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; ABI_WMMX_args() local 270 static const char *strings[] = { ABI_optimization_goals() local 278 static const char *strings[] = { ABI_FP_optimization_goals() local 312 static const char *strings[] = {"Not Permitted", "v6-style"}; CPU_unaligned_access() local 317 static const char *strings[] = {"If Available", "Permitted"}; FP_HP_extension() local 322 static const char *strings[] = {"Not Permitted", "IEEE-754", "VFPv3"}; ABI_FP_16bit_format() local 327 static const char *strings[] = {"Not Permitted", "Permitted"}; MPextension_use() local 332 static const char *strings[] = {"If Available", "Not Permitted", "Permitted"}; DIV_use() local 337 static const char *strings[] = {"Not Permitted", "Permitted"}; DSP_extension() local 342 static const char *strings[] = {"Not Permitted", "Permitted"}; T2EE_use() local 347 static const char *strings[] = {"Not Permitted", "TrustZone", Virtualization_use() local 354 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", PAC_extension() local 360 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", BTI_extension() local 366 static const char *strings[] = {"Not Used", "Used"}; PACRET_use() local 371 static const char *strings[] = {"Not Used", "Used"}; BTI_use() local 408 auto strings = ArrayRef(CPU_arch_strings); also_compatible_with() local [all...] |