Searched refs:eq (Results 1 - 25 of 697) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dnon-c-lang-syms.s5 .comm _test_equiv.eq.1_, 16, 4
6 .comm _test_equiv.eq.100, 16, 5
7 .comm _test_equiv.eq._, 16, 6
8 .comm _test_equiv.eq., 16, 7
10 .comm _test$equiv.eq.1_, 16, 4
11 .comm _test$equiv.eq.100, 16, 5
12 .comm _test$equiv.eq._, 16, 6
13 .comm _test$equiv.eq., 16, 7
H A Dnon-c-lang-syms.d2 [0-9A-Fa-f]{6,14}[08]0 B _?test\$equiv\.eq\.
3 [0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test\$equiv\.eq\.100
4 [0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test\$equiv\.eq\.1_
5 [0-9A-Fa-f]{6,14}[048cC]0 B _?test\$equiv\.eq\._
6 [0-9A-Fa-f]{6,14}[08]0 B _?test_equiv\.eq\.
7 [0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test_equiv\.eq\.100
8 [0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test_equiv\.eq\.1_
9 [0-9A-Fa-f]{6,14}[048cC]0 B _?test_equiv\.eq\._
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr28685-1.c14 int eq = a == b; local
16 return (lt || eq);
23 int eq = a == b; local
25 return (lt || eq);
32 int eq = b == a; local
34 return (lt || eq);
41 int eq = a == b; local
43 return (lt && eq);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/method4.dir/
H A Dprog.go41 func eq(v1, v2 int) { func
52 eq(t1.Sum(a, 5), 15)
53 eq(t2.Sum(a, 6), 16)
55 eq(T1.Sum(t1, a, 7), 17)
56 eq((*T2).Sum(t2, a, 8), 18)
59 eq(f1(t1, a, 9), 19)
61 eq(f2(t2, a, 10), 20)
63 eq(I1.Sum(t1, a, 11), 21)
64 eq(I1.Sum(t2, a, 12), 22)
67 eq(f
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dthumb2_it_bad.s7 itttt eq
12 ittt eq
16 it eq
18 itt eq
21 it eq
22 iteq eq
H A Darmv8-a-it-bad.s6 it eq
10 it eq
14 itt eq
39 it eq
42 it eq
45 it eq
48 it eq
51 it eq
54 it eq
57 it eq
[all...]
H A Dneon-cond-bad-inc.s9 itblock 4 eq
15 itblock 4 eq
21 .macro dyadic_eq op eq="eq" f32=".f32"
22 itblock 2 eq
23 \op\eq\f32 d0,d1,d2
24 \op\eq\f32 q0,q1,q2
33 .macro monadic_eq op eq="eq" f32=".f32"
34 itblock 2 eq
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dthumb2_it_bad.s7 itttt eq
12 ittt eq
16 it eq
18 itt eq
21 it eq
22 iteq eq
H A Dthumb2_it.d4 # Many of these patterns use "(eq|s)". These should be changed to just "eq"
5 # once the disassembler is fixed. Likewise for "(eq)?"
10 0+000 <[^>]+> bf05 ittet eq
11 0+002 <[^>]+> 1880 add(eq|s) r0, r0, r2
12 0+004 <[^>]+> 4440 add(eq)? r0, r8
14 0+008 <[^>]+> eb11 0002 adds(eq)?.w r0, r1, r2
20 0+018 <[^>]+> bf0a itet eq
21 0+01a <[^>]+> 4310 orr(eq|s) r0, r2
23 0+020 <[^>]+> ea50 0002 orrs(eq)
[all...]
/haiku-buildtools/gcc/zlib/contrib/puff/
H A DMakefile19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254
22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249
28 @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
30 @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24
[all...]
/haiku-buildtools/binutils/zlib/contrib/puff/
H A DMakefile19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254
22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249
28 @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
30 @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24
[all...]
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-test-ice-on-invalid-code30 if [ $? -eq 0 ]; then
36 if [ $? -eq 0 ]; then
42 if [ $? -eq 0 ]; then
H A Dgcc-test-accepts-invalid30 if [ $? -eq 0 ]; then
36 if [ $? -eq 0 ]; then
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dillegal.s5 c.eq.s 1,2
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dillegal.s5 c.eq.s 1,2
/haiku-buildtools/legacy/gcc/libiberty/testsuite/
H A Dregress-demangle21 if test $failures -eq 0; then
27 test $failures -eq 0
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Ddv-entry-err.s8 cmp.eq p1, p2 = r1, r2
9 cmp.eq p3, p4 = r3, r0;;
H A Dpseudo.s3 cmp.eq p6 = r0, r0
4 cmp.eq p7 = 0, r0
5 cmp4.eq p8 = r0, r0
6 cmp4.eq p9 = 0, r0
10 fcmp.eq p11 = f0, f0
H A Ddv-waw-err.s46 fcmp.eq.s0 p1, p2 = f3, f4
47 fcmp.eq.s0 p3, p4 = f3, f4 // no DV here
49 fcmp.eq.s0 p1, p2 = f3, f4
54 fcmp.eq.s1 p1, p2 = f3, f4
55 fcmp.eq.s1 p3, p4 = f3, f4 // no DV here
57 fcmp.eq.s1 p1, p2 = f3, f4
62 fcmp.eq.s2 p1, p2 = f3, f4
63 fcmp.eq.s2 p3, p4 = f3, f4 // no DV here
65 fcmp.eq.s2 p1, p2 = f3, f4
70 fcmp.eq
[all...]
H A Ddv-mutex.s14 cmp.eq p1, p2 = r1, r2;;
20 (p3) cmp.eq.unc p1, p2 = r1, r2;;
26 cmp.eq p1, p2 = r1, r2;;
32 (p3) cmp.eq p1, p2 = r1, r2;;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Ddv-entry-err.s8 cmp.eq p1, p2 = r1, r2
9 cmp.eq p3, p4 = r3, r0;;
H A Dpseudo.s3 cmp.eq p6 = r0, r0
4 cmp.eq p7 = 0, r0
5 cmp4.eq p8 = r0, r0
6 cmp4.eq p9 = 0, r0
10 fcmp.eq p11 = f0, f0
H A Ddv-waw-err.s46 fcmp.eq.s0 p1, p2 = f3, f4
47 fcmp.eq.s0 p3, p4 = f3, f4 // no DV here
49 fcmp.eq.s0 p1, p2 = f3, f4
54 fcmp.eq.s1 p1, p2 = f3, f4
55 fcmp.eq.s1 p3, p4 = f3, f4 // no DV here
57 fcmp.eq.s1 p1, p2 = f3, f4
62 fcmp.eq.s2 p1, p2 = f3, f4
63 fcmp.eq.s2 p3, p4 = f3, f4 // no DV here
65 fcmp.eq.s2 p1, p2 = f3, f4
70 fcmp.eq
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930513-2.c6 eq (a, b) function
24 eq (k, k);
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dbeq_1.d8 0: 54000000 b\.eq 0 <bar> // b\.none

Completed in 189 milliseconds

1234567891011>>