Searched refs:lly (Results 1 – 2 of 2) sorted by relevance
/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 259 long long llx, lly; in ieee_fpe_handler() local 264 lly = ((long long)hy << 32) in ieee_fpe_handler() 266 llx = float64_mul(llx, lly); in ieee_fpe_handler() 297 long long llx, lly; in ieee_fpe_handler() local 302 lly = ((long long)hy << 32) in ieee_fpe_handler() 305 llx = float64_add(llx, lly); in ieee_fpe_handler() 307 llx = float64_sub(llx, lly); in ieee_fpe_handler() 341 long long llx, lly; in ieee_fpe_handler() local 346 lly = ((long long)hy << 32) in ieee_fpe_handler() 349 llx = float64_div(llx, lly); in ieee_fpe_handler()
|
/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()
|