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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code2.s 73 CC = P5 == P0;
74 CC = P5 == P1;
76 CC = P3 == P5;
79 CC = P5 == -4;
80 CC = P5 == 0;
81 CC = P5 == 3;
87 CC = P5 < P0;
88 CC = P5 < P1;
90 CC = P3 < P5;
93 CC = P5 < -4
    [all...]
cache2.s 15 PREFETCH [ P5 ] ;
25 PREFETCH [ P5++ ] ;
35 FLUSH [ P5 ] ;
44 FLUSH [ P5++ ] ;
54 FLUSHINV [ P5 ] ;
64 FLUSHINV [ P5++ ] ;
74 IFLUSH [ P5 ] ;
84 IFLUSH [ P5++ ] ;
stack.d 17 10: d0 05 \[--SP\] = \(R7:2, P5:0\);
19 14: c2 04 \[--SP\] = \(P5:2\);
31 24: a8 05 \(R7:5, P5:0\) = \[SP\+\+\];
33 28: 84 04 \(P5:4\) = \[SP\+\+\];
cache2.d 12 a: 45 02 PREFETCH\[P5\];
20 1a: 65 02 PREFETCH\[P5\+\+\];
28 2a: 55 02 FLUSH\[P5\];
36 3a: 75 02 FLUSH\[P5\+\+\];
44 4a: 4d 02 FLUSHINV\[P5\];
52 5a: 6d 02 FLUSHINV\[P5\+\+\];
60 6a: 5d 02 IFLUSH\[P5\];
68 7a: 7d 02 IFLUSH\[P5\+\+\];
control_code2.d 50 56: 45 08 CC = P5 == P0;
51 58: 4d 08 CC = P5 == P1;
53 5c: 6b 08 CC = P3 == P5;
54 5e: 65 0c CC = P5 == -0x4;
55 60: 45 0c CC = P5 == 0x0;
56 62: 5d 0c CC = P5 == 0x3;
60 6a: c5 08 CC = P5 < P0;
61 6c: cd 08 CC = P5 < P1;
63 70: eb 08 CC = P3 < P5;
64 72: e5 0c CC = P5 < -0x4
    [all...]
stack.s 16 [--sp] = (r7:2, p5:0);
18 [--Sp] = (p5:2);
34 (R7:5, P5:0) = [sp++];
36 (P5:4) = [Sp++];
stack2.s 55 //[ -- SP ] = ( R7 : Dreglim , P5 : Preglim ) ; /* Dregs and indexed Pregs (a) */
56 [--SP ] = ( R7:0, P5:0);
62 //[ -- SP ] = ( P5 : Preglim ) ; /* indexed Pregs, only (a) */
63 [--SP ] = (P5:0);
111 //( R7 : Dreglim, P5 : Preglim ) = [ SP ++ ] ; /* Dregs and indexed Pregs (a) */
112 ( R7:0, P5:0) = [ SP++ ];
117 //( P5 : Preglim ) = [ SP ++ ] ; /* indexed Pregs, only (a) */
118 ( P5:0) = [ SP++ ];
127 L$L$foo: (R7:6,P5:3) = [SP++]; /* Pop multiple on the same line with a label */
stack2.d 41 42: c0 05 \[--SP\] = \(R7:0, P5:0\);
43 46: c0 04 \[--SP\] = \(P5:0\);
77 8a: 80 05 \(R7:0, P5:0\) = \[SP\+\+\];
79 8e: 80 04 \(P5:0\) = \[SP\+\+\];
84 a0: b3 05 \(R7:6, P5:3\) = \[SP\+\+\];
store.s 6 [fp --] = P5;
8 [P5 + 131068] = P0;
17 [P5 ++] = R2;
cache.d 7 0: 45 02 PREFETCH\[P5\];
event.d 36 18: b5 00 TESTSET \(P5\);
flow.s 8 jump(P5);
79 LSETUP(30, 1024) LC0 = P5;
90 LSETUP (30, 1024) LC1 = P5;
flow2.s 11 //Preg: P5-0, SP, FP
18 JUMP (P5);
28 JUMP (PC+P5);
104 CALL(P5);
113 CALL(PC+P5);
store.d 9 4: fd 92 \[FP--\] = P5;
11 8: 28 e7 ff 7f \[P5 \+ 0x1fffc\] = P0;
18 14: 2a 92 \[P5\+\+\] = R2;
  /external/libgsm/inc/
unproto.h 18 #undef P5
proto.h 30 #undef P5
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e)
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e;
  /external/webrtc/webrtc/base/
refcount.h 52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
57 template<typename P1, typename P2, typename P3, typename P4, typename P5,
59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
60 : T(p1, p2, p3, p4, p5, p6), ref_count_(0) {
63 template<typename P1, typename P2, typename P3, typename P4, typename P5,
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7
    [all...]
bind.h 614 class P5>
622 P5 p5)
628 p5_(p5) {}
638 typename rtc::remove_reference<P5>::type p5_;
646 class P5>
649 Functor5(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
655 p5_(p5) {}
664 typename rtc::remove_reference<P5>::type p5_
830 typename detail::identity<P5>::type p5, member in namespace:rtc
852 typename detail::identity<P5>::type p5, member in namespace:rtc
874 typename detail::identity<P5>::type p5, member in namespace:rtc
896 typename detail::identity<P5>::type p5, member in namespace:rtc
1008 typename detail::identity<P5>::type p5, member in namespace:rtc
1034 typename detail::identity<P5>::type p5, member in namespace:rtc
1060 typename detail::identity<P5>::type p5, member in namespace:rtc
1084 typename detail::identity<P5>::type p5, member in namespace:rtc
1208 typename detail::identity<P5>::type p5, member in namespace:rtc
1236 typename detail::identity<P5>::type p5, member in namespace:rtc
1264 typename detail::identity<P5>::type p5, member in namespace:rtc
1291 typename detail::identity<P5>::type p5, member in namespace:rtc
1425 typename detail::identity<P5>::type p5, member in namespace:rtc
1467 typename detail::identity<P5>::type p5, member in namespace:rtc
1498 typename detail::identity<P5>::type p5, member in namespace:rtc
1527 typename detail::identity<P5>::type p5, member in namespace:rtc
    [all...]
  /external/clang/test/CodeGen/
partial-reinitialization1.c 62 struct P5 {
71 // CHECK: @l5 = global %struct.P5 { i32 1, %struct.Q5 { i32 6, i32 9, i32 8 }, i32 5 }
72 struct P5 l5 = { 1, { 2, 3, 4 }, 5,
  /external/webrtc/webrtc/system_wrappers/include/
ref_count.h 60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Field.java 16 private static final int P5 = 0xFFFFFFFF;
23 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
44 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
53 if (z[5] == P5 && Nat192.gte(z, P))
111 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
120 || (z[5] == P5 && Nat192.gte(z, P)))
172 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
SecP192R1Field.java 18 private static final int P5 = 0xFFFFFFFF;
24 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
45 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
54 if (z[5] == P5 && Nat192.gte(z, P))
158 || (z[5] == P5 && Nat192.gte(z, P)))
189 || (z[5] == P5 && Nat192.gte(z, P)))
241 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 40 P5 = 4.1381369442e-08; /* 0x3331bb4c */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
35 * (where z=r*r, and the values of P1 to P5 are listed below)
38 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));

Completed in 971 milliseconds

1 2 3 4