Searched refs:llx (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/ |
A D | fpu.c | 256 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() 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() 338 long long llx, lly; in ieee_fpe_handler() local 341 llx = ((long long)hx << 32) in ieee_fpe_handler() 346 llx = float64_div(llx, lly); in ieee_fpe_handler() [all …]
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | fpu.c | 481 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-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-iommu-intel-iommu | 7 Format: %llx. This allows association of a sysfs 16 of this DRHD unit. Format: %llx. 24 value of this DRHD unit. Format: %llx.
|
A D | sysfs-class-iommu-amd-iommu | 14 Extended features of the IOMMU. Format: %llx
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | printk-formats.rst | 37 long long %lld 或 %llx 38 unsigned long long %llu 或 %llx 47 s64 %lld 或 %llx 48 u64 %llu 或 %llx
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | printk-formats.rst | 26 long long %lld or %llx 27 unsigned long long %llu or %llx 36 s64 %lld or %llx 37 u64 %llu or %llx
|
/linux-6.3-rc2/tools/lib/perf/Documentation/ |
A D | libperf-sampling.txt | 212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | transactional_memory.rst | 142 fprintf(stderr, "Transaction to be restarted at 0x%llx, but " 143 "crashy instruction was at 0x%llx\n",
|
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | jevents.py | 185 def llx(x: int) -> str: function
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.lpfc | 403 compile warnings on 64 bit platforms: %variables for %llx format
|
Completed in 22 milliseconds