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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/normal-module-map/
a2.h 1 int a2; variable
  /art/runtime/interpreter/mterp/mips/
op_iget_quick.S 4 GET_OPB(a2) # a2 <- B
5 GET_VREG(a3, a2) # a3 <- object we're operating on
7 GET_OPA4(a2) # a2 <- A(+)
14 SET_VREG_GOTO(a0, a2, t0) # fp[A] <- a0
op_iget_wide_quick.S 2 GET_OPB(a2) # a2 <- B
3 GET_VREG(a3, a2) # a3 <- object we're operating on
5 GET_OPA4(a2) # a2 <- A(+)
12 SET_VREG64_GOTO(a0, a1, a2, t0) # fp[A] <- a0/a1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/
movx.s 2 movx (8,a2),d1
3 movx (256,a2),d1
4 movx (131071,a2),d1
5 movx d1,(8,a2)
6 movx d1,(256,a2)
7 movx d1,(131071,a2)
movb.s 2 movb (8,a2),d1
3 movb (256,a2),d1
4 movb (131071,a2),d1
5 movb (d2,a2),d3
7 movb d1,(a2)
8 movb d1,(8,a2)
9 movb d1,(256,a2)
10 movb d1,(131071,a2)
11 movb d1,(d2,a2)
mov3.s 2 mov d1,(a2)
3 mov d1,(32,a2)
4 mov d1,(256,a2)
5 mov d1,(131071,a2)
6 mov d1,(d2,a2)
9 mov a1,(32,a2)
10 mov a1,(256,a2)
11 mov a1,(131071,a2)
mov1.s 2 mov d1,a2
3 mov a2,d1
5 mov a2,a1
10 mov (a2),d1
11 mov (8,a2),d1
12 mov (256,a2),d1
13 mov (131071,a2),d1
  /external/clang/test/Modules/
explicit-build-missing-files.cpp 3 // RUN: echo 'extern int a; template<typename T> int a2 = T::error;' > %t/a.h
49 int y = a2<int>;
  /external/clang/test/CodeGenCXX/
debug-info-anon-namespace.cpp 15 int a2 = 7; member in namespace:__anon16116
18 int *b2 = &a2;
  /external/clang/test/Sema/
array-declared-as-incorrect-type.c 6 extern int a2[]; // expected-note {{previous declaration is here}}
7 float a2[1]; // expected-error {{redefinition of 'a2'}} variable
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
b.go 3 import "./a2"
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
b.go 3 import "./a2"
  /external/valgrind/none/tests/ppc32/
lsw.c 20 char* a2 = malloc(100); local
29 : : "b"(a1), "b"(a2) : "r3", "r4", "r5",
31 printf("%s\n", a2);
33 printf("%d = 0x%2x\n", i, a2[i]);
42 : : "b"(a1), "b"(a2) : "r3", "r4", "r5",
44 printf("%s\n", a2);
46 printf("%d = 0x%2x\n", i, a2[i]);
51 free(a2);
52 a2 = malloc(100);
59 : : "b"(a1), "b"(a2), "b"(16) : "r3", "r4", "r5", "r8",
    [all...]
  /external/valgrind/none/tests/ppc64/
lsw.c 20 char* a2 = malloc(100); local
29 : : "b"(a1), "b"(a2) : "r3", "r4", "r5",
31 printf("%s\n", a2);
33 printf("%d = 0x%2x\n", i, a2[i]);
42 : : "b"(a1), "b"(a2) : "r3", "r4", "r5",
44 printf("%s\n", a2);
46 printf("%d = 0x%2x\n", i, a2[i]);
51 free(a2);
52 a2 = malloc(100);
59 : : "b"(a1), "b"(a2), "b"(16) : "r3", "r4", "r5", "r8",
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.ops/
reverse.pass.cpp 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[0]))))
    [all...]
sort.pass.cpp 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[0]))))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
reverse.pass.cpp 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[0]))))
    [all...]
sort.pass.cpp 23 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
26 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
31 int a2[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local
34 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[0]))))
    [all...]
sort_comp.pass.cpp 24 int a2[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local
27 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
32 int a2[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local
35 assert((c1 == std::list<int, min_allocator<int>>(a2, a2+sizeof(a2)/sizeof(a2[0]))))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
other.s 4 inc a2
6 jmp (a2)
9 call 256,[a2,a3],9
10 call 131071,[a2,a3],32
11 calls (a2)
14 ret [a2,a3],7
15 retf [a2,a3],5
am33.s 3 call 256,[a2,a3,exreg0],9
4 call 256,[a2,a3,exreg1],9
5 call 256,[a2,a3,exother],9
6 call 256,[a2,a3,all],9
7 call 131071,[a2,a3,exreg0],9
8 call 131071,[a2,a3,exreg1],9
9 call 131071,[a2,a3,exother],9
10 call 131071,[a2,a3,all],9
11 movm (sp),[a2,a3,exreg0]
12 movm (sp),[a2,a3,exreg1
    [all...]
  /external/clang/test/CodeGen/
arm64_vcopy.c 7 // CHECK-LABEL: define <16 x i8> @test_vcopyq_laneq_s8(<16 x i8> %a1, <16 x i8> %a2) #0 {
8 // CHECK: [[VGETQ_LANE:%.*]] = extractelement <16 x i8> %a2, i32 13
11 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) {
12 return vcopyq_laneq_s8(a1, (int64_t) 3, a2, (int64_t) 13);
15 // CHECK-LABEL: define <16 x i8> @test_vcopyq_laneq_u8(<16 x i8> %a1, <16 x i8> %a2) #0 {
16 // CHECK: [[VGETQ_LANE:%.*]] = extractelement <16 x i8> %a2, i32 13
19 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) {
20 return vcopyq_laneq_u8(a1, (int64_t) 3, a2, (int64_t) 13);
24 // CHECK-LABEL: define <8 x i16> @test_vcopyq_laneq_s16(<8 x i16> %a1, <8 x i16> %a2) #0 {
25 // CHECK: [[TMP0:%.*]] = bitcast <8 x i16> %a2 to <16 x i8
    [all...]
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
reference_types.fail.cpp 41 any const& a2 = a; local
44 any_cast<int &>(&a2); // expected-note {{requested here}}
47 any_cast<int &&>(&a2); // expected-note {{requested here}}
50 any_cast<int const &>(&a2); // expected-note {{requested here}}
53 any_cast<int const &&>(&a2); // expected-note {{requested here}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/
reference_types.fail.cpp 32 any const& a2 = a; local
33 any_cast<int &>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}}
34 any_cast<int &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}}
35 any_cast<int const &>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}}
36 any_cast<int const &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert failed "_ValueType may not be a reference."}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/any.cast/
reference_types.fail.cpp 41 any const& a2 = a; local
44 any_cast<int &>(&a2); // expected-note {{requested here}}
47 any_cast<int &&>(&a2); // expected-note {{requested here}}
50 any_cast<int const &>(&a2); // expected-note {{requested here}}
53 any_cast<int const &&>(&a2); // expected-note {{requested here}}

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>