Searched refs:tr (Results 1 - 25 of 195) sorted by relevance

12345678

/haiku-buildtools/binutils/gas/testsuite/gas/visium/
H A Dbrr-1.s3 brr tr,foo
5 brr tr,0
7 brr tr,foo
H A Dbrr-2.s3 brr tr,foo
5 brr tr,0
7 brr tr,foo
H A Dbrr-1.d10 0: 78 00 00 00 brr tr,\+0
12 8: 78 00 00 00 brr tr,\+0
14 10: 78 00 ff fc brr tr,-4
H A Dbrr-2.d11 4: 78 00 ff ff brr tr,-1
14 10: 78 00 ff ff brr tr,-1
16 18: 78 00 ff fa brr tr,-6
H A Dbrr_backward.s10 brr tr,L1
15 brr tr,L2 ; { dg-error "out of range" "out of range brr" }
H A Dbrr_forward.s6 brr tr,L1
11 brr tr,L2 ; { dg-error "out of range" "out of range brr" }
H A Drela-1.s4 brr tr,label
8 bra tr,r6,r0
H A Drela-1.d10 0: f8 00 00 04 brr tr,\+4
17 10: ff 86 00 04 bra tr,r6,r0
/haiku-buildtools/binutils/ld/testsuite/ld-visium/
H A Dbrr_x_backward2.s5 brr tr,L1
7 brr tr,L2
H A Dbrr_x_forward1.s2 brr tr,L1
4 brr tr,L2
H A Dbrr_x_seg.s3 brr tr,L1
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_mmval.f906 logical, dimension (3, 3) :: m, tr variable in program:testmmval
12 tr = .true.
24 b = minval (a, 1, m .and. tr)
39 b = maxval (a, 1, m .and. tr)
H A Dintrinsic_product.f906 logical, dimension (3, 3) :: m, tr variable in program:testproduct
13 tr = .true.
32 b = product (a, 2, m .and. tr)
40 if (product (a, mask=m .and. tr) .ne. 181440) call abort
H A Dintrinsic_sum.f906 logical, dimension (3, 3) :: m, tr variable in program:testforall
12 tr = .true.
29 if (sum (a, mask=m .and. tr) .ne. 42) call abort
39 b = sum (a, 2, m .and. tr)
H A Dintrinsic_mmloc.f906 logical, dimension (3, 3) :: m, tr variable in program:testmmloc
11 tr = .true.
31 b = minloc (a, 1, m .and. tr)
55 b(1:2) = minloc(a, mask=m .and. tr)
83 b = maxloc (a, 1, m .and. tr)
106 b(1:2) = maxloc(a, mask=m .and. tr)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-defarg.C6 A(const T &tr =T()) {}
H A Dauto26.C11 void g(const T& tr) argument
13 auto p = *tr;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h20 #define T(n, t1, t2, tr, v1, v2, vr, b, o) \
21 __attribute__((noinline, noclone)) tr \
24 tr r; \
30 __attribute__((noinline, noclone)) tr \
34 tr r; \
40 __attribute__((noinline, noclone)) tr \
43 tr r; \
50 __attribute__((noinline, noclone)) tr \
54 tr r; \
60 __attribute__((noinline, noclone)) tr \
[all...]
H A Dbuiltin-arith-overflow-12.c10 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
H A Dbuiltin-arith-overflow-13.c10 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
H A Dbuiltin-arith-overflow-14.c10 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
H A Dbuiltin-arith-overflow-15.c10 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr65153.c10 word32 i, j, t, u, cm, cr, lk[8], tm[8], tr[8]; local
17 tr[j] = cr;
20 t = (((tm[0] + lk[7]) << ((word32)(tr[0] & 31)))
21 | ((tm[0] + lk[7]) >> (32 - (word32)(tr[0] & 31))));
28 tr[j] = cr;
31 t = (((tm[0] + lk[7]) << ((word32)(tr[0] & 31)))
32 | ((tm[0] + lk[7]) >> (32 - (word32)(tr[0] & 31))));
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dtypebound_operator_15.f907 ! Before TYPE(ext)'s .tr. wrongly called the base type's trace
19 generic :: operator(.tr.) => trace
46 ! the following should be executed through invoking .tr. p below
49 trace_ext = .tr. this%base + (0.0, 1.0) * ( this%i(1,1) + this%i(2,2) )
60 ! Note: ext's ".tr." (trace_ext) calls also base's "trace"
62 ! write(*,*) .tr. o
63 ! write(*,*) .tr. p
65 r = .tr. o
67 r = .tr. p
70 if (abs(.tr
[all...]
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dcrtn.S32 bra tr,r21,r0
39 bra tr,r21,r0

Completed in 95 milliseconds

12345678