Lines Matching full:t

50        "pld	[r1, #0]\n\t"  in strcpy()
51 "eor r2, r0, r1\n\t" in strcpy()
52 "mov ip, r0\n\t" in strcpy()
53 "tst r2, #3\n\t" in strcpy()
54 "bne 4f\n\t" in strcpy()
55 "tst r1, #3\n\t" in strcpy()
57 "5:\n\t" in strcpy()
59 "str r5, [sp, #-4]!\n\t" in strcpy()
60 "mov r5, #0x01\n\t" in strcpy()
61 "orr r5, r5, r5, lsl #8\n\t" in strcpy()
62 "orr r5, r5, r5, lsl #16\n\t" in strcpy()
65 "str r4, [sp, #-4]!\n\t" in strcpy()
66 "tst r1, #4\n\t" in strcpy()
67 "ldr r3, [r1], #4\n\t" in strcpy()
68 "beq 2f\n\t" in strcpy()
69 "sub r2, r3, "magic1(r5)"\n\t" in strcpy()
70 "bics r2, r2, r3\n\t" in strcpy()
71 "tst r2, "magic2(r5)"\n\t" in strcpy()
72 "itt eq\n\t" in strcpy()
73 "streq r3, [ip], #4\n\t" in strcpy()
75 "bne 1f\n\t" in strcpy()
80 "2:\n\t" in strcpy()
81 "pld [r1, #8]\n\t" in strcpy()
82 "ldr r4, [r1], #4\n\t" in strcpy()
83 "sub r2, r3, "magic1(r5)"\n\t" in strcpy()
84 "bics r2, r2, r3\n\t" in strcpy()
85 "tst r2, "magic2(r5)"\n\t" in strcpy()
86 "sub r2, r4, "magic1(r5)"\n\t" in strcpy()
87 "bne 1f\n\t" in strcpy()
88 "str r3, [ip], #4\n\t" in strcpy()
89 "bics r2, r2, r4\n\t" in strcpy()
90 "tst r2, "magic2(r5)"\n\t" in strcpy()
91 "itt eq\n\t" in strcpy()
92 "ldreq r3, [r1], #4\n\t" in strcpy()
93 "streq r4, [ip], #4\n\t" in strcpy()
94 "beq 2b\n\t" in strcpy()
96 "1:\n\t" in strcpy()
98 "rors r3, r3, #24\n\t" in strcpy()
100 "strb r3, [ip], #1\n\t" in strcpy()
101 "tst r3, #0xff\n\t" in strcpy()
103 "ror r3, r3, #8\n\t" in strcpy()
105 "bne 1b\n\t" in strcpy()
106 "ldr r4, [sp], #4\n\t" in strcpy()
108 "ldr r5, [sp], #4\n\t" in strcpy()
114 "3:\n\t" in strcpy()
115 "tst r1, #1\n\t" in strcpy()
116 "beq 1f\n\t" in strcpy()
117 "ldrb r2, [r1], #1\n\t" in strcpy()
118 "strb r2, [ip], #1\n\t" in strcpy()
119 "cmp r2, #0\n\t" in strcpy()
122 "1:\n\t" in strcpy()
123 "tst r1, #2\n\t" in strcpy()
124 "beq 5b\n\t" in strcpy()
125 "ldrh r2, [r1], #2\n\t" in strcpy()
127 "tst r2, #0xff00\n\t" in strcpy()
128 "iteet ne\n\t" in strcpy()
129 "strneh r2, [ip], #2\n\t" in strcpy()
130 "lsreq r2, r2, #8\n\t" in strcpy()
131 "streqb r2, [ip]\n\t" in strcpy()
132 "tstne r2, #0xff\n\t" in strcpy()
134 "tst r2, #0xff\n\t" in strcpy()
135 "itet ne\n\t" in strcpy()
136 "strneh r2, [ip], #2\n\t" in strcpy()
137 "streqb r2, [ip]\n\t" in strcpy()
138 "tstne r2, #0xff00\n\t" in strcpy()
140 "bne 5b\n\t" in strcpy()
145 "4:\n\t" in strcpy()
146 "ldrb r2, [r1], #1\n\t" in strcpy()
147 "strb r2, [ip], #1\n\t" in strcpy()
148 "cmp r2, #0\n\t" in strcpy()
149 "bne 4b\n\t" in strcpy()
153 "mov r3, r0\n\t" in strcpy()
154 "1:\n\t" in strcpy()
155 "ldrb r2, [r1], #1\n\t" in strcpy()
156 "strb r2, [r3], #1\n\t" in strcpy()
157 "cmp r2, #0\n\t" in strcpy()
158 "bne 1b\n\t" in strcpy()
161 "mov r3, r0\n\t" in strcpy()
162 "1:\n\t" in strcpy()
163 "ldrb r2, [r1]\n\t" in strcpy()
164 "add r1, r1, #1\n\t" in strcpy()
165 "strb r2, [r3]\n\t" in strcpy()
166 "add r3, r3, #1\n\t" in strcpy()
167 "cmp r2, #0\n\t" in strcpy()
168 "bne 1b\n\t" in strcpy()