Searched refs:bm (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr23831.c6 static unsigned int bm[16]; local
9 bm[j] = bm[j] * 8;
H A Dpr22480.c7 static unsigned int bm[16]; local
10 bm[j] <<= 8;
16 static unsigned int bm[16]; local
19 bm[j] <<= a;
25 static unsigned bm[16]; local
29 bm[j] <<= am[j];
H A Dslp-36.c12 static unsigned int bm[N]; local
19 bm[2*j] <<= 8;
20 bm[2*j+1] <<= 8;
34 static unsigned int bm[N]; local
41 bm[2*j] <<= a;
42 bm[2*j+1] <<= a;
56 static unsigned int bm[N]; local
63 bm[2*j] <<= am[j];
64 bm[2*j+1] <<= am[j];
70 bm[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dconst2.C4 typedef int B::*bm; typedef in class:B
7 bm bp;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem9.C16 A B::*bm = &B::a; member in class:B
18 return (b.*bm).f ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33726.c13 void rivafb_fillrect(RivaBitmap *bm) argument
15 writel((void *)&bm->UnclippedRectangle[0].WidthHeight);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Daccess17.C11 void bm();
17 instance.bm();
23 A::B<v>::bm(){} function in class:A::B
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dlib2funcs.c119 UWtype b, bm;
166 count_leading_zeros (bm, d1);
167 if (bm == 0)
199 b = W_TYPE_SIZE - bm;
201 d1 = (d1 << bm) | (d0 >> b);
202 d0 = d0 << bm;
204 n1 = (n1 << bm) | (n0 >> b);
205 n0 = n0 << bm;
216 /* Remainder in (n1n0 - m1m0) >> bm. */
220 rr.s.low = (n1 << b) | (n0 >> bm);
117 UWtype b, bm; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/functional/
H A Dsearchers.cc47 auto bm = make_boyer_moore_searcher(n, ne); local
55 auto bm_res = bm(h, he);
80 auto bm = make_boyer_moore_searcher(n, ne); local
88 auto bm_res = bm(h, he);
119 auto bm = make_boyer_moore_searcher(needle, ne, eq, eq); local
125 auto bm_res = bm(haystack, he);
/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.c420 const shift_count_type bm = W_TYPE_SIZE - b;
423 if (bm <= 0)
426 w.s.low = (UWtype) uu.s.high >> -bm;
430 const UWtype carries = (UWtype) uu.s.high << bm;
448 const shift_count_type bm = W_TYPE_SIZE - b;
451 if (bm <= 0)
454 w.s.high = (UWtype) uu.s.low << -bm;
458 const UWtype carries = (UWtype) uu.s.low >> bm;
476 const shift_count_type bm = W_TYPE_SIZE - b;
479 if (bm <
409 const shift_count_type bm = W_TYPE_SIZE - b; local
437 const shift_count_type bm = W_TYPE_SIZE - b; local
465 const shift_count_type bm = W_TYPE_SIZE - b; local
1018 UWtype b, bm; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c184 word_type bm; local
192 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
193 if (bm <= 0)
196 w.s.low = (USItype)uu.s.high >> -bm;
200 USItype carries = (USItype)uu.s.high << bm;
214 word_type bm; local
222 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
223 if (bm <= 0)
226 w.s.high = (USItype)uu.s.low << -bm;
230 USItype carries = (USItype)uu.s.low >> bm;
244 word_type bm; local
449 USItype b, bm; local
[all...]
/haiku-buildtools/isl/
H A Disl_map_subtract.c341 struct isl_basic_map *bm; local
347 bm = isl_basic_map_copy(tab->bmap);
348 bm = isl_basic_map_cow(bm);
349 bm = isl_basic_map_update_from_tab(bm, tab);
350 bm = isl_basic_map_simplify(bm);
351 bm = isl_basic_map_finalize(bm);
[all...]
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S1017 ! | bm |
1059 ! d0 = d0 << bm;
1060 ! n1 = (n1 << bm) | (n0 >> ((4 * 8) - bm));
1061 ! n0 = n0 << bm;
1065 subri $r5, $r7, 32 !$r5 <- 32-bm
1067 sll $r6, P1H, $r7 !$r6 <- n1<<bm
1069 sll P1L, P1L, $r7 !P1H <- n0<<bm=n0
1070 sll P2L, P2L, $r7 !P2L <- d0<<bm=d0
1112 swi $r7,[$sp+(28)] ! store bm
[all...]
/haiku-buildtools/binutils/binutils/
H A Dresbin.c1699 struct bin_menu bm;
1700 windres_put_16 (wrbfd, bm.sig1, 0);
1701 windres_put_16 (wrbfd, bm.sig2, 0);
1702 set_windres_bfd_content (wrbfd, &bm, off, BIN_MENU_SIZE);
1706 struct bin_menuex bm;
1707 windres_put_16 (wrbfd, bm.sig1, 1);
1708 windres_put_16 (wrbfd, bm.sig2, 4);
1709 windres_put_32 (wrbfd, bm.help, menu->help);
1710 set_windres_bfd_content (wrbfd, &bm, off, BIN_MENUEX_SIZE);
1698 struct bin_menu bm; local
1705 struct bin_menuex bm; local
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c437 builtins_manager *bm = get_builtins_manager (); local
438 tree attrs = bm->get_attrs_tree (builtin_id);
2640 builtins_manager *bm = get_builtins_manager (); local
2641 if (bm)
2642 bm->finish_playback ();
H A Djit-recording.c929 builtins_manager *bm = get_builtins_manager (); local
930 return bm->get_builtin_function (name);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f113 common/bel6loc/bm(nlq,3,8),bb(nlq,3,8),bs(nlq,2,12),bhg(nlq,4), local in subroutine:trnfbt
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s47 bm 4095(%r5,%r10)
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s47 bm 4095(%r5,%r10)
/haiku-buildtools/binutils/gas/
H A Drx-parse.c4134 { "bm", BMCND },
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc11536 Expression* bm; local
11538 bm = Type::bind_field_or_method(gogo, nt, ve, name, location);
11540 bm = Expression::make_interface_field_reference(ve, name, location);
11544 if (bm->is_error_expression())
11547 return bm;
11568 Call_expression* call = Expression::make_call(bm, args,

Completed in 430 milliseconds