Searched refs:lly (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 260 long long llx, lly; in ieee_fpe_handler() local 265 lly = ((long long)hy << 32) in ieee_fpe_handler() 267 llx = float64_mul(llx, lly); in ieee_fpe_handler() 298 long long llx, lly; in ieee_fpe_handler() local 303 lly = ((long long)hy << 32) in ieee_fpe_handler() 306 llx = float64_add(llx, lly); in ieee_fpe_handler() 308 llx = float64_sub(llx, lly); in ieee_fpe_handler() 342 long long llx, lly; in ieee_fpe_handler() local 347 lly = ((long long)hy << 32) in ieee_fpe_handler() 350 llx = float64_div(llx, lly); in ieee_fpe_handler()
|
/linux-3.4.99/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 484 long long llx, lly; in ieee_fpe_handler() local 489 lly = ((long long) hy << 32) in ieee_fpe_handler() 492 llx = denormal_muld(lly, llx); in ieee_fpe_handler() 494 llx = denormal_muld(llx, lly); in ieee_fpe_handler() 527 long long llx, lly; in ieee_fpe_handler() local 532 lly = ((long long) hy << 32) in ieee_fpe_handler() 535 llx = denormal_addd(llx, lly); in ieee_fpe_handler() 537 llx = denormal_addd(llx, lly ^ (1LL << 63)); in ieee_fpe_handler()
|