Home | History | Annotate | Download | only in signal_processing

Lines Matching refs:tmp4

51   int32_t root = 0, tmp1, tmp2, tmp3, tmp4;
61 "or %[tmp4], %[root], %[tmp1] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
70 "ori %[tmp4], %[root], 0x8000 \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
79 "ori %[tmp4], %[root], 0x4000 \n\t"
81 "movz %[root], %[tmp4], %[tmp2] \n\t"
88 "ori %[tmp4], %[root], 0x2000 \n\t"
90 "movz %[root], %[tmp4], %[tmp2] \n\t"
97 "ori %[tmp4], %[root], 0x1000 \n\t"
99 "movz %[root], %[tmp4], %[tmp2] \n\t"
106 "ori %[tmp4], %[root], 0x800 \n\t"
108 "movz %[root], %[tmp4], %[tmp2] \n\t"
115 "ori %[tmp4], %[root], 0x400 \n\t"
117 "movz %[root], %[tmp4], %[tmp2] \n\t"
124 "ori %[tmp4], %[root], 0x200 \n\t"
126 "movz %[root], %[tmp4], %[tmp2] \n\t"
133 "ori %[tmp4], %[root], 0x100 \n\t"
135 "movz %[root], %[tmp4], %[tmp2] \n\t"
142 "ori %[tmp4], %[root], 0x80 \n\t"
144 "movz %[root], %[tmp4], %[tmp2] \n\t"
151 "ori %[tmp4], %[root], 0x40 \n\t"
153 "movz %[root], %[tmp4], %[tmp2] \n\t"
160 "ori %[tmp4], %[root], 0x20 \n\t"
162 "movz %[root], %[tmp4], %[tmp2] \n\t"
169 "ori %[tmp4], %[root], 0x10 \n\t"
171 "movz %[root], %[tmp4], %[tmp2] \n\t"
178 "ori %[tmp4], %[root], 0x8 \n\t"
180 "movz %[root], %[tmp4], %[tmp2] \n\t"
187 "ori %[tmp4], %[root], 0x4 \n\t"
189 "movz %[root], %[tmp4], %[tmp2] \n\t"
194 "ori %[tmp4], %[root], 0x2 \n\t"
195 "movz %[root], %[tmp4], %[tmp2] \n\t"
201 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)