Home
last modified time | relevance | path

Searched refs:ARMv8 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcpu-features.h36 ARMv8, // ARMv8-A (+ all of the above)
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h1875 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 Dassembler-arm.cc58 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 Dmacro-assembler-arm.cc2294 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 Dcode-generator-arm.cc1407 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 Dinstruction-selector-arm.cc1615 DCHECK(CpuFeatures::IsSupported(ARMv8)); \
3287 if (CpuFeatures::IsSupported(ARMv8)) { in SupportedMachineOperatorFlags()

Completed in 31 milliseconds