Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4/
H A 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/arch/sh/kernel/cpu/sh2a/
H A 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/Documentation/ABI/testing/
H A 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.
H A Dsysfs-class-iommu-amd-iommu14 Extended features of the IOMMU. Format: %llx
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst37 long long %lld 或 %llx
38 unsigned long long %llu 或 %llx
47 s64 %lld 或 %llx
48 u64 %llu 或 %llx
/linux/Documentation/driver-api/cxl/allocation/
H A Ddax.rst54 printf("Value at address %p: 0x%016llx\n", ptr, *ptr);
/linux/Documentation/core-api/
H A 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/tools/perf/pmu-events/
H A Djevents.py209 def llx(x: int) -> str: function
318 return llx(int(val, 16))
/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst142 fprintf(stderr, "Transaction to be restarted at 0x%llx, but "
143 "crashy instruction was at 0x%llx\n",
/linux/Documentation/driver-api/crypto/iaa/
H A Diaa-crypto.rst772 printf(" page %d data: %#llx\n", i, *dump_ptr);
/linux/Documentation/scsi/
H A DChangeLog.lpfc403 compile warnings on 64 bit platforms: %variables for %llx format