Searched refs:bu (Results 1 - 25 of 107) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921204-1.c17 } bu; typedef in typeref:union:__anon1730
19 bu
20 f(bu i)
22 bu o = i;
36 bu a;
37 bu r;
/haiku-buildtools/binutils/gas/testsuite/gas/v850/
H A Dpr19937.s4 # ld.bu FMT14
5 ld.bu 0x0[r10], r20
6 ld.bu 0x4[r10], r20
7 ld.bu 0x8[r10], r20
H A Dsplit-lo16.s4 ld.bu lo(foo),r1,r2
6 ld.bu lo(0x12345),r1,r2
7 ld.bu lo(0x123456),r1,r2
H A Dsplit-lo16.d12 c: 81 17 01 00 ld\.bu 0\[r1\], r2
14 10: a1 17 45 23 ld\.bu 9029\[r1\], r2
15 14: 81 17 57 34 ld\.bu 13398\[r1\], r2
H A Dpr19937.d8 0+000 <.*> 8a a7 01 00[ ]+ld.bu[ ]+0\[r10\], r20
9 0+004 <.*> 8a a7 05 00[ ]+ld.bu[ ]+4\[r10\], r20
10 0+008 <.*> 8a a7 09 00[ ]+ld.bu[ ]+8\[r10\], r20
H A Dv850e1.s20 ld.bu 13 [r1], r2
32 sld.bu 0 [ep], r4
H A Dv850e1.d26 0x0+3c a1 17 0d 00 [ ]*ld.bu 13\[r1\], r2
38 0x0+6e 60 20 [ ]*sld.bu 0\[ep\], gp
/haiku-buildtools/binutils/ld/testsuite/ld-v850/
H A Dsplit-lo16.d8 10008: 81 17 79 56 ld\.bu 22136\[r1\], r2
11 10014: 81 17 79 d8 ld\.bu -10120\[r1\], r2
13 1001c: 81 17 57 34 ld\.bu 13398\[r1\], r2
16 10028: 81 17 57 b6 ld\.bu -18858\[r1\], r2
20 10038: 81 17 bd 9a ld\.bu -25924\[r1\], r2
22 10040: 81 17 df bc ld\.bu -17186\[r1\], r2
25 1004c: a1 17 89 67 ld\.bu 26505\[r1\], r2
H A Dsplit-lo16.s3 ld.bu lo(lo16_nocarry)[r1],r2
6 ld.bu lo(lo16_nocarry + 0x18200)[r1],r2
8 ld.bu lo(split_lo16_nocarry)[r1],r2
11 ld.bu lo(split_lo16_nocarry + 0x18200)[r1],r2
15 ld.bu lo(lo16_carry)[r1],r2
17 ld.bu lo(split_lo16_carry)[r1],r2
20 ld.bu lo(odd)[r1],r2
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-v850/
H A Dsplit-lo16.d8 10008: 81 17 79 56 ld\.bu 22136\[r1\],r2
11 10014: 81 17 79 d8 ld\.bu -10120\[r1\],r2
13 1001c: 81 17 57 34 ld\.bu 13398\[r1\],r2
16 10028: 81 17 57 b6 ld\.bu -18858\[r1\],r2
20 10038: 81 17 bd 9a ld\.bu -25924\[r1\],r2
22 10040: 81 17 df bc ld\.bu -17186\[r1\],r2
25 1004c: a1 17 89 67 ld\.bu 26505\[r1\],r2
H A Dsplit-lo16.s3 ld.bu lo(lo16_nocarry)[r1],r2
6 ld.bu lo(lo16_nocarry + 0x18200)[r1],r2
8 ld.bu lo(split_lo16_nocarry)[r1],r2
11 ld.bu lo(split_lo16_nocarry + 0x18200)[r1],r2
15 ld.bu lo(lo16_carry)[r1],r2
17 ld.bu lo(split_lo16_carry)[r1],r2
20 ld.bu lo(odd)[r1],r2
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/v850/
H A Dsplit-lo16.d12 c: 81 17 01 00 ld\.bu 0\[r1\],r2
14 10: a1 17 45 23 ld\.bu 9029\[r1\],r2
15 14: 81 17 57 34 ld\.bu 13398\[r1\],r2
H A Dsplit-lo16.s4 ld.bu lo(foo),r1,r2
6 ld.bu lo(0x12345),r1,r2
7 ld.bu lo(0x123456),r1,r2
H A Dv850e1.s20 ld.bu 13 [r1], r2
32 sld.bu 0 [ep], r4
H A Dv850e1.d26 0x0+3c a1 17 0d 00 [ ]*ld.bu 13\[r1\],r2
38 0x0+6e 60 20 [ ]*sld.bu 0\[ep\],gp
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc1-test.c15 unsigned int au = foo (), bu = foo (); local
23 discard (au / bu);
24 discard (au % bu);
29 discard (au >> bu);
30 discard (au << bu);
H A Dlibgcc2.c739 DIunion au, bu; local
741 au.ll = a, bu.ll = b;
743 if (au.s.high < bu.s.high)
745 else if (au.s.high > bu.s.high)
747 if ((USItype) au.s.low < (USItype) bu.s.low)
749 else if ((USItype) au.s.low > (USItype) bu.s.low)
759 DIunion au, bu; local
761 au.ll = a, bu.ll = b;
763 if ((USItype) au.s.high < (USItype) bu.s.high)
765 else if ((USItype) au.s.high > (USItype) bu
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcomplete-port.c17 unsigned int au = foo (), bu = foo (); local
25 discard (au / bu);
26 discard (au % bu);
31 discard (au >> bu);
32 discard (au << bu);
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dcompressed-plt-1b.s1 # Define a function with all "uncompressed" (du, bu and iu) references.
/haiku-buildtools/gcc/libgcc/
H A Dfp-bit.c727 FLO_union_type au, bu;
730 bu.value = arg_b;
733 unpack_d (&bu, &b);
747 FLO_union_type au, bu;
750 bu.value = arg_b;
753 unpack_d (&bu, &b);
933 FLO_union_type au, bu;
936 bu.value = arg_b;
939 unpack_d (&bu, &b);
1051 FLO_union_type au, bu;
[all...]
H A Dlibgcc2.c1326 const DWunion bu = {.ll = b};
1328 if (au.s.high < bu.s.high)
1330 else if (au.s.high > bu.s.high)
1332 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1334 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1345 const DWunion bu = {.ll = b};
1347 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1349 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1351 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1353 else if ((UWtype) au.s.low > (UWtype) bu
1297 const DWunion bu = {.ll = b}; local
1316 const DWunion bu = {.ll = b}; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-cond-7.c12 unsigned int au[64], bu[64], cu[64], du[64], eu[64]; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_1-cond-1.c24 unsigned int au[64], bu[64], cu[64], du[64], eu[64]; variable
/haiku-buildtools/legacy/gcc/etc/
H A Dconfigure81 -build | --build | --buil | --bui | --bu)
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/haiku-buildtools/legacy/gcc/texinfo/testsuite/
H A Dconfigure81 -build | --build | --buil | --bui | --bu)
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)

Completed in 111 milliseconds

12345