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 456 if (CpuFeatures::IsSupported(VFP3)) {
457 CpuFeatureScope scope(&assm, VFP3);
    [all...]
test-assembler-arm.cc 246 if (CpuFeatures::IsSupported(VFP3)) {
247 CpuFeatureScope scope(&assm, VFP3);
446 if (CpuFeatures::IsSupported(VFP3)) {
447 CpuFeatureScope scope(&assm, VFP3);
1048 if (CpuFeatures::IsSupported(VFP3)) {
1049 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;
117 supported_ |= 1u << VFP3 | 1u << ARMv7;
152 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7));
184 arm_fpu = " vfp3";
186 arm_fpu = " vfp3-d16";
212 "ARMv8=%d ARMv7=%d VFP3=%d VFP32DREGS=%d NEON=%d SUDIV=%d MLS=%d"
216 CpuFeatures::IsSupported(VFP3),
    [all...]
assembler-arm-inl.h 50 bool CpuFeatures::SupportsCrankshaft() { return IsSupported(VFP3); }
macro-assembler-arm.cc     [all...]
  /external/v8/src/
globals.h 707 VFP3,
assembler.cc 251 // ARMv7 is implied by VFP3.
252 if (f == VFP3) {
    [all...]

Completed in 174 milliseconds