Home
last modified time | relevance | path

Searched refs:l64 (Results 1 – 1 of 1) sorted by relevance

/arch/x86/math-emu/
Dreg_ld_str.c97 unsigned m64, l64; in FPU_load_double() local
102 FPU_get_user(l64, (unsigned long __user *)dfloat); in FPU_load_double()
110 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
120 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
121 loaded_data->sigl = l64 << 11; in FPU_load_double()
126 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
134 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
135 loaded_data->sigl = l64 << 11; in FPU_load_double()
143 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
144 loaded_data->sigl = l64 << 11; in FPU_load_double()