Searched refs:VFP3 (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm.cc | 233 if (CpuFeatures::IsSupported(VFP3)) { 234 CpuFeatureScope scope(&assm, VFP3); 430 if (CpuFeatures::IsSupported(VFP3)) { in TestRoundingMode() 431 CpuFeatureScope scope(&assm, VFP3); in TestRoundingMode() 1027 if (CpuFeatures::IsSupported(VFP3)) { 1028 CpuFeatureScope scope(&assm, VFP3);
|
D | test-disasm-arm.cc | 431 if (CpuFeatures::IsSupported(VFP3)) { in TEST() 432 CpuFeatureScope scope(&assm, VFP3); in TEST()
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 33 "Enable VFP3 instructions", 52 "Restrict VFP3 to 16 double registers">;
|
D | ARMRegisterInfo.td | 118 // VFP3 defines 16 additional double registers
|
D | ARMInstrVFP.td | 1626 // Materialize FP immediates. VFP3 only.
|
D | ARMInstrInfo.td | 212 AssemblerPredicate<"FeatureVFP3", "VFP3">;
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm.cc | 58 if (FLAG_enable_vfp3) answer |= 1u << VFP3 | 1u << ARMv7; in CpuFeaturesImpliedByCompiler() 85 if (FLAG_enable_vfp3) supported_ |= 1u << VFP3; in ProbeImpl() 101 supported_ |= 1u << VFP3 | 1u << ARMv7; in ProbeImpl() 126 ASSERT(!IsSupported(VFP3) || IsSupported(ARMv7)); in ProbeImpl() 190 CpuFeatures::IsSupported(VFP3), in PrintFeatures() 2340 ASSERT(CpuFeatures::IsSupported(VFP3)); in FitsVMOVDoubleImmediate() 2392 if (CpuFeatures::IsSupported(VFP3) && FitsVMOVDoubleImmediate(imm, &enc)) { in vmov() 2754 ASSERT(CpuFeatures::IsSupported(VFP3)); in vcvt_f64_s32()
|
D | assembler-arm-inl.h | 50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); } in SupportsCrankshaft()
|
D | macro-assembler-arm.cc | 2541 if (CpuFeatures::IsSupported(VFP3)) { in SmiToDouble()
|
/external/chromium_org/v8/src/ |
D | globals.h | 613 VFP3, enumerator
|
D | assembler.cc | 206 if (f == VFP3) { in CpuFeatureScope()
|
/external/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 54 defaults to ``fpu=VFP3`` with NEON), and forcing the hard-float ABI. If you're
|
/external/chromium_org/v8/ |
D | ChangeLog | 2976 ARM: allowed VFP3 instructions when hardfloat is enabled. 4931 Fixed crash bug on ARM with no VFP3 hardware. 5953 Fixed crash bug on ARM when running without VFP2 or VFP3.
|