Home
last modified time | relevance | path

Searched refs:llx (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/arch/sh/kernel/cpu/sh4/
Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
264 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
265 tsk->thread.xstate->hardfpu.fp_regs[n + 1] = llx & 0xffffffff; in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 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()
305 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
[all …]
/Linux-v6.6/arch/sh/kernel/cpu/sh2a/
Dfpu.c481 long long llx, lly; in ieee_fpe_handler() local
484 llx = ((long long) hx << 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()
492 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
493 tsk->thread.xstate->hardfpu.fp_regs[n+1] = llx & 0xffffffff; in ieee_fpe_handler()
524 long long llx, lly; in ieee_fpe_handler() local
527 llx = ((long long) hx << 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()
[all …]
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-iommu-intel-iommu7 Format: %llx. This allows association of a sysfs
16 of this DRHD unit. Format: %llx.
24 value of this DRHD unit. Format: %llx.
Dsysfs-class-iommu-amd-iommu14 Extended features of the IOMMU. Format: %llx
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst37 long long %lld 或 %llx
38 unsigned long long %llu 或 %llx
47 s64 %lld 或 %llx
48 u64 %llu 或 %llx
/Linux-v6.6/Documentation/core-api/
Dprintk-formats.rst27 long long %lld or %llx
28 unsigned long long %llu or %llx
37 s64 %lld or %llx
38 u64 %llu or %llx
/Linux-v6.6/tools/lib/perf/Documentation/
Dlibperf-sampling.txt212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
/Linux-v6.6/Documentation/powerpc/
Dtransactional_memory.rst142 fprintf(stderr, "Transaction to be restarted at 0x%llx, but "
143 "crashy instruction was at 0x%llx\n",
/Linux-v6.6/tools/perf/pmu-events/
Djevents.py204 def llx(x: int) -> str: function
/Linux-v6.6/Documentation/scsi/
DChangeLog.lpfc403 compile warnings on 64 bit platforms: %variables for %llx format