Searched refs:SUDIV (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 35 ARMv7_SUDIV, // ARMv7-A + VFPv4-D32 + NEON + SUDIV 42 SUDIV = ARMv7_SUDIV,
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1624 if (!CpuFeatures::IsSupported(SUDIV)) { in emit_i32_divs() 1628 CpuFeatureScope scope(this, SUDIV); in emit_i32_divs() 1652 if (!CpuFeatures::IsSupported(SUDIV)) { in emit_i32_divu() 1656 CpuFeatureScope scope(this, SUDIV); in emit_i32_divu() 1665 if (!CpuFeatures::IsSupported(SUDIV)) { in emit_i32_rems() 1667 // Mls support is implied with SUDIV support. in emit_i32_rems() 1671 CpuFeatureScope scope(this, SUDIV); in emit_i32_rems() 1686 if (!CpuFeatures::IsSupported(SUDIV)) { in emit_i32_remu() 1688 // Mls support is implied with SUDIV support. in emit_i32_remu() 1692 CpuFeatureScope scope(this, SUDIV); in emit_i32_remu() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 325 if (selector->IsSupported(SUDIV)) { in EmitDiv() 3278 if (CpuFeatures::IsSupported(SUDIV)) { in SupportedMachineOperatorFlags()
|
H A D | code-generator-arm.cc | 1102 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction() local 1108 CpuFeatureScope scope(tasm(), SUDIV); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 163 // "armv7+sudiv": ARMv7 + VFPv4-D32 + NEON + SUDIV 314 printf("ARMv8=%d ARMv7=%d VFPv3=%d VFP32DREGS=%d NEON=%d SUDIV=%d", in PrintFeatures() 317 CpuFeatures::IsSupported(NEON), CpuFeatures::IsSupported(SUDIV)); in PrintFeatures() 1750 DCHECK(IsEnabled(SUDIV)); in sdiv() 1758 DCHECK(IsEnabled(SUDIV)); in udiv()
|
Completed in 26 milliseconds