Searched refs:SIZE_OFFSET (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | memcmp-sse2.S | 35 # define SIZE_OFFSET (0) macro 42 # define SIZE_OFFSET (0) macro 45 # ifndef SIZE_OFFSET 46 # define SIZE_OFFSET (CHAR_PER_VEC * 2) macro 263 # if SIZE_OFFSET == 0 273 movups (VEC_SIZE * -1 + SIZE_OFFSET)(%rsi, %rdx, CHAR_SIZE), %xmm0 274 movups (VEC_SIZE * -1 + SIZE_OFFSET)(%rdi, %rdx, CHAR_SIZE), %xmm1 303 movl (VEC_SIZE * -1 + SIZE_OFFSET)(%rdi, %rax), %ecx 305 cmpl (VEC_SIZE * -1 + SIZE_OFFSET)(%rsi, %rax), %ecx 312 movzbl (VEC_SIZE * -1 + SIZE_OFFSET)(%rsi, %rax), %ecx [all …]
|