OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cortex
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/build/core/combo/arch/arm/
armv7-a-neon.mk
9
ifeq ($(strip $(TARGET_CPU_VARIANT)),
cortex
-a15)
10
arch_variant_cflags := -mcpu=
cortex
-a15
12
ifeq ($(strip $(TARGET_CPU_VARIANT)),
cortex
-a8)
13
arch_variant_cflags := -mcpu=
cortex
-a8
15
ifeq ($(strip $(TARGET_CPU_VARIANT)),
cortex
-a7)
16
arch_variant_cflags := -mcpu=
cortex
-a7
28
-Wl,--fix-
cortex
-a8
armv7-a.mk
16
-Wl,--fix-
cortex
-a8
/external/llvm/test/MC/ARM/
arm_word_directive.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown %s | FileCheck %s
thumb2-pldw.s
1
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=
cortex
-a8 -mattr=+mp -show-encoding < %s | FileCheck %s
invalid-hint-arm.s
1
@ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=
cortex
-a8 < %s 2>&1 | FileCheck %s
neon-vswp.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
invalid-hint-thumb.s
1
@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=
cortex
-a8 < %s 2>&1 | FileCheck %s
thumb2-b.w-encodingT4.s
1
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=
cortex
-a8 -show-encoding < %s | FileCheck %s
arm-thumb-trustzone.s
1
@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=
cortex
-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=
cortex
-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
arm-trustzone.s
1
@ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=
cortex
-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
@ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=
cortex
-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
arm-thumb-cpus-default.s
3
@ RUN: llvm-mc -show-encoding -arch=arm -mcpu=
cortex
-a15 < %s| FileCheck %s --check-prefix=CHECK-ARM-THUMB
4
@ RUN: llvm-mc -show-encoding -arch=arm -mcpu=
cortex
-m3 < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
arm-thumb-cpus.s
3
@ RUN: llvm-mc -show-encoding -arch=arm -mcpu=
cortex
-a15 < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB
4
@ RUN: not llvm-mc -show-encoding -arch=arm -mcpu=
cortex
-m3 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
arm_instructions.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown -show-encoding %s \
3
@ RUN: llvm-mc -mcpu=
cortex
-a9-mp -triple armv7-unknown-nacl -show-encoding %s \
5
@ RUN: llvm-mc -mcpu=
cortex
-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
arm_addrmode3.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
neon-dup-encoding.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-reverse-encoding.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-table-encoding.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
/ndk/tests/device/test-cpufeatures/jni/
Android.mk
34
LOCAL_CFLAGS := -mcpu=
cortex
-a15
35
# filter-out -march=armv7-a which isn't compatible with -mcpu=
cortex
-a15
44
LOCAL_CFLAGS := -mcpu=
cortex
-a15
45
# filter-out -march=armv7-a which isn't compatible with -mcpu=
cortex
-a15
/external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
static-movt-relocs.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
thumb2-movw-fixup.s
1
@ RUN: llvm-mc -mcpu=
cortex
-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
/bionic/libc/arch-arm/
arm.mk
41
$(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are
cortex
-a7,
cortex
-a8,
cortex
-a9,
cortex
-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
/device/generic/armv7-a-neon/
BoardConfig.mk
12
TARGET_CPU_VARIANT :=
cortex
-a9
/frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk
49
ifeq ($(strip $(TARGET_CPU_VARIANT)),
cortex
-a15)
/device/samsung/manta/
BoardConfig.mk
33
TARGET_CPU_VARIANT :=
cortex
-a15
Completed in 718 milliseconds
1
2
3
4