/src/common/lib/libc/arch/arm/string/ |
strchr_arm.S | 43 #define lshi lsl macro 50 #define lshi lsr macro 113 orrne r1, r1, r1, lshi #8 /* replicate NUL bit to other bytes */ 114 orrne r1, r1, r1, lshi #8 /* replicate NUL bit to other bytes */
|
strrchr_arm.S | 39 #define lshi lsl macro 46 #define lshi lsr macro 114 orrsne r3, r3, r3, lshi #8 /* if non 0, copy up to next byte */ 115 orrsne r3, r3, r3, lshi #8 /* if non 0, copy up to last byte */
|
strcpy_arm.S | 59 #define lshi lsl /* shift to higher address */ macro 66 #define lshi lsr /* shift to higher address */ macro 276 orr r4, r4, r5, lshi r8 /* put new src data into dst word */ 324 orr r4, r4, r5, lshi r8 /* merge new and old src words */ 400 mov r3, r3, lshi ip /* clear leading bytes */ 408 mov r3, r3, lshi ip /* clear remaining bytes */ 412 mov r3, r3, lshi #8 /* mask out trailing NUL */ 416 mov r3, r3, lshi #8 /* mask out trailing NUL */ 444 mov r3, r3, lshi r2 /* clear leading bytes */ 447 mov r3, r3, lshi #8 /* mask out trailing NUL * [all...] |