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

  /external/v8/test/cctest/
test-assembler-ppc.cc 273 if (CpuFeatures::IsSupported(VFP3)) {
274 CpuFeatures::Scope scope(VFP3);
468 if (CpuFeatures::IsSupported(VFP3)) {
469 CpuFeatures::Scope scope(VFP3);
test-disasm-arm.cc 508 if (CpuFeatures::IsSupported(VFP3)) {
509 CpuFeatureScope scope(&assm, VFP3);
    [all...]
test-assembler-arm.cc 248 if (CpuFeatures::IsSupported(VFP3)) {
249 CpuFeatureScope scope(&assm, VFP3);
453 if (CpuFeatures::IsSupported(VFP3)) {
454 CpuFeatureScope scope(&assm, VFP3);
1055 if (CpuFeatures::IsSupported(VFP3)) {
1056 CpuFeatureScope scope(&assm, VFP3);
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 59 answer |= 1u << ARMv7 | 1u << VFP3 | 1u << NEON | 1u << VFP32DREGS;
67 if (FLAG_enable_vfp3) answer |= 1u << VFP3 | 1u << ARMv7;
95 supported_ |= 1u << ARMv7 | 1u << VFP3 | 1u << NEON | 1u << VFP32DREGS;
101 if (FLAG_enable_vfp3) supported_ |= 1u << VFP3;
116 supported_ |= 1u << VFP3 | 1u << ARMv7;
144 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7));
176 arm_fpu = " vfp3";
178 arm_fpu = " vfp3-d16";
204 "ARMv8=%d ARMv7=%d VFP3=%d VFP32DREGS=%d NEON=%d SUDIV=%d "
207 CpuFeatures::IsSupported(VFP3), CpuFeatures::IsSupported(VFP32DREGS)
    [all...]
assembler-arm-inl.h 50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); }
macro-assembler-arm.cc     [all...]
  /external/v8/src/
globals.h 741 VFP3,
    [all...]
assembler.cc 218 // ARMv7 is implied by VFP3.
219 if (f == VFP3) {
    [all...]

Completed in 101 milliseconds