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

1 2 3 4 5 6

  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
neon-vswp.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
  /external/valgrind/main/massif/tests/
deep.c 20 void a8 (int n) { a9 (n); } function
21 void a7 (int n) { a8 (n); }
  /external/clang/test/SemaCXX/
attr-weakref.cpp 28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal linkage}} variable
  /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/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/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/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...]
  /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
ms_struct-pack.c 124 static int a8[(sizeof(eight_ms) == 48) - 1]; variable
  /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
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 18 # pragma option -Vx- -Ve- -a8 -b -pc
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 18 # pragma option -Vx- -Ve- -a8 -b -pc
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 18 # pragma option -Vx- -Ve- -a8 -b -pc
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 128 typename A6, typename A7, typename A8>
130 const A5& a5, const A6& a6, const A7& a7, const A8& a8) : MockClass(a1,
131 a2, a3, a4, a5, a6, a7, a8) {
137 typename A6, typename A7, typename A8, typename A9>
139 const A5& a5, const A6& a6, const A7& a7, const A8& a8,
140 const A9& a9) : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9) {
146 typename A6, typename A7, typename A8, typename A9, typename A10>
148 const A5& a5, const A6& a6, const A7& a7, const A8& a8, const A9& a9
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap6.c 419 UInt a7, UInt a8 )
430 words[8-1] = a8;
438 UInt a7, UInt a8 )
446 (int)a7, (int)a8);
447 CALL_FN_W_8W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8);
456 UInt a7, UInt a8, UInt a9 )
467 words[8-1] = a8;
476 UInt a7, UInt a8, UInt a9 )
484 (int)a7, (int)a8, (int)a9);
485 CALL_FN_W_9W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9)
    [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}}
  /external/valgrind/main/coregrind/
m_syscall.c 441 UWord a7, UWord a8, /* 28(esp)..32(esp) */
461 UWord a7, UWord a8, /* 28(esp)..32(esp) */
474 UWord a7, UWord a8, /* 28(esp)..32(esp) */
507 UWord a7, UWord a8, /* 8(rsp), 16(rsp) */
531 UWord a7, UWord a8, /* 8(rsp), 16(rsp) */
584 UWord a7, UWord a8 )
622 u64 = do_syscall_unix_WRK(a1,a2,a3,a4,a5,a6,a7,a8,
628 wLO = do_syscall_mach_WRK(a1,a2,a3,a4,a5,a6,a7,a8,
633 wLO = do_syscall_mdep_WRK(a1,a2,a3,a4,a5,a6,a7,a8,
648 wLO = do_syscall_unix_WRK(a1,a2,a3,a4,a5,a6,a7,a8,
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 25 -Wl,--fix-cortex-a8
armv7-a.mk 23 -Wl,--fix-cortex-a8
  /external/openssl/crypto/bn/asm/
s390x-gf2m.pl 55 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(6..11));
56 ($lo,$hi,$b)=map("%r$_",(3..5)); $a=$lo; $mask=$a8;
67 sllg $a8,$a,3
86 xgr $a48,$a8
99 stg $a8,`$stdframe+8*8`($sp) # tab[8]=a8
101 stg $a1,`$stdframe+9*8`($sp) # tab[9]=a1^a8
103 stg $a2,`$stdframe+10*8`($sp) # tab[10]=a2^a8
105 stg $a12,`$stdframe+11*8`($sp) # tab[11]=a1^a2^a8
108 stg $a48,`$stdframe+12*8`($sp) # tab[12]=a4^a8
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 40 int a6, int a7, double a8, float a9, double a10, short a11, int a12,

Completed in 1511 milliseconds

1 2 3 4 5 6