Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/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 …]
/openbmc/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
/openbmc/u-boot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch11 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
39 printf(" %d %#016llx %#016llx %d %s %s\n",
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch11 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
65 - debug("%s: Initial DRAM size %llx\n", __func__, (u64)gd->ram_size);
66 + debug("%s: Initial DRAM size %llx\n", __func__,
H A Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch167 + bareverbose(!quiet, "\rErasing %d Kibyte @ %llx -- %2i %% complete ",
177 + verbose(!quiet, "Skipping bad block at %08llx", (unsigned long long)offset);
190 + printf("Writing OTP user data on %s at offset 0x%llx\n", argv[2], (unsigned long long)offset);
216 + printf("Copied %zu bytes from address 0x%.8llx in flash to %s\n", len, (unsigned long long)offset…
225 + printf("Copied %d bytes from %s to address 0x%.8llx in flash\n", len, filename, (unsigned long lo…
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch117 "and offset 0x%llx\n", uprobe->inode->i_ino,
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst142 fprintf(stderr, "Transaction to be restarted at 0x%llx, but "
143 "crashy instruction was at 0x%llx\n",
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
/openbmc/qemu/tests/tcg/hexagon/
H A Dcirc.c337 CHECK_STORE(d, dbuf, NDOBLS, llx)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch241 + log_info("%llx\n", ((u64 *)&msg)[cnt]);
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py204 def llx(x: int) -> str: function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch330 debug(2, "PLT-less arch_elf_add_plt_entry %s = %#llx\n",
337 - fprintf(stderr, "%s: failed %s(%#llx): %s\n", __func__,
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def20 printf(STR ":" #REG ": 0x%016llx\n",REG.ud[0]);
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc403 compile warnings on 64 bit platforms: %variables for %llx format
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch12953 + " offset=%d,%d,%d,%d, mod=%llx,%llx,%llx,%llx\n",