OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armv7
(Results
276 - 300
of
482
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/external/llvm/test/CodeGen/ARM/
machine-cse-cmp.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-ios | FileCheck %s
neon_spill.ll
8
target triple = "
armv7
-none-linux-gnueabi"
struct_byval.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-ios6.0 | FileCheck %s
fast-isel.ll
1
; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=
armv7
-apple-ios | FileCheck %s --check-prefix=ARM
3
; RUN: llc < %s -O0 -arm-strict-align -relocation-model=dynamic-no-pic -mtriple=
armv7
-apple-ios | FileCheck %s --check-prefix=ARM-STRICT-ALIGN
/external/llvm/test/MC/ARM/
vpush-vpop.s
1
@ RUN: llvm-mc -triple
armv7
-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
/external/llvm/test/MC/Disassembler/ARM/
neon-tests.txt
1
# RUN: llvm-mc --disassemble %s -triple=
armv7
-apple-darwin9 -mcpu=cortex-a8 | FileCheck %s
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
config.json
160
"name": "Qt Linux
ARMv7
Release", "type": "Build", "builddir": "qt-linux-
armv7
-release",
161
"platform": "qt", "configuration": "release", "architectures": ["
armv7
"],
223
"Qt Linux Release", "Qt Linux Release minimal", "Qt Linux
ARMv7
Release",
/frameworks/compile/libbcc/include/bcc/Config/
Config.h
59
#define DEFAULT_ARM_TRIPLE_STRING "
armv7
-none-linux-gnueabi"
/frameworks/compile/libbcc/lib/Renderscript/runtime/
rsClamp.ll
2
target triple = "
armv7
-none-linux-gnueabi"
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/
SOURCES
13
Enable
armv7
/thumb2 multilib for arm-eabi.
/cts/tests/tests/os/src/android/os/cts/
BuildTest.java
45
//if CPU_ABI is
armv7
, CPU_ABI2 is either of {armeabi, NULL}
58
//if CPU_ABI is x86, then CPU_ABI2 is either of {armeabi,
armv7
, NULL}
/external/libvpx/libvpx/build/make/
configure.sh
599
armv7
*)
600
tgt_isa=
armv7
757
armv7
)
784
if [ ${tgt_isa} == "
armv7
" ]; then
785
check_add_cflags -march=
armv7
-a -mfloat-abi=softfp
786
check_add_asflags -march=
armv7
-a -mfloat-abi=softfp
815
if [ ${tgt_isa} == "
armv7
" ]; then
875
if [ ${tgt_isa} == "
armv7
" ]; then
[
all
...]
Android.mk
16
# ./libvpx/configure --target=
armv7
-android-gcc --disable-examples \
59
include $(CONFIG_DIR)/libs-
armv7
-android-gcc.mk
/external/mksh/
mkmf.sh
96
-march=
armv7
-a \
144
$aospdir/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin/../lib/gcc/arm-linux-androideabi/4.7/
armv7
-a/libgcc.a \
/external/oprofile/events/arm/armv7/
events.h
1
// events from file arm/
armv7
-common/events
40
// events from file arm/
armv7
/events
/prebuilts/qemu-kernel/arm/
rebuild.sh
284
# $2: output suffix (e.g. "" or "-
armv7
")
307
do_build goldfish_armv7 -
armv7
/frameworks/base/docs/html/google/play/publishing/
multiple-apks.jd
371
<li>If you have one APK that's for API level 4 (and above) <em>and</em>
ARMv7
CPUs,
376
compatible with devices that have an
ARMv7
CPU, the APKs overlap on this characteristic.
378
This ensures that a device with an
ARMv7
CPU that receives a system update to API level 8
380
However, because this kind of update results in the
ARMv7
device using an APK that's not
382
APK for both the ARMv5TE and the
ARMv7
architecture at each API level in order to optimize
385
ARMv7
libraries, and not when comparing other native libraries.</li>
412
architectures, be aware that an APK for ARMv5TE will overlap with an APK for
ARMv7
. That is,
413
an APK designed for ARMv5TE is compatible with an
ARMv7
device,
414
but the reverse is not true (an APK with only the
ARMv7
libraries is
[
all
...]
/external/libvpx/libvpx/
configure
95
all_platforms="${all_platforms}
armv7
-android-gcc" #neon Cortex-A8
96
all_platforms="${all_platforms}
armv7
-darwin-gcc" #neon Cortex-A8
97
all_platforms="${all_platforms}
armv7
-linux-rvct" #neon Cortex-A8
98
all_platforms="${all_platforms}
armv7
-linux-gcc" #neon Cortex-A8
99
all_platforms="${all_platforms}
armv7
-none-rvct" #neon Cortex-A8
/ndk/sources/android/cpufeatures/
cpu-features.c
618
* form of "(v7l)" for an
ARMv7
-based CPU, and "(v6l)" for
677
// either mean VFPv2 or VFPv3. Make it depend on
ARMv7
.
694
// VFPv3 implies VFPv2 and
ARMv7
804
* on
ARMv7
-A CPUs which implement a FPU. Note that it is also mandated
815
* registers. It is only used on
ARMv7
-M (i.e. on micro-controllers) which
/ndk/build/tools/
builder-funcs.sh
506
LLVM_TRIPLE=
armv7
-none-linux-androideabi
545
builder_cflags "-mthumb -march=
armv7
-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
546
builder_ldflags "-march=
armv7
-a -Wl,--fix-cortex-a8"
/external/clang/test/CodeGen/
arm-arguments.c
2
// RUN: %clang_cc1 -triple
armv7
-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=APCS-GNU %s
3
// RUN: %clang_cc1 -triple
armv7
-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=AAPCS %s
/external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp
1
// RUN: %clang_cc1 %s -triple=
armv7
-unknown-unknown -emit-llvm -o - | FileCheck %s
2
// RUN: %clang_cc1 %s -triple=
armv7
-unknown-unknown -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/armv7-a/
libgcov.a
690
f?Kflf.P.3.?-/? fg0?K5?? ?./L J./-/2? J./-/1R.2KMKKKK0,;.0LL0, .0LL??y.R?}fJ?F2/g ,NKLN3z.//KKQi?K/KM1+/L/Qf/J -Lg.p?0. ? # g I+~6x.6??.2MKKKKf./ ?/g/??}??pfJ0??301+K?0L J M +.1 . K ? , 04+1N/-/LH00d0 iJ .E .)f?N.2.0?g .w.01+1Km>/I2g-?/?1+-JV.*.?J?~f.u.16u..2Ry.-O1 b f f1+ JiKML????/Mh?0/-/?/ ?K/N-0LKh J ??nJ.??.? .?.? .10,01/OM Jm??/i/i/iK00MgK?h/-/s.?Ff I?fi J f #4 ? ??~.-?./L??L--//g-/g/?M fg?gg??N1+10gMKMhK )J^J f N - + .K J t. . 1 +tJ.H3gMgKL/0i/?/0/?|J?. ?hu. ?KU? ..fj ?ig ??}? .?f??4-/-/ .h?M?0?hg-1 ?1/mLE Ohiig-Et? 2b .J gcov_max_filename malloc run_max crc32 checksum _offset summary_pos __gcov_read_summary filename_length close signed char __gcov_write_counter buffered overread gcov_fn_info free_fn_data gcov_ctr_summary long long unsigned int fdopen _lbfsize gi_ptr values this_prg __sF functions next atexit fn_buffer stat fseek mkdir st_mode st_ino _base f_ix /Volumes/android/toolchain-build-linux-4.7/gcc-4.7/arm-linux-androideabi/
armv7
-a/libgcc n_functions __gcov_position _cookie st_atime_nsec __errno long int _flags _ubuf memcpy long long int result buffer_fn_data __gcov_read_counter end_ptr cs_all flock fcntl __gcov_flush gcov_prefix atoi off_t __gcov_is_error __pad0 level stamp __sbuf size_t st_blocks st_uid value cs_prg fpos_t rewrite __gcov_var fn_ix fprintf _close __kernel_off_t read_error long unsigned int _file gcov_info n_counts name l_start all_prg cs_tprg __gcov_open size short unsigned int csum strlen access gcov_write_block next_summary create_file_directory __st_ino strcpy st_atime GNU C 4.7 __gcov_close fname __kernel_pid_t fail st_size _write base getenv /Volumes/android/AOSP-toolchain/build/../gcc/gcc-4.7/libgcc/libgcov.c version gcov_ctr_info sizetype sum_all crc32_unsigned open __gcov_read_unsigned filename gfi_ptr read_mismatch gcov_version fn_tail gcov_prefix_strip gcov_unsigned_t cfg_checksum gcov_read_words st_mtime_nsec gcov_list __gcov_write_tag_length setbuf from_file cs_ptr error words s_flock _read read_fatal st_nlink l_pid unsigned char short int info file st_blksize __kernel_mode_t __sFILE __page_size st_ctime FILE excess fread gcov_exit gi_filename __gcov_seek n_ctr gcov_position_t __gcov_init lineno_checksum _seek st_rdev char length limit _blksize mode __gcov_rewrite _size unsigned int gcov_type _ext runs ci_ptr summary abort buffer fclose memcmp offset free ctrs gcov_summary st_gid st_ctime_nsec __pad3 n_ctrs __page_shift l_len memset __gcov_write_summary gi_filename_up ident t_ix mode_t st_dev gcov_write_words prefix_length st_mtime sum_max fstat gcov_merge_fn _nbuf fwrite pid_t c_num getpid c_ptr ftell start eof_pos __gcov_write_unsigned l_whence l_type merge feedback gcov_fn_buffer GCC: (GNU) 4.7 A. aeabi $ 7-A
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/armv7-a/thumb/
libgcov.a
646
Jh=<l< P.3 ?!? .=0Y/'L? ? !> . !!2? < !!1D $=?==KK0,; ">"",0'">0Zxy 6?}<<g,(/ ,@=>?!/2!=k<.1?K/=1#+/>! ?0g pJ0. X ? = ;+F(x (?? $?==KKX ! X///u?}?fp p Lgo3h#=Z">