/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-pic.ll | 3 …ast-isel-abort=1 -relocation-model=pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARMv7 5 …t=1 -relocation-model=pic -mtriple=armv7-none-linux-gnueabi | FileCheck %s --check-prefix=ARMv7-ELF 22 ; ARMv7: LoadGV 23 ; ARMv7: movw [[reg2:r[0-9]+]], 24 ; ARMv7: movt [[reg2]], 25 ; ARMv7: add [[reg2]], pc, [[reg2]] 26 ; ARMv7-ELF: LoadGV 27 ; ARMv7-ELF: ldr r[[reg2:[0-9]+]], 28 ; ARMv7-ELF: .LPC 29 ; ARMv7-ELF-NEXT: add r[[reg2]], pc [all …]
|
D | readcyclecounter.ll | 6 ; The performance monitor we're looking for is an ARMv7 extension. It should be
|
/external/v8/ |
D | Android.mk | 24 …$(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7…
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-idiv.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7 46 @ CHECK-ARMv7: error: instruction requires: divide in ARM 51 @ CHECK-ARMv7: error: instruction requires: divide in ARM
|
D | directive-arch_extension-sec.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
|
D | directive-arch_extension-mp.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 466 if (CpuFeatures::IsSupported(ARMv7)) { in target_address_from_return_address() 494 if (CpuFeatures::IsSupported(ARMv7)) { in return_address_from_call_start() 532 if (CpuFeatures::IsSupported(ARMv7)) { in is_constant_pool_load() 551 if (!CpuFeatures::IsSupported(ARMv7) && IsMovImmed(Memory::int32_at(pc))) { in constant_pool_entry_address() 590 } else if (CpuFeatures::IsSupported(ARMv7)) { in target_address_at() 632 } else if (CpuFeatures::IsSupported(ARMv7)) { in set_target_address_at()
|
D | assembler-arm.cc | 57 if (FLAG_enable_armv7) answer |= 1u << ARMv7; in CpuFeaturesImpliedByCompiler() 60 if (FLAG_enable_vfp3) answer |= 1u << VFP3 | 1u << ARMv7; in CpuFeaturesImpliedByCompiler() 68 if ((answer & (1u << ARMv7)) && FLAG_enable_unaligned_accesses) { in CpuFeaturesImpliedByCompiler() 86 supported_ |= 1u << ARMv7; in ProbeImpl() 103 supported_ |= 1u << VFP3 | 1u << ARMv7; in ProbeImpl() 111 if (FLAG_enable_armv7) supported_ |= 1u << ARMv7; in ProbeImpl() 129 DCHECK(!IsSupported(VFP3) || IsSupported(ARMv7)); in ProbeImpl() 189 CpuFeatures::IsSupported(ARMv7), in PrintFeatures() 835 if (CpuFeatures::IsSupported(ARMv7)) { in target_at_put() 1007 if (CpuFeatures::IsSupported(ARMv7)) { in fits_shifter() [all …]
|
D | macro-assembler-arm.cc | 274 CpuFeatures::IsSupported(ARMv7) && in And() 287 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Ubfx() 302 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Sbfx() 330 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Bfi() 345 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Bfc() 357 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Usat() 775 if (CpuFeatures::IsSupported(ARMv7) && !predictable_code_size() && in Ldrd() 777 CpuFeatureScope scope(this, ARMv7); in Ldrd() 816 if (CpuFeatures::IsSupported(ARMv7) && !predictable_code_size() && in Strd() 818 CpuFeatureScope scope(this, ARMv7); in Strd() [all …]
|
/external/libyuv/files/unit_test/testdata/ |
D | arm_v7.txt | 1 Processor : ARMv7 Processor rev 5 (v7l)
|
D | tegra3.txt | 1 Processor : ARMv7 Processor rev 9 (v7l)
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-because-armv7.txt | 4 # ARMv7 triple, probably because the relevant instruction is v8, though there
|
D | invalid-armv8.txt | 4 # but in ARMv7, all these instructions are valid
|
D | invalid-thumbv8.txt | 4 # but in ARMv7, all these instructions are valid
|
/external/google-breakpad/android/sample_app/ |
D | README | 26 Use 'armeabi-v7a' instead of 'armeabi' above to test the ARMv7-A version
|
/external/libopus/celt/arm/ |
D | armopts.s.in | 34 ; Set the following to 1 if we have NEON (some ARMv7)
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_armv7.S | 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
|
D | pitch_filter_armv6.S | 12 @ optimized for ARMv7 platforms.
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 269 if (CpuFeatures::IsSupported(ARMv7)) { in TEST() 363 if (CpuFeatures::IsSupported(ARMv7)) { in TEST() 867 if (CpuFeatures::IsSupported(ARMv7)) { in TEST() 868 CpuFeatureScope scope(&assm, ARMv7); in TEST()
|
D | test-assembler-arm.cc | 362 if (CpuFeatures::IsSupported(ARMv7)) { 363 CpuFeatureScope scope(&assm, ARMv7); 397 if (CpuFeatures::IsSupported(ARMv7)) { 398 CpuFeatureScope scope(&assm, ARMv7);
|
/external/llvm/docs/ |
D | HowToBuildOnARM.rst | 19 on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 1661 Stream s = m.Build(ARMv7); in TEST_F() 1672 Stream s = m.Build(ARMv7); in TEST_F() 1689 Stream s = m.Build(ARMv7); in TEST_F() 1706 Stream s = m.Build(ARMv7); in TEST_F() 1730 Stream s = m.Build(ARMv7); in TEST_F() 1747 Stream s = m.Build(ARMv7); in TEST_F() 1876 Stream s = m.Build(ARMv7); in TEST_F() 1889 Stream s = m.Build(ARMv7); in TEST_F()
|
D | code-generator-arm.cc | 246 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction() 252 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
|
/external/v8/src/ |
D | globals.h | 618 ARMv7, enumerator
|
/external/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 350 vstmia r0, {d0-d15} @ fstmiax is deprecated in ARMv7+ and now behaves like vstmia
|