Searched refs:bound (Results 1 - 25 of 106) sorted by relevance

12345

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-bound1.s1 ; Some simple bound operands, but no memory operands.
3 bound.b r3,r7
4 bound.w r8,r1
5 bound.d r11,r3
6 bound.b 0x42,r2
7 bound.w 4200,r0
8 bound.d 4200042,r5
H A Dbound-err-1.s4 ; Memory operand for bound didn't make it to v32. Check that
6 bound.b [r3],r7 ; { dg-error "operands" }
7 bound.w [r8+],r1 ; { dg-error "operands" }
8 bound.d [r11],r3 ; { dg-error "operands" }
H A Drd-bound1.d6 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
7 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
8 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
9 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
10 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
11 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound\.d 40166a <x\+0x40166a>,r5
H A Drd-bound2.d10 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
11 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
12 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
13 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
14 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
15 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound.d 40166a <x\+0x40166a>,r5
H A Drd-bound3.d2 #source: bound-err-1.s
5 # A bound insn with a memory operand is an error for v32, but is
11 [ ]+0:[ ]+c379[ ]+bound\.b \[r3\],r7
12 [ ]+2:[ ]+d81d[ ]+bound\.w \[r8\+\],r1
13 [ ]+4:[ ]+eb39[ ]+bound\.d \[r11\],r3
H A Drd-bound4.d13 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
14 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
15 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
16 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
17 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
18 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound.d 40166a <x\+0x40166a>,r5
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-bound1.s1 ; Some simple bound operands, but no memory operands.
3 bound.b r3,r7
4 bound.w r8,r1
5 bound.d r11,r3
6 bound.b 0x42,r2
7 bound.w 4200,r0
8 bound.d 4200042,r5
H A Dbound-err-1.s4 ; Memory operand for bound didn't make it to v32. Check that
6 bound.b [r3],r7 ; { dg-error "operands" }
7 bound.w [r8+],r1 ; { dg-error "operands" }
8 bound.d [r11],r3 ; { dg-error "operands" }
H A Drd-bound1.d6 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
7 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
8 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
9 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
10 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
11 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound\.d 40166a <x\+0x40166a>,r5
H A Drd-bound2.d10 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
11 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
12 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
13 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
14 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
15 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound.d 40166a <x\+0x40166a>,r5
H A Drd-bound3.d2 #source: bound-err-1.s
5 # A bound insn with a memory operand is an error for v32, but is
11 [ ]+0:[ ]+c379[ ]+bound\.b \[r3\],r7
12 [ ]+2:[ ]+d81d[ ]+bound\.w \[r8\+\],r1
13 [ ]+4:[ ]+eb39[ ]+bound\.d \[r11\],r3
H A Drd-bound4.d13 [ ]+0:[ ]+c375[ ]+bound\.b r3,r7
14 [ ]+2:[ ]+d815[ ]+bound\.w r8,r1
15 [ ]+4:[ ]+eb35[ ]+bound\.d r11,r3
16 [ ]+6:[ ]+cf2d 4200[ ]+bound\.b 0x42,r2
17 [ ]+a:[ ]+df0d 6810[ ]+bound\.w 0x1068,r0
18 [ ]+e:[ ]+ef5d 6a16 4000[ ]+bound.d 40166a <x\+0x40166a>,r5
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpredict-3.c8 void foo (int bound) argument
11 for (i = 0; i <= bound; i++)
13 if (i < bound - 2)
15 if (i <= bound)
17 if (i + 1 < bound)
19 if (i != bound)
H A Dpredict-1.c8 void foo (int bound) argument
11 for (i = 0; i < bound; i++)
13 if (i > bound)
15 if (i >= bound + 2)
17 if (i > bound - 2)
19 if (i + 2 > bound)
H A Dpredict-2.c8 void foo (int base, int bound) argument
11 for (i = base; i < bound; i++)
13 if (i > bound * bound)
15 if (i > bound + 10)
17 if (i <= bound + 10)
H A Dpredict-4.c8 void foo (int bound) argument
H A Dpredict-5.c8 void foo (int base, int bound) argument
11 for (i = base; i <= bound; i++)
H A Dpredict-6.c8 void foo (int base, int bound) argument
11 for (i = base; i <= bound; i++)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Doptional_dim_2.f906 call sub(bound=.false., dimmy=1_8)
9 subroutine sub(bound, dimmy)
11 logical, optional :: bound local in subroutine:sub
19 lotto = eoshift((/.true.,.true.,.true.,.true./),1,boundary=bound,dim=dimmy)
/haiku-buildtools/isl/
H A Disl_bound.c19 /* Compute a bound on the polynomial defined over the parametric polytope
21 * store the result in bound->pwf and bound->pwf_tight.
29 struct isl_bound *bound = (struct isl_bound *)user; local
35 if (bset->ctx->opt->bound == ISL_BOUND_RANGE)
36 return isl_qpolynomial_bound_on_domain_range(bset, poly, bound);
42 return isl_qpolynomial_bound_on_domain_bernstein(bset, poly, bound);
44 return isl_qpolynomial_bound_on_domain_range(bset, poly, bound);
54 struct isl_bound *bound = (struct isl_bound *)user; local
77 top_pwf = bound
111 struct isl_bound *bound = (struct isl_bound *)user; local
158 struct isl_bound *bound = (struct isl_bound *)user; local
169 struct isl_bound *bound = (struct isl_bound *)user; local
182 struct isl_bound *bound = (struct isl_bound *)user; local
209 struct isl_bound bound; local
[all...]
H A Dbound_test.sh.in33 ./isl_bound$EXEEXT -T --bound=bernstein < $srcdir/test_inputs/$i || exit
34 ./isl_bound$EXEEXT -T --bound=range < $srcdir/test_inputs/$i || exit
H A Disl_bernstein.h4 __isl_take isl_qpolynomial *poly, struct isl_bound *bound);
H A Disl_range.h4 __isl_take isl_qpolynomial *poly, struct isl_bound *bound);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A D68912.cc45 auto bound = std::bind(X{}, 5, std::placeholders::_1); local
46 A res = bound(1.0);
47 const auto bound_c = bound;
49 volatile auto bound_v = bound;
51 volatile const auto bound_cv = bound;
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-opcode-inval.s15 bound: label
16 bound %edx,(%eax)

Completed in 129 milliseconds

12345