Home
last modified time | relevance | path

Searched refs:ARMv7 (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/
Dfast-isel-pic.ll3 …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 …]
Dreadcyclecounter.ll6 ; The performance monitor we're looking for is an ARMv7 extension. It should be
/external/v8/
DAndroid.mk24 …$(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-idiv.s4 @ 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
Ddirective-arch_extension-sec.s4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
Ddirective-arch_extension-mp.s4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
/external/v8/src/arm/
Dassembler-arm-inl.h466 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()
Dassembler-arm.cc57 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 …]
Dmacro-assembler-arm.cc274 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/
Darm_v7.txt1 Processor : ARMv7 Processor rev 5 (v7l)
Dtegra3.txt1 Processor : ARMv7 Processor rev 9 (v7l)
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-because-armv7.txt4 # ARMv7 triple, probably because the relevant instruction is v8, though there
Dinvalid-armv8.txt4 # but in ARMv7, all these instructions are valid
Dinvalid-thumbv8.txt4 # but in ARMv7, all these instructions are valid
/external/google-breakpad/android/sample_app/
DREADME26 Use 'armeabi-v7a' instead of 'armeabi' above to test the ARMv7-A version
/external/libopus/celt/arm/
Darmopts.s.in34 ; Set the following to 1 if we have NEON (some ARMv7)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlattice_armv7.S12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
Dpitch_filter_armv6.S12 @ optimized for ARMv7 platforms.
/external/v8/test/cctest/
Dtest-disasm-arm.cc269 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()
Dtest-assembler-arm.cc362 if (CpuFeatures::IsSupported(ARMv7)) {
363 CpuFeatureScope scope(&assm, ARMv7);
397 if (CpuFeatures::IsSupported(ARMv7)) {
398 CpuFeatureScope scope(&assm, ARMv7);
/external/llvm/docs/
DHowToBuildOnARM.rst19 on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
/external/v8/src/compiler/arm/
Dinstruction-selector-arm-unittest.cc1661 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()
Dcode-generator-arm.cc246 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
252 CpuFeatureScope scope(masm(), ARMv7); in AssembleArchInstruction()
/external/v8/src/
Dglobals.h618 ARMv7, enumerator
/external/libcxxabi/src/Unwind/
DUnwindRegistersSave.S350 vstmia r0, {d0-d15} @ fstmiax is deprecated in ARMv7+ and now behaves like vstmia

12