Searched refs:temp8 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacdec_mips.h98 float temp4, temp5, temp6, temp7, temp8; local
114 "lwxc1 %[temp8], %[temp3](%[v]) \n\t"
118 "mul.s %[temp8], %[temp8], %[temp4] \n\t"
123 "swc1 %[temp8], 12(%[dst]) \n\t"
129 [temp8]"=&f"(temp8), [ret]"=&r"(ret)
141 float temp6, temp7, temp8, temp9; local
153 "lwxc1 %[temp8], %[temp0](%[v]) \n\t"
159 "mul.s %[temp8],
[all...]
H A Daacpsdsp_mips.c194 float temp6, temp7, temp8, temp9, temp10, temp11; local
209 "lwc1 %[temp8], 0(%[dst0]) \n\t"
221 "add.s %[temp0], %[temp8], %[temp0] \n\t"
234 [temp6]"=&f"(temp6), [temp7]"=&f"(temp7), [temp8]"=&f"(temp8),
293 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
318 "mul.s %[temp8], %[temp5], %[temp7] \n\t"
323 "msub.s %[temp8], %[temp8], %[temp4], %[temp6] \n\t"
327 "sub.s %[temp0], %[temp8],
[all...]
H A Daacdec_mips.c497 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10, temp11; local
576 "mul.s %[temp8], %[temp0], %[temp4] \n\t"
580 "swc1 %[temp8], 0(%[ptr1]) \n\t"
592 [temp8]"=&f"(temp8), [temp9]"=&f"(temp9),
661 "mul.s %[temp8], %[temp0], %[temp4] \n\t"
665 "swc1 %[temp8], 0(%[ptr1]) \n\t"
677 [temp8]"=&f"(temp8), [temp9]"=&f"(temp9),
703 "mul.s %[temp8],
[all...]
H A Dsbrdsp_mips.c351 float temp6, temp7, temp8, temp9, temp10, temp11; local
371 "add.s %[temp8], %[temp6], %[temp7] \n\t"
381 "swc1 %[temp8], -8(%[v1]) \n\t"
395 "add.s %[temp8], %[temp6], %[temp7] \n\t"
405 "swc1 %[temp8], -24(%[v1]) \n\t"
419 "add.s %[temp8], %[temp6], %[temp7] \n\t"
429 "swc1 %[temp8], -40(%[v1]) \n\t"
443 "add.s %[temp8], %[temp6], %[temp7] \n\t"
453 "swc1 %[temp8], -56(%[v1]) \n\t"
465 [temp6]"=&f"(temp6), [temp7]"=&f"(temp7), [temp8]"
651 float temp7, temp8, temp9, temp10, temp11, temp12; local
[all...]
H A Daacsbr_mips.h162 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
206 "lwc1 %[temp8], 8(%[v0]) \n\t"
223 "mul.s %[temp2], %[temp8], %[temp9] \n\t"
228 "lwc1 %[temp8], 1032(%[v0]) \n\t"
247 "madd.s %[temp2], %[temp2], %[temp8], %[temp9] \n\t"
252 "lwc1 %[temp8], 2056(%[v0]) \n\t"
271 "madd.s %[temp2], %[temp2], %[temp8], %[temp9] \n\t"
276 "lwc1 %[temp8], 3080(%[v0]) \n\t"
295 "madd.s %[temp2], %[temp2], %[temp8], %[temp9] \n\t"
300 "lwc1 %[temp8], 410
[all...]
H A Dfft_mips.c355 float temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, local
392 "lwc1 %[temp8], 0(%[in3]) \t\n"
396 "nmsub.s %[temp11], %[temp11], %[temp8], %[temp7] \t\n"
397 "madd.s %[temp12], %[temp12], %[temp8], %[temp6] \t\n"
405 [temp7]"=&f"(temp7), [temp8]"=&f"(temp8),
447 "lwc1 %[temp8], 0(%[z1]) \t\n"
451 "nmsub.s %[temp11], %[temp11], %[temp8], %[temp7] \t\n"
452 "madd.s %[temp12], %[temp12], %[temp8], %[temp6] \t\n"
463 "lwc1 %[temp8],
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm90.c212 s8 temp8[4]; /* 0: local low limit member in struct:lm90_data
364 temp = temp_from_u8_adt7461(data, data->temp8[attr->index]);
366 temp = temp_from_u8(data->temp8[attr->index]);
368 temp = temp_from_s8(data->temp8[attr->index]);
399 data->temp8[nr] = temp_to_u8_adt7461(data, val);
401 data->temp8[nr] = temp_to_u8(val);
403 data->temp8[nr] = temp_to_s8(val);
404 i2c_smbus_write_byte_data(client, reg[nr], data->temp8[nr]);
480 temp = temp_from_u8_adt7461(data, data->temp8[attr->index]);
482 temp = temp_from_u8(data->temp8[att
[all...]
H A Dlm63.c180 s8 temp8[3]; /* 0: local input member in struct:lm63_data
267 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index]));
276 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])
289 data->temp8[1] = TEMP8_TO_REG(val);
290 i2c_smbus_write_byte_data(client, LM63_REG_LOCAL_HIGH, data->temp8[1]);
336 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[2])
352 hyst = TEMP8_FROM_REG(data->temp8[2]) + data->temp2_offset - val;
621 data->temp8[0] = i2c_smbus_read_byte_data(client,
623 data->temp8[1] = i2c_smbus_read_byte_data(client,
639 data->temp8[
[all...]
H A Dasc7621.c878 PWRITE(temp1_min, 0, PRI_LOW, 0x4e, 0, 0, 0, temp8),
879 PWRITE(temp2_min, 1, PRI_LOW, 0x50, 0, 0, 0, temp8),
880 PWRITE(temp3_min, 2, PRI_LOW, 0x52, 0, 0, 0, temp8),
881 PWRITE(temp4_min, 3, PRI_LOW, 0x34, 0, 0, 0, temp8),
883 PWRITE(temp1_max, 0, PRI_LOW, 0x4f, 0, 0, 0, temp8),
884 PWRITE(temp2_max, 1, PRI_LOW, 0x51, 0, 0, 0, temp8),
885 PWRITE(temp3_max, 2, PRI_LOW, 0x53, 0, 0, 0, temp8),
886 PWRITE(temp4_max, 3, PRI_LOW, 0x35, 0, 0, 0, temp8),
926 PWRITE(temp1_auto_point1_temp, 0, PRI_LOW, 0x67, 0, 0, 0, temp8),
927 PWRITE(temp2_auto_point1_temp, 1, PRI_LOW, 0x68, 0, 0, 0, temp8),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/mips/
H A Dfloat_dsp_mips.c261 float temp5, temp6, temp7, temp8, temp9; local
278 "sub.s %[temp8], %[temp0], %[temp4] \n\t"
298 "swc1 %[temp8], -16(%[v2]) \n\t"
307 "sub.s %[temp8], %[temp0], %[temp4] \n\t"
316 "swc1 %[temp8], 0(%[v2]) \n\t"
327 [temp7]"=&f"(temp7), [temp8]"=&f"(temp8), [temp9]"=&f"(temp9),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_altivec_template.c1059 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1068 tempA = vec_mergeh(temp0, temp8);
1069 tempB = vec_mergel(temp0, temp8);
1093 temp8 = vec_mergeh(tempE, tempM);
1110 vec_st(temp8, 128, dst);
1159 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1164 tempA = vec_mergeh(temp0, temp8);
1165 tempB = vec_mergel(temp0, temp8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_altivec_template.c1059 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1068 tempA = vec_mergeh(temp0, temp8);
1069 tempB = vec_mergel(temp0, temp8);
1093 temp8 = vec_mergeh(tempE, tempM);
1110 vec_st(temp8, 128, dst);
1159 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1164 tempA = vec_mergeh(temp0, temp8);
1165 tempB = vec_mergel(temp0, temp8);

Completed in 107 milliseconds