• Home
  • Raw
  • Download

Lines Matching full:t9

34       "sll              $t9, %[src_stride], 0x3          \n"  // src_stride x 8  in TransposeWx8_DSPR2()
42 " subu $t7, $t9, %[src_stride] \n" in TransposeWx8_DSPR2()
48 "lbux $t9, $t3(%[src]) \n" in TransposeWx8_DSPR2()
50 "sll $t9, $t9, 16 \n" in TransposeWx8_DSPR2()
52 "or $t8, $t8, $t9 \n" in TransposeWx8_DSPR2()
57 "lbux $t9, $t7(%[src]) \n" in TransposeWx8_DSPR2()
59 "sll $t9, $t9, 16 \n" in TransposeWx8_DSPR2()
61 "or $t8, $t8, $t9 \n" in TransposeWx8_DSPR2()
75 "lbux $t9, $t3(%[src]) \n" in TransposeWx8_DSPR2()
77 "sll $t9, $t9, 16 \n" in TransposeWx8_DSPR2()
79 "or $t8, $t8, $t9 \n" in TransposeWx8_DSPR2()
84 "lbux $t9, $t7(%[src]) \n" in TransposeWx8_DSPR2()
86 "sll $t9, $t9, 16 \n" in TransposeWx8_DSPR2()
88 "or $t8, $t8, $t9 \n" in TransposeWx8_DSPR2()
102 : "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", "t8", "t9", "s0", "s1"); in TransposeWx8_DSPR2()
117 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8 in TransposeWx8_Fast_DSPR2()
127 " subu $t7, $t9, %[src_stride] \n" in TransposeWx8_Fast_DSPR2()
133 "lwx $t9, $t3(%[src]) \n" in TransposeWx8_Fast_DSPR2()
138 // t9 = | 33 | 23 | 13 | 03 | in TransposeWx8_Fast_DSPR2()
141 "precr.qb.ph $s1, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
143 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
163 "lwx $t9, $t7(%[src]) \n" in TransposeWx8_Fast_DSPR2()
168 // t9 = | 37 | 27 | 17 | 07 | in TransposeWx8_Fast_DSPR2()
171 "precr.qb.ph $s1, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
173 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
183 "precrq.qb.ph $t9, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
188 // t9 = | 37 | 36 | 35 | 34 | in TransposeWx8_Fast_DSPR2()
201 "sw $t9, 4($s2) \n" in TransposeWx8_Fast_DSPR2()
214 "lwx $t9, $t3(%[src]) \n" in TransposeWx8_Fast_DSPR2()
219 // t9 = | 33 | 23 | 13 | 03 | in TransposeWx8_Fast_DSPR2()
222 "precr.qb.ph $s1, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
224 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
244 "lwx $t9, $t7(%[src]) \n" in TransposeWx8_Fast_DSPR2()
249 // t9 = | 37 | 27 | 17 | 07 | in TransposeWx8_Fast_DSPR2()
252 "precr.qb.ph $s1, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
254 "precrq.qb.ph $s3, $t9, $t8 \n" in TransposeWx8_Fast_DSPR2()
264 "precrq.qb.ph $t9, $s3, $s2 \n" in TransposeWx8_Fast_DSPR2()
269 // t9 = | 37 | 36 | 35 | 34 | in TransposeWx8_Fast_DSPR2()
289 "swr $t9, 4($s2) \n" in TransposeWx8_Fast_DSPR2()
290 "swl $t9, 7($s2) \n" in TransposeWx8_Fast_DSPR2()
302 : "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", "t8", "t9", "s0", "s1", in TransposeWx8_Fast_DSPR2()
319 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8 in TransposeUVWx8_DSPR2()
323 "subu $t7, $t9, %[src_stride] \n" in TransposeUVWx8_DSPR2()
341 "lwx $t9, $t2(%[src]) \n" // |B2|A2|b2|a2| in TransposeUVWx8_DSPR2()
346 "precrq.ph.w $s2, $s0, $t9 \n" // |B3|A3|B2|A2| in TransposeUVWx8_DSPR2()
352 "sll $t9, $t9, 16 \n" in TransposeUVWx8_DSPR2()
353 "packrl.ph $s2, $s0, $t9 \n" // |b3|a3|b2|a2| in TransposeUVWx8_DSPR2()
363 "lwx $t9, $t6(%[src]) \n" // |B6|A6|b6|a6| in TransposeUVWx8_DSPR2()
369 "precrq.ph.w $s2, $s0, $t9 \n" // |B6|A6|B7|A7| in TransposeUVWx8_DSPR2()
375 "sll $t9, $t9, 16 \n" in TransposeUVWx8_DSPR2()
376 "packrl.ph $s2, $s0, $t9 \n" // |b7|a7|b6|a6| in TransposeUVWx8_DSPR2()
400 "lwx $t9, $t2(%[src]) \n" // |B2|A2|b2|a2| in TransposeUVWx8_DSPR2()
405 "precrq.ph.w $s2, $s0, $t9 \n" // |B3|A3|B2|A2| in TransposeUVWx8_DSPR2()
411 "sll $t9, $t9, 16 \n" in TransposeUVWx8_DSPR2()
412 "packrl.ph $s2, $s0, $t9 \n" // |b3|a3|b2|a2| in TransposeUVWx8_DSPR2()
424 "lwx $t9, $t6(%[src]) \n" // |B6|A6|b6|a6| in TransposeUVWx8_DSPR2()
432 "precrq.ph.w $s2, $s0, $t9 \n" // |B6|A6|B7|A7| in TransposeUVWx8_DSPR2()
438 "sll $t9, $t9, 16 \n" in TransposeUVWx8_DSPR2()
439 "packrl.ph $s2, $s0, $t9 \n" // |b7|a7|b6|a6| in TransposeUVWx8_DSPR2()
466 : "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", "t8", "t9", "s0", "s1", in TransposeUVWx8_DSPR2()