Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c98 unsigned m64, l64; in FPU_load_double() local
103 FPU_get_user(l64, (unsigned long __user *)dfloat); in FPU_load_double()
111 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
121 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
122 loaded_data->sigl = l64 << 11; in FPU_load_double()
127 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
135 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
136 loaded_data->sigl = l64 << 11; in FPU_load_double()
144 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
145 loaded_data->sigl = l64 << 11; in FPU_load_double()