Home
last modified time | relevance | path

Searched refs:SUDIV (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1250 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoDivI()
1256 (!CpuFeatures::IsSupported(SUDIV) || in DoDivI()
1323 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoFlooringDivI()
1329 (!CpuFeatures::IsSupported(SUDIV) || in DoFlooringDivI()
1386 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoModI()
1388 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoModI()
Dlithium-codegen-arm.cc1024 if (CpuFeatures::IsSupported(SUDIV)) { in DoModI()
1025 CpuFeatureScope scope(masm(), SUDIV); in DoModI()
1232 (!CpuFeatures::IsSupported(SUDIV) || in DoDivI()
1241 if (CpuFeatures::IsSupported(SUDIV)) { in DoDivI()
1242 CpuFeatureScope scope(masm(), SUDIV); in DoDivI()
1408 (!CpuFeatures::IsSupported(SUDIV) || in DoFlooringDivI()
1417 if (CpuFeatures::IsSupported(SUDIV)) { in DoFlooringDivI()
1418 CpuFeatureScope scope(masm(), SUDIV); in DoFlooringDivI()
/external/v8/src/
Dglobals.h802 SUDIV = ARMv7_SUDIV enumerator
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc923 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
929 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
Dinstruction-selector-arm.cc288 if (selector->IsSupported(SUDIV)) { in EmitDiv()
2256 if (CpuFeatures::IsSupported(SUDIV)) { in SupportedMachineOperatorFlags()
/external/v8/src/arm/
Dassembler-arm.cc307 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV)); in PrintFeatures()
1701 DCHECK(IsEnabled(SUDIV)); in sdiv()
1710 DCHECK(IsEnabled(SUDIV)); in udiv()