Searched refs:Ltail (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/aarch64/string/ |
H A D | timingsafe_bcmp.S | 90 bls .Ltail 102 .Ltail: add x0, x0, x2 // point to the last 32 bytes in the buffer label
|
H A D | timingsafe_memcmp.S | 88 bls .Ltail 101 .Ltail: add x0, x0, x2 label
|
H A D | strncmp.S | 219 b.lo .Ltail 274 .Ltail: label
|
/freebsd/lib/libc/amd64/string/ |
H A D | memchr.S | 71 jae .Ltail # and go to tail-processing code 85 jae .Ltail 99 .Ltail: lea (%rax, %r8, 1), %rcx # (str ^ c) - 0x01..01 label
|
H A D | timingsafe_memcmp.S | 112 jae .Ltail 128 .Ltail: mov -8(%rdi, %rdx, 1), %r10 label
|
H A D | timingsafe_bcmp.S | 97 jae .Ltail 113 .Ltail: mov -16(%rdi, %rdx, 1), %r8 label
|
H A D | strncmp.S | 264 jb .Ltail # if yes, process tail 308 .Ltail: movdqu (%rdi, %rbx, 1), %xmm0 # chunk of 2nd string corresponding to RDI label
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | chacha-ppc.S | 233 bne .Ltail 292 .Ltail: label
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | chacha-ppc.S | 294 bne .Ltail 353 .Ltail: label
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | chacha-ppc.S | 297 bne .Ltail 356 .Ltail: label
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | chacha-armv4.S | 413 b .Ltail 781 .Ltail: label
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | chacha-x86_64.S | 238 jb .Ltail 280 .Ltail: label
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | chacha-armv8.S | 198 b.lo .Ltail 253 .Ltail: label
|