Lines Matching full:r2
30 "eor r2, r0, r1\n\t" in __strcpy_arm()
32 "tst r2, #3\n\t" in __strcpy_arm()
48 "sub r2, r3, "magic1(r5)"\n\t" in __strcpy_arm()
49 "bics r2, r2, r3\n\t" in __strcpy_arm()
50 "tst r2, "magic2(r5)"\n\t" in __strcpy_arm()
62 "sub r2, r3, "magic1(r5)"\n\t" in __strcpy_arm()
63 "bics r2, r2, r3\n\t" in __strcpy_arm()
64 "tst r2, "magic2(r5)"\n\t" in __strcpy_arm()
65 "sub r2, r4, "magic1(r5)"\n\t" in __strcpy_arm()
68 "bics r2, r2, r4\n\t" in __strcpy_arm()
69 "tst r2, "magic2(r5)"\n\t" in __strcpy_arm()
96 "ldrb r2, [r1], #1\n\t" in __strcpy_arm()
97 "strb r2, [ip], #1\n\t" in __strcpy_arm()
98 "cmp r2, #0\n\t" in __strcpy_arm()
104 "ldrh r2, [r1], #2\n\t" in __strcpy_arm()
106 "tst r2, #0xff00\n\t" in __strcpy_arm()
108 "strneh r2, [ip], #2\n\t" in __strcpy_arm()
109 "lsreq r2, r2, #8\n\t" in __strcpy_arm()
110 "streqb r2, [ip]\n\t" in __strcpy_arm()
111 "tstne r2, #0xff\n\t" in __strcpy_arm()
113 "tst r2, #0xff\n\t" in __strcpy_arm()
115 "strneh r2, [ip], #2\n\t" in __strcpy_arm()
116 "streqb r2, [ip]\n\t" in __strcpy_arm()
117 "tstne r2, #0xff00\n\t" in __strcpy_arm()
125 "ldrb r2, [r1], #1\n\t" in __strcpy_arm()
126 "strb r2, [ip], #1\n\t" in __strcpy_arm()
127 "cmp r2, #0\n\t" in __strcpy_arm()