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

12

/arch/microblaze/lib/
H A Dashldi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.high = (unsigned int) uu.s.low << -bm;
20 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.low = (unsigned int) uu.s.high >> -bm;
20 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
20 w.s.low = uu.s.high >> -bm;
22 const unsigned int carries = (unsigned int) uu.s.high << bm;
/arch/mips/lib/
H A Dashldi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.high = (unsigned int) uu.s.low << -bm;
20 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.low = (unsigned int) uu.s.high >> -bm;
20 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
20 w.s.low = uu.s.high >> -bm;
22 const unsigned int carries = (unsigned int) uu.s.high << bm;
/arch/score/lib/
H A Dashldi3.c26 word_type bm; local
32 bm = 32 - b;
34 if (bm <= 0) {
36 w.s.high = (unsigned int) uu.s.low << -bm;
38 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c27 word_type bm; local
33 bm = 32 - b;
35 if (bm <= 0) {
37 w.s.low = (unsigned int) uu.s.high >> -bm;
39 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c26 word_type bm; local
32 bm = 32 - b;
34 if (bm <= 0) {
38 w.s.low = uu.s.high >> -bm;
40 const unsigned int carries = (unsigned int) uu.s.high << bm;
/arch/sh/lib/
H A Dashldi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.high = (unsigned int) uu.s.low << -bm;
20 const unsigned int carries = (unsigned int) uu.s.low >> bm;
H A Dlshrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
18 w.s.low = (unsigned int) uu.s.high >> -bm;
20 const unsigned int carries = (unsigned int) uu.s.high << bm;
H A Dashrdi3.c8 word_type bm; local
14 bm = 32 - b;
16 if (bm <= 0) {
20 w.s.low = uu.s.high >> -bm;
22 const unsigned int carries = (unsigned int) uu.s.high << bm;
/arch/powerpc/math-emu/
H A Dudivmodti4.c14 _FP_I_TYPE b, bm; local
50 count_leading_zeros (bm, d0);
52 if (bm != 0)
57 d0 = d0 << bm;
58 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm));
59 n0 = n0 << bm;
65 /* Remainder in n0 >> bm. */
74 count_leading_zeros (bm, d0);
76 if (bm
[all...]
/arch/blackfin/lib/
H A Dashldi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
27 w.s.high = (USItype) uu.s.low << -bm;
29 USItype carries = (USItype) uu.s.low >> bm;
H A Dashrdi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
28 w.s.low = uu.s.high >> -bm;
30 USItype carries = (USItype) uu.s.high << bm;
H A Dlshrdi3.c16 word_type bm; local
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
25 if (bm <= 0) {
27 w.s.low = (USItype) uu.s.high >> -bm;
29 USItype carries = (USItype) uu.s.high << bm;
/arch/mips/dec/prom/
H A Dmemory.c64 memmap *bm; local
67 bm = (memmap *)CKSEG0ADDR(0x28000);
69 bitmap_size = rex_getbitmap(bm);
73 if (bm->bitmap[i] == 0xff)
74 mem_size += (8 * bm->pagesize);
76 mem_start += (8 * bm->pagesize);
79 mem_start += mem_size + (8 * bm->pagesize);
/arch/m68k/lib/
H A Dashldi3.c40 word_type bm; local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
49 if (bm <= 0)
52 w.s.high = (USItype)uu.s.low << -bm;
56 USItype carries = (USItype)uu.s.low >> bm;
H A Dashrdi3.c40 word_type bm; local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
49 if (bm <= 0)
53 w.s.low = uu.s.high >> -bm;
57 USItype carries = (USItype)uu.s.high << bm;
H A Dlshrdi3.c40 word_type bm; local
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
49 if (bm <= 0)
52 w.s.low = (USItype)uu.s.high >> -bm;
56 USItype carries = (USItype)uu.s.high << bm;
/arch/mn10300/lib/
H A Dashrdi3.c42 word_type bm; local
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
50 if (bm <= 0) {
53 w.s.low = uu.s.high >> -bm;
55 USItype carries = (USItype)uu.s.high << bm;
H A Dlshrdi3.c41 word_type bm; local
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
50 if (bm <= 0) {
52 w.s.low = (USItype) uu.s.high >> -bm;
54 USItype carries = (USItype) uu.s.high << bm;
/arch/mips/math-emu/
H A Ddp_div.c28 u64 bm; local
129 for (bm = DP_MBIT(DP_FBITS + 2); bm; bm >>= 1) {
132 rm |= bm;
H A Dsp_div.c28 unsigned bm; local
129 for (bm = SP_MBIT(SP_FBITS + 2); bm; bm >>= 1) {
132 rm |= bm;
/arch/x86/mm/
H A Dpageattr-test.c114 unsigned long *bm; local
125 bm = vzalloc((max_pfn_mapped + 7) / 8);
126 if (!bm) {
162 if (test_bit(pfn + k, bm)) {
166 __set_bit(pfn + k, bm);
193 vfree(bm);

Completed in 495 milliseconds

12