Home
last modified time | relevance | path

Searched full:vectorized (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch74 * so that the compiler can properly optimize the vectorized loop.
84 * to the compiler, so that it can properly optimize the vectorized loop.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dloongson,htvec.yaml14 receiving vectorized interrupts from PCH's interrupt controller.
H A Dloongson,pch-pic.yaml14 transforming interrupts from on-chip devices into HyperTransport vectorized
H A Dloongson,pch-msi.yaml14 transforming interrupts from PCIe MSI into HyperTransport vectorized
/openbmc/qemu/host/include/i386/host/
H A Dbufferiszero.c.inc13 /* Note that these vectorized functions may assume len >= 256. */
/openbmc/linux/include/uapi/linux/
H A Dfutex.h58 * struct futex_waitv - A waiter for vectorized wait
/openbmc/linux/arch/arm/crypto/
H A Dsha512-armv4.pl557 # 2x-vectorized, therefore runs every 2nd round
621 vadd.i64 q8,q12 @ vectorized accumulate
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S8 * This work was inspired by the vectorized implementation of Dean Gaudet.
/openbmc/linux/drivers/target/
H A Dtarget_core_file.c598 * Call vectorized fileio functions to map struct scatterlist in fd_execute_rw_buffered()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst5187 Vectorized Scrub
5191 earlier was a catalyst for enabling a vectorized scrub system call.
5197 With vectorized scrub, userspace pushes to the kernel the identity of a
5209 `kernel vectorized scrub
5210 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=vectorized-scrub>`_
5212 `userspace vectorized scrub
5213 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=vectorized-scrub>`_
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c2 * Generic vectorized operation runtime
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1060 /* Handle a 2-reg-shift insn which can be vectorized. */ in do_vector_2sh()