m64 76 arch/m68k/include/asm/math-emu.h unsigned long long m64; m64 81 arch/m68k/include/asm/math-emu.h unsigned long long m64[2]; m64 21 arch/m68k/math-emu/fp_arith.c .mant = { .m64 = ~0 } m64 105 arch/m68k/math-emu/fp_arith.c if (dest->mant.m64 < src->mant.m64) { m64 182 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 252 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 270 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 340 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 390 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 408 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 466 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 0; m64 471 arch/m68k/math-emu/fp_arith.c if (oldmant.m64 == dest->mant.m64) m64 506 arch/m68k/math-emu/fp_arith.c if (oldmant.m64 == (1ULL << 63)) m64 551 arch/m68k/math-emu/fp_arith.c dest->mant.m64 = 1ULL << 63; m64 599 arch/m68k/math-emu/fp_arith.c fp_set_quotient((dest->mant.m64 & 0x7f) | (dest->sign << 7)); m64 49 arch/m68k/math-emu/fp_emu.h #define IS_ZERO(a) ((a)->mant.m64 == 0) m64 105 arch/m68k/math-emu/fp_emu.h dest->mant.m64 = 0; \ m64 100 arch/m68k/math-emu/multi_arith.h if (reg->mant.m64) m64 102 arch/m68k/math-emu/multi_arith.h reg->mant.m64 = 0; m64 191 arch/m68k/math-emu/multi_arith.h if (src->mant.m64 >= div->mant.m64) { m64 250 arch/m68k/math-emu/multi_arith.h dest->mant.m64 = src->m64[0]; m64 708 arch/mips/include/asm/octeon/cvmx-pci-defs.h uint32_t m64:1; m64 720 arch/mips/include/asm/octeon/cvmx-pci-defs.h uint32_t m64:1; m64 98 arch/x86/math-emu/reg_ld_str.c unsigned m64, l64; m64 102 arch/x86/math-emu/reg_ld_str.c FPU_get_user(m64, 1 + (unsigned long __user *)dfloat); m64 106 arch/x86/math-emu/reg_ld_str.c negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; m64 107 arch/x86/math-emu/reg_ld_str.c exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias; m64 108 arch/x86/math-emu/reg_ld_str.c m64 &= 0xfffff; m64 111 arch/x86/math-emu/reg_ld_str.c if ((m64 == 0) && (l64 == 0)) { m64 120 arch/x86/math-emu/reg_ld_str.c loaded_data->sigh = (m64 << 11) | 0x80000000; m64 127 arch/x86/math-emu/reg_ld_str.c if ((m64 == 0) && (l64 == 0)) { m64 134 arch/x86/math-emu/reg_ld_str.c loaded_data->sigh = m64 << 11; m64 143 arch/x86/math-emu/reg_ld_str.c loaded_data->sigh = (m64 << 11) | 0x80000000; m64 81 crypto/vmac.c static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */ m64 367 crypto/vmac.c t = (p1 > m63) + ((p1 == m63) && (p2 == m64));