Searched refs:P5 (Results 1 - 25 of 114) sorted by relevance

12345

/haiku-buildtools/gcc/libgcc/config/bfin/
H A Dcrti.S39 [--SP] = P5;
45 P5 = [P5 + _current_shared_library_p5_offset_] define
52 [--SP] = P5;
58 P5 = [P5 + _current_shared_library_p5_offset_] define
H A Dcrtn.S37 P5 = [SP++]; define
46 P5 = [SP++]; define
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dc_loc_test_18.f9014 TYPE(C_PTR) P1,P2,P3,P4,P5 local in subroutine:S
20 P5 = C_LOC(B) ! *5
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dcontrol_code2.s73 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 <
[all...]
H A Dcache2.s15 PREFETCH [ P5 ] ;
25 PREFETCH [ P5++ ] ;
35 FLUSH [ P5 ] ;
44 FLUSH [ P5++ ] ;
54 FLUSHINV [ P5 ] ;
64 FLUSHINV [ P5++ ] ;
74 IFLUSH [ P5 ] ;
84 IFLUSH [ P5++ ] ;
H A Dstack.d17 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\+\+\];
H A Dcache2.d12 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\+\+\];
H A Dcontrol_code2.d50 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==-4;
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<
[all...]
H A Dstack.s34 (R7:5, P5:0) = [sp++];
36 (P5:4) = [Sp++];
H A Dstack2.s55 //[ -- 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++ ];
H A Dstore.s6 [fp --] = P5;
8 [P5 + 131068] = P0;
17 [P5 ++] = R2;
H A Dcache.d7 0: 45 02 PREFETCH\[P5\];
H A Devent.d36 18: b5 00 TESTSET \(P5\);
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dcontrol_code2.s73 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 <
[all...]
H A Dcache2.s15 PREFETCH [ P5 ] ;
25 PREFETCH [ P5++ ] ;
35 FLUSH [ P5 ] ;
44 FLUSH [ P5++ ] ;
54 FLUSHINV [ P5 ] ;
64 FLUSHINV [ P5++ ] ;
74 IFLUSH [ P5 ] ;
84 IFLUSH [ P5++ ] ;
H A Dstack.d17 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\+\+\];
H A Dcache2.d12 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\+\+\];
H A Dcontrol_code2.d50 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 <
[all...]
H A Dstack.s34 (R7:5, P5:0) = [sp++];
36 (P5:4) = [Sp++];
H A Dstack2.s55 //[ -- 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 */
H A Dstack2.d41 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\+\+\];
H A Dstore.s6 [fp --] = P5;
8 [P5 + 131068] = P0;
17 [P5 ++] = R2;
H A Dcache.d7 0: 45 02 PREFETCH\[P5\];
H A Devent.d36 18: b5 00 TESTSET \(P5\);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-24.c44 #define P5 P(5) macro
74 TCASE(5, p0 p1 p2 p3 p4 p5 , P0 P1 P2 P3 P4 P5 )
75 TCASE(6, p0 p1 p2 p3 p4 p5 p6 , P0 P1 P2 P3 P4 P5 P6 )
76 TCASE(7, p0 p1 p2 p3 p4 p5 p6 p7 , P0 P1 P2 P3 P4 P5 P6 P7 )
77 TCASE(8, p0 p1 p2 p3 p4 p5 p6 p7 p8 , P0 P1 P2 P3 P4 P5 P6 P7 P8 )
78 TCASE(9, p0 p1 p2 p3 p4 p5 p6 p7 p8 p9, P0 P1 P2 P3 P4 P5 P6 P7 P8 P9)

Completed in 105 milliseconds

12345