Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/upx/
H A D0001-Check-DT_REL-DT_RELA-DT_RELSZ-DT_RELASZ.patch49 + "bad Elf64_Dynamic[DT_RELA] %#llx\n",
58 + "bad Elf64_Dynamic[DT_RELASZ] %#llx\n",
77 + "bad relocation %#llx DT_INIT_ARRAY[0]",
/OK3568_Linux_fs/u-boot/tools/patman/test/
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
/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/
H A D0006-Fix-for-X32.patch21 Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-reg_event_handler.txt82 if (tep_print_num_field(s, "0x%llx", event, "timer", record, 0) == -1)
83 tep_print_num_field(s, "0x%llx", event, "hrtimer", record, 1);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-CVE-2019-1010204.patch43 + gold_fatal(_("%s: read failed, starting offset (%#llx) less than zero"),
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprintk-formats.rst26 long long %lld or %llx
27 unsigned long long %llu or %llx
36 s64 %lld or %llx
37 u64 %llu or %llx
/OK3568_Linux_fs/kernel/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",
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch207 #define GRUB_HOST_PRIxLONG_LONG "llx"
/OK3568_Linux_fs/buildroot/package/weston/
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch78 debug("last page is 0x%llx\n", (unsigned long long) startPage);
/OK3568_Linux_fs/yocto/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__,
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc403 compile warnings on 64 bit platforms: %variables for %llx format
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info37678 printf("msr: %llx\n", msr);
37690 printf("msr: %llx\n", msr);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info37678 printf("msr: %llx\n", msr);
37690 printf("msr: %llx\n", msr);