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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pred-rel.s 4 .pred.rel "imply", p2, p3
5 .pred.rel "clear", p1, p2, p3
8 .pred.rel "imply" p2, p3
9 .pred.rel "clear" p1, p2, p3
12 .pred.rel.imply p2, p3
13 .pred.rel.clear p1, p2, p3
16 .pred.rel @imply, p2, p3
17 .pred.rel @clear, p1, p2, p3
20 .pred.rel @imply p2, p3
21 .pred.rel @clear p1, p2, p3
    [all...]
dv-safe.s 8 .pred.safe_across_calls p1,p2,p3,p4
9 .pred.safe_across_calls p1-p2,p3-p4
10 .pred.safe_across_calls p1-p3,p4
12 cmp.eq p3, p4 = r3, r4 ;;
14 (p3) br.call.sptk b1 = L
17 (p3) mov r5 = r6
opc-a.s 42 (p3) and r11 = -128, r12
104 cmp.eq p2, p3 = r3, r4
105 cmp.eq p2, p3 = 3, r4
106 cmp.ne p2, p3 = r3, r4
107 cmp.ne p2, p3 = 3, r4
108 cmp.lt p2, p3 = r3, r4
109 cmp.lt p2, p3 = 3, r4
110 cmp.le p2, p3 = r3, r4
111 cmp.le p2, p3 = 3, r4
112 cmp.gt p2, p3 = r3, r
    [all...]
operand-or.s 5 fclass.m p3, p4 = f4, @nat|@qnan
6 fclass.m p3, p4 = f4, @nat|@qnan|@snan
7 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos
8 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg
9 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm
10 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm
11 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm|@inf
opc-a.d 90 1ac: 30 20 0c e0 cmp\.eq p2,p3=r3,r4
91 1b0: 00 10 0c 08 03 39 \[MII\] cmp\.eq p2,p3=3,r4
92 1b6: 30 18 10 04 70 60 cmp\.eq p3,p2=r3,r4
93 1bc: 30 20 08 e4 cmp\.eq p3,p2=3,r4
94 1c0: 00 10 0c 08 03 30 \[MII\] cmp\.lt p2,p3=r3,r4
95 1c6: 20 18 10 06 62 60 cmp\.lt p2,p3=3,r4
96 1cc: 40 18 08 c0 cmp\.lt p3,p2=r4,r3
97 1d0: 00 10 08 08 03 31 \[MII\] cmp\.lt p2,p3=2,r4
98 1d6: 20 20 0c 06 60 60 cmp\.lt p2,p3=r4,r3
99 1dc: 20 20 08 c4 cmp\.lt p3,p2=2,r
    [all...]
dv-entry-err.s 9 cmp.eq p3, p4 = r3, r0;;
13 (p3) mov r5 = r7
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_shared_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 assert(p1.owner_before(p3) || p3.owner_before(p1));
27 assert(p3.owner_before(p1) == p3.owner_before(p2));
owner_before_weak_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
30 assert(p3.owner_before(w1) == p3.owner_before(w2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_shared_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 assert(p1.owner_before(p3) || p3.owner_before(p1));
27 assert(p3.owner_before(p1) == p3.owner_before(p2));
owner_before_weak_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
30 assert(p3.owner_before(w1) == p3.owner_before(w2));
  /external/libcxx/test/std/language.support/support.exception/propagation/
exception_ptr.pass.cpp 30 std::exception_ptr p3 = nullptr; local
31 assert(p3 == nullptr);
32 p3 = nullptr;
33 assert(p3 == nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
exception_ptr.pass.cpp 30 std::exception_ptr p3 = nullptr; local
31 assert(p3 == nullptr);
32 p3 = nullptr;
33 assert(p3 == nullptr);
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator_intersections.cpp 23 int *p3 = new int; // no-warning local
37 int *p3 = new int[0]; local
38 p3[0] = 1; // no-warning
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
lt.pass.cpp 27 const std::shared_ptr<int> p3(ptr2, do_nothing);
29 assert(!(p2 < p3) && !(p3 < p2));
eq.pass.cpp 28 const std::shared_ptr<int> p3(ptr2, do_nothing);
30 assert(p2 == p3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
lt.pass.cpp 27 const std::shared_ptr<int> p3(ptr2, do_nothing);
29 assert(!(p2 < p3) && !(p3 < p2));
eq.pass.cpp 28 const std::shared_ptr<int> p3(ptr2, do_nothing);
30 assert(p2 == p3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 41 const std::shared_ptr<int> p3(new int);
44 const std::weak_ptr<int> w3(p3);
52 assert(cs(p1 ,p3) || cs(p3, p1));
53 assert(cs(p3, p1) == cs(p3, p2));
57 assert(cs(p1, w3) || cs(p3, w1));
58 assert(cs(p3, w1) == cs(p3, w2));
71 assert(cs(w1, p3) || cs(w3, p1))
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 9 static void testI3(int p1, int p2, int p3) {
10 System.out.println(p1+", "+p2+", "+p3);
12 static void testI4(int p1, int p2, int p3, int p4) {
13 System.out.println(p1+", "+p2+", "+p3+", "+p4);
15 static void testI5(int p1, int p2, int p3, int p4, int p5) {
16 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5);
18 static void testI6(int p1, int p2, int p3, int p4, int p5, int p6) {
19 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6);
21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) {
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7)
    [all...]
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 28 typedef std::pair<P1, P2> P3;
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
31 assert(p3.first == P1(3, nullptr));
32 assert(p3.second == P2(nullptr, 4));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 28 typedef std::pair<P1, P2> P3;
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
31 assert(p3.first == P1(3, nullptr));
32 assert(p3.second == P2(nullptr, 4));
  /external/libnfc-nci/src/include/
bt_trace.h 170 UINT32 p3);
172 UINT32 p3, UINT32 p4);
174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
594 (UINT32)(p2),(UINT32)(p3))
595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
596 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
598 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4),
    [all...]
  /external/compiler-rt/test/asan/TestCases/
atexit_stats.cc 15 int *p3 = (int*)malloc(9000000); variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/
testdll.c 11 int _stdcall testdll_main(int p1, unsigned long p2, void* p3)
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
vp8_loopfilter_filters_dspr2.c 49 uint32_t p3,
66 /* mask |= (abs(p3 - p2) > limit) */
67 "subu_s.qb %[c], %[p3], %[p2] \n\t"
68 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
119 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
362 p3 = 0;
386 p3 = *((uint32_t *)(s3));
389 /* if (p1 - p4 == 0) and (p2 - p3 == 0
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
682 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1032 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1643 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1788 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1915 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
2125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
    [all...]

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>