Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dfpu.c259 long long llx, lly; in ieee_fpe_handler() local
262 llx = ((long long)hx << 32) in ieee_fpe_handler()
266 llx = float64_mul(llx, lly); in ieee_fpe_handler()
267 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
268 tsk->thread.xstate->hardfpu.fp_regs[n + 1] = llx & 0xffffffff; in ieee_fpe_handler()
297 long long llx, lly; in ieee_fpe_handler() local
300 llx = ((long long)hx << 32) in ieee_fpe_handler()
305 llx = float64_add(llx, lly); in ieee_fpe_handler()
307 llx = float64_sub(llx, lly); in ieee_fpe_handler()
308 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
[all …]
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dfpu.c484 long long llx, lly; in ieee_fpe_handler() local
487 llx = ((long long) hx << 32) in ieee_fpe_handler()
492 llx = denormal_muld(lly, llx); in ieee_fpe_handler()
494 llx = denormal_muld(llx, lly); in ieee_fpe_handler()
495 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
496 tsk->thread.xstate->hardfpu.fp_regs[n+1] = llx & 0xffffffff; in ieee_fpe_handler()
527 long long llx, lly; in ieee_fpe_handler() local
530 llx = ((long long) hx << 32) in ieee_fpe_handler()
535 llx = denormal_addd(llx, lly); in ieee_fpe_handler()
537 llx = denormal_addd(llx, lly ^ (1LL << 63)); in ieee_fpe_handler()
[all …]
/Linux-v4.19/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-v4.19/Documentation/core-api/
Dprintk-formats.rst20 long long %lld or %llx
21 unsigned long long %llu or %llx
26 s64 %lld or %llx
27 u64 %llu or %llx
/Linux-v4.19/Documentation/powerpc/
Dtransactional_memory.txt141 fprintf(stderr, "Transaction to be restarted at 0x%llx, but "
142 "crashy instruction was at 0x%llx\n",
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc403 compile warnings on 64 bit platforms: %variables for %llx format