Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1268 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoDivI()
1274 (!CpuFeatures::IsSupported(SUDIV) || in DoDivI()
1341 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoFlooringDivI()
1347 (!CpuFeatures::IsSupported(SUDIV) || in DoFlooringDivI()
1404 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoModI()
1406 CpuFeatures::IsSupported(SUDIV) ? NULL : TempDoubleRegister(); in DoModI()
Dlithium-codegen-arm.cc1028 if (CpuFeatures::IsSupported(SUDIV)) { in DoModI()
1029 CpuFeatureScope scope(masm(), SUDIV); in DoModI()
1236 (!CpuFeatures::IsSupported(SUDIV) || in DoDivI()
1245 if (CpuFeatures::IsSupported(SUDIV)) { in DoDivI()
1246 CpuFeatureScope scope(masm(), SUDIV); in DoDivI()
1412 (!CpuFeatures::IsSupported(SUDIV) || in DoFlooringDivI()
1421 if (CpuFeatures::IsSupported(SUDIV)) { in DoFlooringDivI()
1422 CpuFeatureScope scope(masm(), SUDIV); in DoFlooringDivI()
/external/v8/src/arm/
Dassembler-arm.cc60 answer |= 1u << SUDIV; in CpuFeaturesImpliedByCompiler()
96 supported_ |= 1u << SUDIV; in ProbeImpl()
103 if (FLAG_enable_sudiv) supported_ |= 1u << SUDIV; in ProbeImpl()
120 if (FLAG_enable_sudiv && cpu.has_idiva()) supported_ |= 1u << SUDIV; in ProbeImpl()
208 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV), in PrintFeatures()
1604 DCHECK(IsEnabled(SUDIV)); in sdiv()
1613 DCHECK(IsEnabled(SUDIV)); in udiv()
/external/v8/src/
Dglobals.h744 SUDIV, enumerator
/external/v8/test/cctest/
Dtest-assembler-arm.cc1470 if (CpuFeatures::IsSupported(SUDIV)) { in TEST()
1471 CpuFeatureScope scope(&assm, SUDIV); in TEST()
1534 if (CpuFeatures::IsSupported(SUDIV)) { in TEST()
1535 CpuFeatureScope scope(&assm, SUDIV); in TEST()
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc2297 Stream s = m.Build(SUDIV); in TEST_F()
2338 Stream s = m.Build(SUDIV); in TEST_F()
2360 Stream s = m.Build(ARMv7, SUDIV); in TEST_F()
2503 Stream s = m.Build(SUDIV); in TEST_F()
2544 Stream s = m.Build(SUDIV); in TEST_F()
2566 Stream s = m.Build(ARMv7, SUDIV); in TEST_F()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc757 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
763 CpuFeatureScope scope(masm(), SUDIV); in AssembleArchInstruction()
Dinstruction-selector-arm.cc295 if (selector->IsSupported(SUDIV)) { in EmitDiv()
1975 if (CpuFeatures::IsSupported(SUDIV)) { in SupportedMachineOperatorFlags()