Home
last modified time | relevance | path

Searched refs:VFP32DREGS (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dregister-configuration.cc74 CpuFeatures::IsSupported(VFP32DREGS) in get_num_allocatable_double_registers()
95 CpuFeatures::IsSupported(VFP32DREGS) ? kAllocatableDoubleCodes in get_allocatable_double_codes()
Dglobals.h837 VFP32DREGS = ARMv7, enumerator
/external/v8/src/arm/
Ddeoptimizer-arm.cc35 CpuFeatureScope scope(masm(), VFP32DREGS, in Generate()
Dassembler-arm-inl.h54 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16; in NumRegisters()
Dmacro-assembler-arm.cc2069 tst(scratch, Operand(1u << VFP32DREGS)); in CheckFor32DRegs()
2073 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in SaveFPRegs()
2081 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in RestoreFPRegs()
Dassembler-arm.h1588 return IsEnabled(VFP32DREGS) || in VfpRegisterIsAvailable()
1594 return IsEnabled(VFP32DREGS) || in VfpRegisterIsAvailable()
Dassembler-arm.cc310 CpuFeatures::IsSupported(VFPv3), CpuFeatures::IsSupported(VFP32DREGS), in PrintFeatures()
555 if (CpuFeatures::IsSupported(VFP32DREGS)) { in Assembler()
559 EnableCpuFeature(VFP32DREGS); in Assembler()