Home | History | Annotate | Download | only in string

Lines Matching refs:r3

44 	ands	r3, r1, #0xff		/* we are dealing with bytes */
45 orrne r3, r3, r3, lsl #8 /* move value into 2nd byte lane */
46 orrne r3, r3, r3, lsl #16 /* move value into all byte lanes */
53 strneb r3, [ip], #1 /* nope, write a byte */
55 strneh r3, [ip], #2 /* nope, write a halfword */
57 strne r3, [ip], #4 /* nope, write a word */
61 1: mov r2, r3 /* duplicate fill value */
63 stmhsia ip!, {r2,r3} /* yes, write the first 8 of them */
64 stmhsia ip!, {r2,r3} /* yes, write the second 8 of them */
72 stmneia ip!, {r2,r3} /* so do it */
74 strne r3, [ip], #4 /* so do it */
76 strneh r3, [ip], #2 /* so do it */
78 strneb r3, [ip], #1 /* so do it */
84 strb r3, [ip], #1 /* write a byte */