Searched refs:Laligned (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/machine/xtensa/ |
D | strlen.S | 45 j .Laligned 51 bbci.l a3, 1, .Laligned // if string pointer is now word-aligned 57 bany a8, a7, .Laligned // if byte 3 (of word, not string) is nonzero 77 .Laligned: label
|
D | strcmp.S | 55 bnone a11, a10, .Laligned 64 bnone a2, a10, .Laligned // if s1/s2 now aligned 71 bnone a2, a10, .Laligned // if s1/s2 now aligned 78 j .Laligned 150 .Laligned: label 192 .Laligned: label
|
D | strcpy.S | 49 bnone a10, a8, .Laligned 94 .Laligned: label 117 .Laligned: label
|
D | strncpy.S | 87 bnone a10, a8, .Laligned 166 .Laligned: label
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memset.S | 70 beq.d .Laligned 81 .Laligned: ; This code address should be aligned for speed. label
|
D | memset-bs.S | 78 beq.d .Laligned 95 .Laligned: ; This code address should be aligned for speed. label
|
D | strchr-bs-norm.S | 54 breq.d r2,r0,.Laligned 87 .Laligned: label
|
D | strchr-bs.S | 64 beq.d .Laligned 107 .Laligned: label
|
D | strchr.S | 67 beq.d .Laligned 114 .Laligned: label
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | memset.S | 38 .Laligned: label 113 j .Laligned
|