Searched refs:rd (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dboz_13.f908 real(kind=8), parameter :: rd = real (z'00000000& variable
12 &402953FD', 8) /= rd) call abort
H A Dboz_14.f909 real(8) rd variable
11 rd = &
18 if (z /= rd) call abort
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Drdasr.s3 rd %pcr,%g0
4 rd %pic,%g1
5 rd %dcr,%g2
6 rd %gsr,%g3
7 rd %softint,%g4
8 rd %tick_cmpr,%g5
9 rd %sys_tick,%g5
10 rd %sys_tick_cmpr,%g4
11 rd %cfr,%g6
H A Dcfr.s5 rd %cfr, %g5
6 rd %cfr, %o3
7 rd %cfr, %i2
8 rd %cfr, %l4
H A Drdasr.d10 0: 81 44 00 00 rd %pcr, %g0
11 4: 83 44 40 00 rd %pic, %g1
12 8: 85 44 80 00 rd %dcr, %g2
13 c: 87 44 c0 00 rd %gsr, %g3
14 10: 89 45 80 00 rd %softint, %g4
15 14: 8b 45 c0 00 rd %tick_cmpr, %g5
16 18: 8b 46 00 00 rd %stick, %g5
17 1c: 89 46 40 00 rd %stick_cmpr, %g4
18 20: 8d 46 80 00 rd %cfr, %g6
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dnested-function-1-nov.c11 void rd (int i) function
16 rd (0);
17 rd (99);
H A Dalloca-1-nov.c7 int rd (int *p, int i) function
18 rd (buf, 0);
19 rd (buf, 99);
H A Dcalloc-1-nov.c7 int rd (int *p, int i) function
18 rd (buf, 0);
19 rd (buf, 99);
H A Dmalloc-1-nov.c7 int rd (int *p, int i) function
18 rd (buf, 0);
19 rd (buf, 99);
H A Dpointer-arg-1-nov.c9 int rd (int *p, int i) function
20 rd (buf, 0);
21 rd (buf, 99);
H A Dreference-3-nov.cpp10 int rd (int (&p)[100], int i) function
21 rd (buf, 0);
22 rd (buf, 99);
H A Dreference-4-nov.cpp9 int rd (int (&p)[100], int i) function
25 rd (get_buf (), 0);
26 rd (get_buf (), 99);
H A Dnested-function-1-lbv.c14 void rd (int i) function
19 rd (-1);
H A Dnested-function-1-ubv.c14 void rd (int i) function
19 rd (100);
H A Dalloca-1-lbv.c10 int rd (int *p, int i) function
21 rd (buf, -1);
H A Dalloca-1-ubv.c10 int rd (int *p, int i) function
21 rd (buf, 100);
H A Darg-addr-1-lbv.c10 int rd (int *p, int i) function
19 return rd(&i, j);
H A Darg-addr-1-nov.c7 int rd (int *p, int i) function
16 return rd(&i, j);
H A Darg-addr-1-ubv.c10 int rd (int *p, int i) function
19 return rd(&i, j);
H A Dcalloc-1-lbv.c10 int rd (int *p, int i) function
21 rd (buf, -1);
H A Dcalloc-1-ubv.c10 int rd (int *p, int i) function
21 rd (buf, 100);
H A Dhard-reg-1-nov.c7 int rd (int *p, int i) function
17 rd (frame, 1);
H A Dmalloc-1-lbv.c10 int rd (int *p, int i) function
21 rd (buf, -1);
H A Dmalloc-1-ubv.c10 int rd (int *p, int i) function
21 rd (buf, 100);
H A Dpointer-arg-1-lbv.c12 int rd (int *p, int i) function
23 rd (buf, -1);

Completed in 110 milliseconds

1234567891011>>