Lines Matching refs:temp1
68 float temp0, temp1, temp2;
79 "lwxc1 %[temp1], %[temp4](%[v]) \n\t"
81 "mul.s %[temp1], %[temp1], %[temp2] \n\t"
84 "swc1 %[temp1], 4(%[dst]) \n\t"
86 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1),
99 int temp0, temp1, temp2, temp3;
105 "andi %[temp1], %[idx], 0x0C \n\t"
113 "lwxc1 %[temp6], %[temp1](%[v]) \n\t"
126 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
141 int temp0, temp1, temp2, temp3, temp4, temp5;
147 "andi %[temp1], %[idx], 0xF0 \n\t"
153 "srl %[temp1], %[temp1], 2 \n\t"
155 "lwxc1 %[temp9], %[temp1](%[v]) \n\t"
166 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
182 int temp0, temp1, temp2, temp3, temp4;
189 "andi %[temp1], %[idx], 0x03 \n\t"
193 "sll %[temp1], %[temp1], 2 \n\t"
196 "lwxc1 %[temp10], %[temp1](%[v]) \n\t"
200 "and %[temp1], %[sign], %[mask] \n\t"
208 "xor %[temp1], %[temp0], %[temp1] \n\t"
210 "mtc1 %[temp1], %[temp14] \n\t"
231 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),