/ndk/tests/build/cortex-a53-835769/jni/ |
Android.mk | 4 LOCAL_MODULE := cortex-a53-835769-1 5 LOCAL_SRC_FILES := cortex-a53-835769-1.c 9 LOCAL_MODULE := cortex-a53-835769-2 10 LOCAL_SRC_FILES := cortex-a53-835769-2.c
|
/build/core/combo/arch/arm64/ |
armv8-a.mk | 1 ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT))) 2 arch_variant_cflags := -mcpu=cortex-a53
|
/ndk/tests/build/cortex-a53-835769/ |
build.sh | 24 grep -w madd cortex-a53-835769-1.s | grep -qw w0, 25 fail_panic "fail to generate correct code for cortex-a53-835769-1.c" 26 grep -w madd cortex-a53-835769-2.s | grep -qw w0, 27 fail_panic "fail to generate correct code for cortex-a53-835769-2.c" 29 rm -rf libs obj cortex-a53-835769-*
|
/device/lge/bullhead/ |
init.bullhead.power.sh | 46 write /sys/module/lpm_levels/system/a53/cpu0/retention/idle_enabled 0 47 write /sys/module/lpm_levels/system/a53/cpu1/retention/idle_enabled 0 48 write /sys/module/lpm_levels/system/a53/cpu2/retention/idle_enabled 0 49 write /sys/module/lpm_levels/system/a53/cpu3/retention/idle_enabled 0 54 write /sys/module/lpm_levels/system/a53/a53-l2-retention/idle_enabled 0
|
BoardConfig.mk | 21 TARGET_CPU_VARIANT := cortex-a53 27 TARGET_2ND_CPU_VARIANT := cortex-a53.a57
|
init.bullhead.rc | 41 write /sys/module/lpm_levels/system/a53/cpu0/retention/idle_enabled 0 42 write /sys/module/lpm_levels/system/a53/cpu1/retention/idle_enabled 0 43 write /sys/module/lpm_levels/system/a53/cpu2/retention/idle_enabled 0 44 write /sys/module/lpm_levels/system/a53/cpu3/retention/idle_enabled 0 48 write /sys/module/lpm_levels/system/a53/a53-l2-retention/idle_enabled 0
|
/device/huawei/angler/ |
BoardConfig.mk | 24 TARGET_CPU_VARIANT := cortex-a53 30 TARGET_2ND_CPU_VARIANT := cortex-a53.a57
|
/build/core/combo/arch/arm/ |
armv7-a-neon.mk | 27 ifneq (,$(filter cortex-a7 cortex-a53 cortex-a53.a57,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
erratum843419.d | 3 #ld: --fix-cortex-a53-835769 --fix-cortex-a53-843419 -e0 --section-start .e843419=0x20000000 --section-start .e835769=0x3000000 -Ttext=0x400000 -Tdata=0x40000000
|
/device/google/dragon/ |
BoardConfig.mk | 26 TARGET_CPU_VARIANT := cortex-a53
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sym-2.s | 55 a53: label
|
sym-2.d | 111 0+4 g[ ]+\.text a53
|
/build/core/combo/ |
TARGET_linux-arm64.mk | 117 -Wl,--fix-cortex-a53-843419 \
|
/external/v8/test/mjsunit/compiler/ |
osr-regress-max-locals.js | 38 a51, a52, a53, a54, a55, a56, a57, a58, a59, a60,
|
/external/v8/test/mjsunit/harmony/ |
sharedarraybuffer.js | 379 var a53 = new Int8Array(b, 2, 2) 385 assertArrayPrefix([0x0a, 0x0a], a53) 396 a53.set(a5) 408 a5.set(a53)
|
/external/v8/test/mjsunit/es6/ |
typedarray.js | 478 var a53 = new Int8Array(b, 2, 2) 484 assertArrayPrefix([0x0a, 0x0a], a53) 495 a53.set(a5) 507 a5.set(a53)
|
/external/v8/test/mjsunit/ |
external-array.js | 568 var a53 = new Int8Array(b, 2, 2) 574 assertArrayPrefix([0x0a, 0x0a], a53) 585 a53.set(a5) 597 a5.set(a53)
|
/external/elfutils/tests/ |
run-strings-test.sh | 85 testfile4: a53 __tib
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/ |
inout.d | 556 808: 3a53 0ea8 soutib @r10,@r5,r14 588 888: 3a53 0ea0 sotirb @r10,@r5,r14
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
all-opcodes.d | [all...] |