Home
last modified time | relevance | path

Searched refs:ARMv7 (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcpu-features.h34 ARMv7, // ARMv7-A + VFPv3-D32 + NEON
35 ARMv7_SUDIV, // ARMv7-A + VFPv4-D32 + NEON + SUDIV
39 VFPv3 = ARMv7,
40 NEON = ARMv7,
41 VFP32DREGS = ARMv7,
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc56 static const unsigned kArmv7 = kArmv6 | (1u << ARMv7);
89 bool enable_armv7 = (result & (1u << ARMv7)) != 0; in CpuFeaturesFromCommandLine()
90 bool enable_vfp3 = (result & (1u << ARMv7)) != 0; in CpuFeaturesFromCommandLine()
91 bool enable_32dregs = (result & (1u << ARMv7)) != 0; in CpuFeaturesFromCommandLine()
92 bool enable_neon = (result & (1u << ARMv7)) != 0; in CpuFeaturesFromCommandLine()
159 // enable ARMv7 and VFPv3 instructions when building the snapshot. However,
162 // "armv7": ARMv7 + VFPv3-D32 + NEON
163 // "armv7+sudiv": ARMv7 + VFPv4-D32 + NEON + SUDIV
177 // V8 requires VFP, and all ARMv7 devices with VFP have VFPv3. Similarly, in CpuFeaturesFromCompiler()
178 // VFPv3 isn't available before ARMv7 in CpuFeaturesFromCompiler()
[all...]
H A Dassembler-arm-inl.h247 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in target_address_at()
290 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in set_target_address_at()
H A Dmacro-assembler-arm.cc544 if (CpuFeatures::IsSupported(ARMv7)) { in Mls()
545 CpuFeatureScope scope(this, ARMv7); in Mls()
563 CpuFeatures::IsSupported(ARMv7) && in And()
565 CpuFeatureScope scope(this, ARMv7); in And()
578 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Ubfx()
585 CpuFeatureScope scope(this, ARMv7); in Ubfx()
593 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Sbfx()
605 CpuFeatureScope scope(this, ARMv7); in Sbfx()
613 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Bfc()
617 CpuFeatureScope scope(this, ARMv7); in Bfc()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc358 if (selector->IsSupported(ARMv7)) { in VisitMod()
1010 } else if (IsSupported(ARMv7) && (width != 0) && in VisitWord32And()
1039 if (!g.CanBeImmediate(value) && IsSupported(ARMv7)) { in VisitWord32And()
1158 if (IsSupported(ARMv7) && m.left().IsWord32And() && in VisitWord32Shr()
1192 } else if (IsSupported(ARMv7) && (sar >= shl)) { in VisitWord32Sar()
1333 DCHECK(IsSupported(ARMv7)); in VisitWord32ReverseBits()
1470 if (IsSupported(ARMv7) && m.right().IsInt32Mul() && in VisitInt32Sub()
3284 if (CpuFeatures::IsSupported(ARMv7)) { in SupportedMachineOperatorFlags()
H A Dcode-generator-arm.cc1078 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction() local
1136 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction() local
1142 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction() local
1149 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction() local
1192 CpuFeatureScope scope(tasm(), ARMv7); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc384 if (TargetCPUFeatures::arm_version() == ARMv7) {
891 if (TargetCPUFeatures::arm_version() != ARMv7) {
909 if (TargetCPUFeatures::arm_version() != ARMv7) {
2029 ASSERT(version == ARMv7);
2287 ASSERT(version == ARMv7);
2640 ASSERT(version == ARMv7);
2659 ASSERT(version == ARMv7);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Dbsaes-armv7.S78 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Dbsaes-armv7.S78 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl733 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl733 .syntax unified @ ARMv7-capable assembler is expected to handle this
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h442 if (!CpuFeatures::IsSupported(ARMv7)) { in PrepareStackFrame()
443 bailout(kUnsupportedArchitecture, "Liftoff needs ARMv7"); in PrepareStackFrame()
1666 // When this case is handled, a check for ARMv7 is required to use mls. in emit_i32_rems()
1687 // When this case is handled, a check for ARMv7 is required to use mls. in emit_i32_remu()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc320 // Allow bailout for missing ARMv7 support. in CheckBailoutAllowed()
321 if (!CpuFeatures::IsSupported(ARMv7) && reason == kUnsupportedArchitecture) { in CheckBailoutAllowed()

Completed in 48 milliseconds