lowmant 87 arch/m68k/include/asm/math-emu.h unsigned char lowmant; lowmant 93 arch/m68k/math-emu/fp_arith.c dest->lowmant = src->lowmant = 0; lowmant 183 arch/m68k/math-emu/fp_arith.c dest->lowmant = 0; lowmant 253 arch/m68k/math-emu/fp_arith.c dest->lowmant = 0; lowmant 341 arch/m68k/math-emu/fp_arith.c dest->lowmant = 0; lowmant 391 arch/m68k/math-emu/fp_arith.c dest->lowmant = 0; lowmant 27 arch/m68k/math-emu/multi_arith.h reg->lowmant = reg->mant.m32[1] << (8 - cnt); lowmant 33 arch/m68k/math-emu/multi_arith.h reg->lowmant = reg->mant.m32[1] >> (cnt - 8); lowmant 35 arch/m68k/math-emu/multi_arith.h reg->lowmant |= 1; lowmant 41 arch/m68k/math-emu/multi_arith.h asm volatile ("bfextu %1{%2,#8},%0" : "=d" (reg->lowmant) lowmant 44 arch/m68k/math-emu/multi_arith.h reg->lowmant |= 1; lowmant 49 arch/m68k/math-emu/multi_arith.h reg->lowmant = reg->mant.m32[0] >> (cnt - 40); lowmant 51 arch/m68k/math-emu/multi_arith.h reg->lowmant |= 1; lowmant 56 arch/m68k/math-emu/multi_arith.h reg->lowmant = reg->mant.m32[0] || reg->mant.m32[1]; lowmant 86 arch/m68k/math-emu/multi_arith.h asm volatile ("add.b %1,%0" : "=d,g" (dest->lowmant) lowmant 87 arch/m68k/math-emu/multi_arith.h : "g,d" (src->lowmant), "0,0" (dest->lowmant)); lowmant 106 arch/m68k/math-emu/multi_arith.h reg->lowmant = (reg->mant.m32[1] << 7) | (reg->lowmant ? 1 : 0); lowmant 118 arch/m68k/math-emu/multi_arith.h asm volatile ("sub.b %1,%0" : "=d,g" (dest->lowmant) lowmant 119 arch/m68k/math-emu/multi_arith.h : "g,d" (src2->lowmant), "0,0" (src1->lowmant)); lowmant 251 arch/m68k/math-emu/multi_arith.h dest->lowmant = src->m32[2] >> 24; lowmant 253 arch/m68k/math-emu/multi_arith.h dest->lowmant |= 1; lowmant 262 arch/m68k/math-emu/multi_arith.h dest->lowmant = tmp >> 24; lowmant 264 arch/m68k/math-emu/multi_arith.h dest->lowmant |= 1; lowmant 274 arch/m68k/math-emu/multi_arith.h dest->lowmant = tmp >> 24; lowmant 276 arch/m68k/math-emu/multi_arith.h dest->lowmant |= 1; lowmant 281 arch/m68k/math-emu/multi_arith.h dest->lowmant = src->m32[3] >> 24; lowmant 283 arch/m68k/math-emu/multi_arith.h dest->lowmant |= 1;