Searched refs:ge (Results 1 - 25 of 245) sorted by relevance

12345678910

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dint-compare.c8 ge (a, b) function
55 true (ge (2, 1));
56 false (ge (1, 2));
58 true (ge (INT_MAX, 0));
59 false (ge (0, INT_MAX));
60 true (ge (INT_MAX, 1));
61 false (ge (1, INT_MAX));
63 false (ge (INT_MIN, 0));
64 true (ge (0, INT_MIN));
65 false (ge (INT_MI
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dldgesb-bad.s6 it ge
H A Dldgesh-bad.s6 it ge
H A Dldsgeb.s6 it ge
H A Dldsgeh.s6 it ge
H A Dldr-t.s27 ittt ge
33 it ge
39 ittt ge
45 it ge
57 ittt ge
63 it ge
H A Dldr-t-bad.s15 ittt ge
24 ittt ge
35 ittt ge
H A Darmv8-2-fp16-scalar-bad.s3 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
11 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
19 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
27 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
34 .irp cond, eq, ne, ge, lt, gt, le
42 .irp cond, eq, ne, ge, lt, gt, le
50 .irp cond, eq, ne, ge, lt, gt, le
59 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
H A Dldr-t.d12 0+14 <[^>]+> bfa2 ittt ge
16 0+1c <[^>]+> bfa8 it ge
18 0+22 <[^>]+> bfa2 ittt ge
22 0+2c <[^>]+> bfa8 it ge
26 0+3a <[^>]+> bfa2 ittt ge
30 0+42 <[^>]+> bfa8 it ge
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Drepeat.s11 until d1 <ge> #10
/haiku-buildtools/binutils/ld/
H A Dgenscrba.sh11 if [ ${BASH_VERSINFO[3]} -ge 3 ]; then
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Drepeat.s11 until d1 <ge> #10
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/vector/
H A Dvec-scalar-cmp-1.c34 ge (double a, double b) function
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dflag.s27 flag.ge 0x80000001
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arc/
H A Dflag.s27 flag.ge 0x80000001
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr40835.c16 void ge() function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dscc-2.c16 TEST (ge, a, >=, 1);
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Dweak-undefined.s10 b.ge foo
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dintel-expr.s22 .long 18 ge 18
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr37686.c21 int v, t, i, j, gs, ge, totc, bt, bc, iter; local
46 for (i = gs; i <= ge;i++) { }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dscalar-vca.c49 TEST (ge, >=, s, 32, f)
51 TEST (ge, >=, d, 64, )
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Db_c_1.d28 .*: 54.....a b\.ge 0 <\.text> // b\.tcont
29 .*: 54.....a b\.ge 0 <\.text> // b\.tcont
53 .*: 9a83a041 csel x1, x2, x3, ge // ge = tcont
54 .*: 9a83a041 csel x1, x2, x3, ge // ge = tcont
/haiku-buildtools/gcc/gcc/
H A Dcfgloopanal.c101 struct graph_edge *ge; local
173 for (ge = g->vertices[i].succ; ge; ge = ge->succ_next)
175 edge real = (edge) ge->data;
181 gcc_assert (g->vertices[ge->src].component >= g->vertices[ge->dest].component);
183 if (g->vertices[ge->src].component != g->vertices[ge
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/v850/
H A Dcompare.s24 setf ge,r5
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Dret-cc.s15 ret ge

Completed in 265 milliseconds

12345678910