Home | History | Annotate | Download | only in dsp

Lines Matching refs:DC

483   int DC, DC1;
498 "addu %[DC], %[temp0], %[temp2] \n\t"
499 "move %[DC1], %[DC] \n\t"
513 "addu %[DC], %[DC], %[DC1] \n\t"
527 "addu %[DC], %[temp0], %[temp2] \n\t"
528 "addu %[DC], %[DC], %[DC] \n\t"
530 "shra_r.w %[DC], %[DC], 5 \n\t"
533 "li %[DC], 0x80 \n\t"
535 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [DC]"=&r"(DC),
541 FILL_8_OR_16(dst, DC, 16);
546 int DC, DC1;
555 "addu %[DC], %[temp0], %[temp1] \n\t"
556 "move %[DC1], %[DC] \n\t"
564 "addu %[DC], %[DC], %[DC1] \n\t"
572 "addu %[DC], %[temp2], %[temp3] \n\t"
573 "addu %[DC], %[DC], %[DC] \n\t"
575 "shra_r.w %[DC], %[DC], 4 \n\t"
578 "li %[DC], 0x80 \n\t"
580 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [DC]"=&r"(DC),
586 FILL_8_OR_16(dst, DC, 8);