Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh2a/
A Dfpu.c101 iy = hy & 0x7fffffff; in denormal_mulf()
122 ix |= (hx ^ hy) & 0x80000000; in denormal_mulf()
168 iy = hy & 0x7fffffffffffffffLL; in denormal_muld()
257 if ((hx ^ hy) & 0x80000000) { in denormal_addf()
260 iy = hy & 0x7fffffff; in denormal_addf()
274 iy = hy & 0x7fffffff; in denormal_addf()
469 unsigned int hx, hy; in ieee_fpe_handler() local
486 lly = ((long long) hy << 32) in ieee_fpe_handler()
499 hx = denormal_mulf(hy, hx); in ieee_fpe_handler()
501 hx = denormal_mulf(hx, hy); in ieee_fpe_handler()
[all …]
/arch/sh/kernel/cpu/sh4/
A Dfpu.c244 unsigned int hx, hy; in ieee_fpe_handler() local
255 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler()
261 lly = ((long long)hy << 32) in ieee_fpe_handler()
270 hx = float32_mul(hx, hy); in ieee_fpe_handler()
282 unsigned int hx, hy; in ieee_fpe_handler() local
299 lly = ((long long)hy << 32) in ieee_fpe_handler()
312 hx = float32_add(hx, hy); in ieee_fpe_handler()
314 hx = float32_sub(hx, hy); in ieee_fpe_handler()
326 unsigned int hx, hy; in ieee_fpe_handler() local
343 lly = ((long long)hy << 32) in ieee_fpe_handler()
[all …]

Completed in 7 milliseconds