Searched refs:Laligned (Results 1 – 10 of 10) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/ |
D | strlen.S | 43 j .Laligned 49 bbci.l a3, 1, .Laligned // if string pointer is now word-aligned 55 bany a8, a7, .Laligned // if byte 3 (of word, not string) is nonzero 75 .Laligned: label
|
D | strcmp.S | 53 bnone a11, a10, .Laligned 62 bnone a2, a10, .Laligned // if s1/s2 now aligned 69 bnone a2, a10, .Laligned // if s1/s2 now aligned 76 j .Laligned 148 .Laligned: label 190 .Laligned: label
|
D | strcpy.S | 47 bnone a10, a8, .Laligned 92 .Laligned: label 115 .Laligned: label
|
D | strncpy.S | 85 bnone a10, a8, .Laligned 164 .Laligned: label
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | memset.S | 67 beq.d .Laligned 78 .Laligned: ; This code address should be aligned for speed. label
|
D | memset-bs.S | 75 beq.d .Laligned 92 .Laligned: ; This code address should be aligned for speed. label
|
D | strchr-bs-norm.S | 51 breq.d r2,r0,.Laligned 84 .Laligned: label
|
D | strchr-bs.S | 61 beq.d .Laligned 104 .Laligned: label
|
D | strchr.S | 65 beq.d .Laligned 112 .Laligned: label
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | memset.S | 36 .Laligned: label 111 j .Laligned
|