Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/math-emu/
Dreg_ld_str.c755 long long tll; in FPU_store_int64() local
772 ((long *)&tll)[0] = t.sigl; in FPU_store_int64()
773 ((long *)&tll)[1] = t.sigh; in FPU_store_int64()
782 tll = 0x8000000000000000LL; in FPU_store_int64()
789 tll = -tll; in FPU_store_int64()
794 if (copy_to_user(d, &tll, 8)) in FPU_store_int64()