Searched refs:ARMv8 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 36 ARMv8, // ARMv8-A (+ all of the above)
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1875 if (CpuFeatures::IsSupported(ARMv8)) { in emit_f32_ceil() 1876 CpuFeatureScope scope(this, ARMv8); in emit_f32_ceil() 1884 if (CpuFeatures::IsSupported(ARMv8)) { in emit_f32_floor() 1885 CpuFeatureScope scope(this, ARMv8); in emit_f32_floor() 1893 if (CpuFeatures::IsSupported(ARMv8)) { in emit_f32_trunc() 1894 CpuFeatureScope scope(this, ARMv8); in emit_f32_trunc() 1903 if (CpuFeatures::IsSupported(ARMv8)) { in emit_f32_nearest_int() 1904 CpuFeatureScope scope(this, ARMv8); in emit_f32_nearest_int() 1926 if (CpuFeatures::IsSupported(ARMv8)) { in emit_f64_ceil() 1927 CpuFeatureScope scope(this, ARMv8); in emit_f64_ceil() [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 58 static const unsigned kArmv8 = kArmv7WithSudiv | (1u << ARMv8); 94 bool enable_armv8 = (result & (1u << ARMv8)) != 0; in CpuFeaturesFromCommandLine() 164 // "armv8": ARMv8 (+ all of the above) 252 DCHECK_IMPLIES(IsSupported(ARMv8), IsSupported(ARMv7_SUDIV)); in ProbeImpl() 314 printf("ARMv8=%d ARMv7=%d VFPv3=%d VFP32DREGS=%d NEON=%d SUDIV=%d", in PrintFeatures() 315 CpuFeatures::IsSupported(ARMv8), CpuFeatures::IsSupported(ARMv7), in PrintFeatures() 3461 DCHECK(IsEnabled(ARMv8)); in vmaxnm() 3477 DCHECK(IsEnabled(ARMv8)); in vmaxnm() 3493 DCHECK(IsEnabled(ARMv8)); in vminnm() 3509 DCHECK(IsEnabled(ARMv8)); in vminnm() [all...] |
H A D | macro-assembler-arm.cc | 2294 if (CpuFeatures::IsSupported(ARMv8)) { in CallRecordWriteStub() 2295 CpuFeatureScope scope(this, ARMv8); in CallRecordWriteStub() 2322 // ARMv8: At least one of left and right is a NaN. in CallRecordWriteStub() 2338 if (CpuFeatures::IsSupported(ARMv8)) { in CallRecordWriteStub() 2339 CpuFeatureScope scope(this, ARMv8); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1407 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1417 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1422 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1432 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1437 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1447 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1452 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1457 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1467 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 1998 CpuFeatureScope scope(tasm(), ARMv8); in AssembleArchInstruction() local 2006 CpuFeatureScope scope(tasm(), ARMv8); AssembleArchInstruction() local 2014 CpuFeatureScope scope(tasm(), ARMv8); AssembleArchInstruction() local 2022 CpuFeatureScope scope(tasm(), ARMv8); AssembleArchInstruction() local [all...] |
H A D | instruction-selector-arm.cc | 1615 DCHECK(CpuFeatures::IsSupported(ARMv8)); \ 3287 if (CpuFeatures::IsSupported(ARMv8)) { in SupportedMachineOperatorFlags()
|
Completed in 31 milliseconds