Lines Matching refs:temp0
68 float temp0, temp1, temp2;
78 "lwxc1 %[temp0], %[temp3](%[v]) \n\t"
80 "mul.s %[temp0], %[temp0], %[temp2] \n\t"
83 "swc1 %[temp0], 0(%[dst]) \n\t"
86 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1),
99 int temp0, temp1, temp2, temp3;
104 "andi %[temp0], %[idx], 0x03 \n\t"
108 "sll %[temp0], %[temp0], 2 \n\t"
112 "lwxc1 %[temp5], %[temp0](%[v]) \n\t"
126 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
141 int temp0, temp1, temp2, temp3, temp4, temp5;
146 "andi %[temp0], %[idx], 0x0F \n\t"
152 "sll %[temp0], %[temp0], 2 \n\t"
154 "lwxc1 %[temp8], %[temp0](%[v]) \n\t"
166 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
182 int temp0, temp1, temp2, temp3, temp4;
188 "lw %[temp0], 0(%[scale]) \n\t"
208 "xor %[temp1], %[temp0], %[temp1] \n\t"
211 "xor %[temp2], %[temp0], %[temp2] \n\t"
216 "xor %[temp3], %[temp0], %[temp3] \n\t"
219 "xor %[temp4], %[temp0], %[temp4] \n\t"
231 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),