Searched refs:BLOCK_BYTES (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/powerpc64/string/
H A Dmemcpy_vsx.S36 * r5: bytes to copy (multiple of BLOCK_BYTES)
58 addi %r3, %r3, BLOCK_BYTES ;\
59 addi %r4, %r4, BLOCK_BYTES ;\
H A Dmemcpy.S39 #define BLOCK_BYTES (1 << BLOCK_BITS) define
40 #define BLOCK_MASK (BLOCK_BYTES - 1)
79 /* Check if there are blocks of BLOCK_BYTES to be copied */
91 addi %r5, %r5, -BLOCK_BYTES

Completed in 46 milliseconds