Home
last modified time | relevance | path

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

/sysdeps/x86_64/multiarch/
A Dmemmove-vec-unaligned-erms.S116 # define LARGE_LOAD_SIZE (VEC_SIZE * 2) macro
118 # define LARGE_LOAD_SIZE (VEC_SIZE * 4) macro
165 #if LARGE_LOAD_SIZE == (VEC_SIZE * 2)
172 #elif LARGE_LOAD_SIZE == (VEC_SIZE * 4)
184 # error Invalid LARGE_LOAD_SIZE
793 movl $(PAGE_SIZE / LARGE_LOAD_SIZE), %ecx
802 subq $-LARGE_LOAD_SIZE, %rsi
806 subq $-LARGE_LOAD_SIZE, %rdi
862 movl $(PAGE_SIZE / LARGE_LOAD_SIZE), %ecx
875 subq $-LARGE_LOAD_SIZE, %rsi
[all …]

Completed in 4 milliseconds