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

  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 59 CHECK(VFPv3)
  /system/core/debuggerd/
Android.mk 57 # The arm emulator has VFP but not VFPv3-D32.
  /external/llvm/test/tools/llvm-readobj/ARM/
attributes.s 92 @ CHECK: Description: VFPv3
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 156 #define VFPv3 (1u << 3)
159 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
160 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
161 #define VFPv2v3 (VFPv2 | VFPv3)
    [all...]

Completed in 1491 milliseconds