lly               481 arch/sh/kernel/cpu/sh2a/fpu.c 			long long llx, lly;
lly               486 arch/sh/kernel/cpu/sh2a/fpu.c 			lly = ((long long) hy << 32)
lly               489 arch/sh/kernel/cpu/sh2a/fpu.c 				llx = denormal_muld(lly, llx);
lly               491 arch/sh/kernel/cpu/sh2a/fpu.c 				llx = denormal_muld(llx, lly);
lly               524 arch/sh/kernel/cpu/sh2a/fpu.c 			long long llx, lly;
lly               529 arch/sh/kernel/cpu/sh2a/fpu.c 			lly = ((long long) hy << 32)
lly               532 arch/sh/kernel/cpu/sh2a/fpu.c 				llx = denormal_addd(llx, lly);
lly               534 arch/sh/kernel/cpu/sh2a/fpu.c 				llx = denormal_addd(llx, lly ^ (1LL << 63));
lly               256 arch/sh/kernel/cpu/sh4/fpu.c 			long long llx, lly;
lly               261 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
lly               263 arch/sh/kernel/cpu/sh4/fpu.c 			llx = float64_mul(llx, lly);
lly               294 arch/sh/kernel/cpu/sh4/fpu.c 			long long llx, lly;
lly               299 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
lly               302 arch/sh/kernel/cpu/sh4/fpu.c 				llx = float64_add(llx, lly);
lly               304 arch/sh/kernel/cpu/sh4/fpu.c 				llx = float64_sub(llx, lly);
lly               338 arch/sh/kernel/cpu/sh4/fpu.c 			long long llx, lly;
lly               343 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
lly               346 arch/sh/kernel/cpu/sh4/fpu.c 			llx = float64_div(llx, lly);