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

  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 57 CHECK(VFPv2)
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 93 # + *vfp: designed for Thumb1 CPUs with VFPv2
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 155 #define VFPv2 (1u << 2)
159 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
160 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
161 #define VFPv2v3 (VFPv2 | VFPv3)
    [all...]

Completed in 586 milliseconds