Home | History | Annotate | Download | only in mips

Lines Matching refs:tp1

42       uint32_t tp1;
51 "ulw %[tp1], (%[src]) \n\t"
52 "sw %[tp1], (%[dst]) \n\t" /* store */
54 : [tp1] "=&r"(tp1)
62 uint32_t tp1, tp2;
71 "ulw %[tp1], 0(%[src]) \n\t"
73 "sw %[tp1], 0(%[dst]) \n\t" /* store */
76 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2)
84 uint32_t tp1, tp2, tp3, tp4;
93 "ulw %[tp1], 0(%[src]) \n\t"
98 "sw %[tp1], 0(%[dst]) \n\t" /* store */
103 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3),
112 uint32_t tp1, tp2, tp3, tp4;
122 "ulw %[tp1], 0(%[src]) \n\t"
131 "sw %[tp1], 0(%[dst]) \n\t" /* store */
140 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3),
150 uint32_t tp1, tp2, tp3, tp4;
165 "ulw %[tp1], 0(%[src]) \n\t"
174 "sw %[tp1], 0(%[dst]) \n\t" /* store */
183 "ulw %[tp1], 32(%[src]) \n\t"
192 "sw %[tp1], 32(%[dst]) \n\t" /* store */
201 : [tp1] "=&r"(tp1), [tp2] "=&r"(tp2), [tp3] "=&r"(tp3),