Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/ !
Dreg_ld_str.c860 long long tll; in FPU_store_int64() local
882 ((long *)&tll)[0] = t.sigl; in FPU_store_int64()
883 ((long *)&tll)[1] = t.sigh; in FPU_store_int64()
895 tll = 0x8000000000000000LL; in FPU_store_int64()
905 tll = - tll; in FPU_store_int64()
910 copy_to_user(d, &tll, 8); in FPU_store_int64()