Home
last modified time | relevance | path

Searched refs:VFP3 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARM.td36 "Enable VFP3 instructions",
48 "Restrict VFP3 to 16 double registers">;
DARMRegisterInfo.td111 // VFP3 defines 16 additional double registers
DARMInstrVFP.td1121 // Materialize FP immediates. VFP3 only.
/external/llvm/docs/
DHowToCrossCompileLLVM.rst70 defaults to ``fpu=VFP3`` with NEON), and forcing the hard-float ABI. If you're
/external/valgrind/VEX/priv/
Dmain_main.c1980 Bool VFP3 = ((hwcaps & VEX_HWCAPS_ARM_VFP3) != 0); in check_hwcaps() local
1996 if (!NEON || !VFP3) in check_hwcaps()
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td118 // VFP3 defines 16 additional double registers
DARM.td47 "Enable VFP3 instructions",
DARMInstrVFP.td2142 // Materialize FP immediates. VFP3 only.
DARMInstrInfo.td226 AssemblerPredicate<"FeatureVFP3", "VFP3">;
/external/v8/
DChangeLog24880 ARM: allowed VFP3 instructions when hardfloat is enabled.
26835 Fixed crash bug on ARM with no VFP3 hardware.
27857 Fixed crash bug on ARM when running without VFP2 or VFP3.