Searched defs:m32 (Results 1 - 3 of 3) sorted by relevance

/arch/x86/math-emu/
H A Dreg_ld_str.c157 unsigned m32; local
162 FPU_get_user(m32, (unsigned long __user *)single);
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
167 if (!(m32 & 0x7fffffff)) {
173 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias;
174 m32 = (m32 & 0x7fffff) << 8;
177 loaded_data->sigh = m32;
184 if (m32 == 0) {
193 loaded_data->sigh = m32 |
[all...]
/arch/frv/include/asm/
H A Dmath-emu.h76 unsigned long m32[2]; member in union:fp_mant64
81 unsigned long m32[4]; member in union:fp_mant128
/arch/m68k/include/asm/
H A Dmath-emu.h76 unsigned long m32[2]; member in union:fp_mant64
81 unsigned long m32[4]; member in union:fp_mant128

Completed in 359 milliseconds