/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
|
/build/core/combo/arch/arm/ |
armv7-a-neon.mk | 12 ifeq ($(strip $(TARGET_CPU_VARIANT)),cortex-a8) 13 arch_variant_cflags := -mcpu=cortex-a8 28 -Wl,--fix-cortex-a8
|
armv7-a.mk | 16 -Wl,--fix-cortex-a8
|
/external/valgrind/main/massif/tests/ |
deep.c | 20 void a8 (int n) { a9 (n); } function 21 void a7 (int n) { a8 (n); }
|
/external/pixman/pixman/ |
pixman-mips-dspr2.c | 310 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8r8g8b8, mips_composite_src_n_8_8888), 311 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8r8g8b8, mips_composite_src_n_8_8888), 312 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8b8g8r8, mips_composite_src_n_8_8888), 313 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8b8g8r8, mips_composite_src_n_8_8888), 314 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8, mips_composite_src_n_8_8), 322 PIXMAN_STD_FAST_PATH (OVER, solid, a8, a8, mips_composite_over_n_8_8), 323 PIXMAN_STD_FAST_PATH (OVER, solid, a8, a8r8g8b8, mips_composite_over_n_8_8888), 324 PIXMAN_STD_FAST_PATH (OVER, solid, a8, x8r8g8b8, mips_composite_over_n_8_8888) [all...] |
pixman-arm-neon.c | 298 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8r8g8b8, neon_composite_src_n_8_8888), 299 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8r8g8b8, neon_composite_src_n_8_8888), 300 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8b8g8r8, neon_composite_src_n_8_8888), 301 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8b8g8r8, neon_composite_src_n_8_8888), 302 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8, neon_composite_src_n_8_8), 304 PIXMAN_STD_FAST_PATH (OVER, solid, a8, a8, neon_composite_over_n_8_8), 305 PIXMAN_STD_FAST_PATH (OVER, solid, a8, r5g6b5, neon_composite_over_n_8_0565), 306 PIXMAN_STD_FAST_PATH (OVER, solid, a8, b5g6r5, neon_composite_over_n_8_0565) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
math-partial-sums.js | 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0; 25 a8 += alt/k;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
math-partial-sums.js | 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0; 25 a8 += alt/k;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
math-partial-sums.js | 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0; 25 a8 += alt/k;
|
/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
|
/external/chromium_org/third_party/re2/re2/ |
variadic_function.h | 68 const Arg& a6, const Arg& a7, const Arg& a8) const { 69 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }; 75 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const { 76 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 83 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 85 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 92 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 94 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 101 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 103 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, [all...] |
/external/regex-re2/re2/ |
variadic_function.h | 70 const Arg& a6, const Arg& a7, const Arg& a8) const { 71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }; 77 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const { 78 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 85 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 87 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 94 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 96 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, 103 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, 105 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8, [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast14.cpp | 98 struct A8 102 virtual ~A8() {} 113 A8* getA8() {return this;} 127 : public virtual A8 132 A1* getA1_3() {return A8::getA1_3();} 133 A1* getA1_4() {return A8::getA1_4();} 134 A1* getA1_6() {return A8::getA1_6();} 135 A2* getA2() {return A8::getA2();} 136 A3* getA3() {return A8::getA3();} 137 A4* getA4() {return A8::getA4(); 222 A8 a8; local 943 A8 a8; local 1664 A8 a8; local [all...] |
/external/clang/test/SemaCXX/ |
attr-weakref.cpp | 28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal linkage}} variable
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_atomic.cc | 43 typedef __tsan_atomic8 a8; typedef 390 a8 __tsan_atomic8_load(const volatile a8 *a, morder mo) { 412 void __tsan_atomic8_store(volatile a8 *a, a8 v, morder mo) { 434 a8 __tsan_atomic8_exchange(volatile a8 *a, a8 v, morder mo) { 456 a8 __tsan_atomic8_fetch_add(volatile a8 *a, a8 v, morder mo) [all...] |
/external/clang/test/CodeGen/ |
x86_32-arguments-linux.c | 9 // CHECK: <2 x double> %a8, %struct.s56_4* byval align 4, 45 t56_v2d a8, struct s56_4 a9, 49 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
|
/external/stlport/stlport/stl/config/ |
_prolog.h | 18 # pragma option -Vx- -Ve- -a8 -b -pc
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_prolog.h | 18 # pragma option -Vx- -Ve- -a8 -b -pc
|