Searched refs:lly (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 256 long long llx, lly; in ieee_fpe_handler() local 261 lly = ((long long)hy << 32) in ieee_fpe_handler() 263 llx = float64_mul(llx, lly); in ieee_fpe_handler() 294 long long llx, lly; in ieee_fpe_handler() local 299 lly = ((long long)hy << 32) in ieee_fpe_handler() 302 llx = float64_add(llx, lly); in ieee_fpe_handler() 304 llx = float64_sub(llx, lly); in ieee_fpe_handler() 338 long long llx, lly; in ieee_fpe_handler() local 343 lly = ((long long)hy << 32) in ieee_fpe_handler() 346 llx = float64_div(llx, lly); in ieee_fpe_handler()
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 481 long long llx, lly; in ieee_fpe_handler() local 486 lly = ((long long) hy << 32) in ieee_fpe_handler() 489 llx = denormal_muld(lly, llx); in ieee_fpe_handler() 491 llx = denormal_muld(llx, lly); in ieee_fpe_handler() 524 long long llx, lly; in ieee_fpe_handler() local 529 lly = ((long long) hy << 32) in ieee_fpe_handler() 532 llx = denormal_addd(llx, lly); in ieee_fpe_handler() 534 llx = denormal_addd(llx, lly ^ (1LL << 63)); in ieee_fpe_handler()
|