Searched refs:LOOP_REG64 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcmp-evex.S | 66 # define LOOP_REG64 r9 macro 73 # define LOOP_REG64 rdx macro 643 salq $CHAR_PER_VEC, %LOOP_REG64 644 orq %rcx, %LOOP_REG64 654 tzcntq %LOOP_REG64, %LOOP_REG64 657 cmpq %LOOP_REG64, %rdx 662 movl (VEC_SIZE * 2)(%rdi, %LOOP_REG64, SIZE_OF_CHAR), %ecx 664 cmpl (VEC_SIZE * 2)(%rsi, %LOOP_REG64, SIZE_OF_CHAR), %ecx 670 movzbl (VEC_SIZE * 2)(%rdi, %LOOP_REG64), %eax 671 movzbl (VEC_SIZE * 2)(%rsi, %LOOP_REG64), %ecx
|
D | strcmp-avx2.S | 65 # define LOOP_REG64 r9 macro 72 # define LOOP_REG64 rdx macro 610 cmpq %LOOP_REG64, %rdx 615 movl (VEC_SIZE * 2 - VEC_OFFSET)(%rdi, %LOOP_REG64), %ecx 617 cmpl (VEC_SIZE * 2 - VEC_OFFSET)(%rsi, %LOOP_REG64), %ecx 623 movzbl (VEC_SIZE * 2 - VEC_OFFSET)(%rdi, %LOOP_REG64), %eax 624 movzbl (VEC_SIZE * 2 - VEC_OFFSET)(%rsi, %LOOP_REG64), %ecx
|