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

/macosx-10.9.5/cctools-845/include/opcode/
H A Darm.h180 } arm_feature_set; typedef in typeref:struct:__anon6914
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Darm.h180 } arm_feature_set; typedef in typeref:struct:__anon7849
/macosx-10.9.5/cctools-845/as/
H A Darm.c184 static arm_feature_set cpu_variant /* HACK */ = ARM_FEATURE (ARM_AEXT_V4T, FPU_FPA);
185 static arm_feature_set arm_arch_used;
186 static arm_feature_set thumb_arch_used;
191 static const arm_feature_set fpu_arch_vfp_v1 = FPU_ARCH_VFP_V1;
192 static const arm_feature_set fpu_arch_vfp_v2 = FPU_ARCH_VFP_V2;
193 static const arm_feature_set fpu_arch_vfp_v3 = FPU_ARCH_VFP_V3;
194 static const arm_feature_set fpu_arch_neon_v1 = FPU_ARCH_NEON_V1;
195 static const arm_feature_set fpu_arch_fpa = FPU_ARCH_FPA;
196 static const arm_feature_set fpu_any_hard = FPU_ANY_HARD;
197 static const arm_feature_set fpu_arch_maveric
[all...]

Completed in 202 milliseconds