HomeSort by relevance Sort by last modified time
    Searched refs:a8 (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /build/core/combo/arch/arm/
armv7-a-neon.mk 12 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)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/llvm/test/CodeGen/ARM/
build-attributes-encoding.s 7 .cpu cortex-a8
  /external/llvm/test/MC/ARM/
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
invalid-hint-thumb.s 1 @ RUN: not llvm-mc -triple=thumbv7-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
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
directive-cpu.s 22 .cpu cortex-a8
  /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
static-movt-relocs.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/libcxxabi/test/
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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_variance.h 26 void high_variance(const uint8_t *a8, int a_stride,
31 void high_10_variance(const uint8_t *a8, int a_stride,
36 void high_12_variance(const uint8_t *a8, int a_stride,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-381313.js 18 var a8 = 9 * x;
35 return a0 + a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 +
  /external/clang/test/SemaCXX/
attr-weakref.cpp 28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal linkage}} variable
  /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,
ms_struct-bitfield-1.c 71 static int a8[(sizeof(t8) == 4) -1]; variable
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 43 typedef unsigned char a8; typedef
243 static atomic_uint8_t *to_atomic(const volatile a8 *a) {
509 a8 __tsan_atomic8_load(const volatile a8 *a, morder mo) {
536 void __tsan_atomic8_store(volatile a8 *a, a8 v, morder mo) {
563 a8 __tsan_atomic8_exchange(volatile a8 *a, a8 v, morder mo) {
590 a8 __tsan_atomic8_fetch_add(volatile a8 *a, a8 v, morder mo)
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 22 A<ns::B> a8; // expected-error{{use of class template 'ns::B' requires template arguments}}

Completed in 655 milliseconds

1 2 3 4 5 6