Home | History | Annotate | Download | only in simd

Lines Matching full:input_buf

31  * a1     - input_buf
54 lw t2, 0(a1) // t2 = inptr = *input_buf
96 lw t2, 0(a1) // t2 = inptr = *input_buf
158 * a1 - input_buf
179 lw t6, 0(a1) // t6 = input_buf[0]
268 * a1 - input_buf
381 * a1 - input_buf
543 * a1 - input_buf
559 lwx t1, t1(v0) // t1 = input_buf[0][in_row_group_ctr*2]
560 lwx t2, t2(v0) // t2 = input_buf[0][in_row_group_ctr*2 + 1]
561 lwx t5, t3(v1) // t5 = input_buf[1][in_row_group_ctr]
562 lwx t6, t3(t0) // t6 = input_buf[2][in_row_group_ctr]
755 * a1 - input_buf
764 lw t1, 0(a1) // t1 = input_buf[0]
765 lw t2, 4(a1) // t2 = input_buf[1]
766 lw t3, 8(a1) // t3 = input_buf[2]