Searched refs:not_aligned (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/hppa/ |
D | strlen.S | 29 comb,<> start,end,$not_aligned 33 $not_aligned:
|
D | memcpy.S | 42 comb,<> tmp2,tmp1,not_aligned /* see if s1 is aligned w.r.t. s2. */ 82 not_aligned: label
|
D | strcat.S | 74 b not_aligned /* Not_aligned says that shifts Will be needed. */ 100 not_aligned: label
|
D | memcmp.S | 61 b not_aligned /* It's more complicated (not_aligned) */ 110 not_aligned: label
|
D | strncmp.S | 57 b not_aligned /* It's more complicated (not_aligned) */ 115 not_aligned: label
|
D | strncat.S | 75 comb,<> tmp5,tmp4,not_aligned /* branch if tmp5<>tmp4. */ 113 not_aligned: label
|
D | strncpy.S | 46 comb,<> tmp5,tmp1,not_aligned /* branch if tmp5<>tmp1. */ 81 not_aligned: label
|