Lines Matching refs:laneszB
7997 IRTemp i0, IRTemp i1, Int laneszB) in math_DEINTERLEAVE_2() argument
8005 if (laneszB == 4) { in math_DEINTERLEAVE_2()
8011 } else if (laneszB == 2) { in math_DEINTERLEAVE_2()
8017 } else if (laneszB == 1) { in math_DEINTERLEAVE_2()
8033 IRTemp u0, IRTemp u1, Int laneszB) in math_INTERLEAVE_2() argument
8041 if (laneszB == 4) { in math_INTERLEAVE_2()
8047 } else if (laneszB == 2) { in math_INTERLEAVE_2()
8053 } else if (laneszB == 1) { in math_INTERLEAVE_2()
8116 IRTemp i0, IRTemp i1, IRTemp i2, Int laneszB in math_DEINTERLEAVE_3() argument
8126 if (laneszB == 4) { in math_DEINTERLEAVE_3()
8133 } else if (laneszB == 2) { in math_DEINTERLEAVE_3()
8147 } else if (laneszB == 1) { in math_DEINTERLEAVE_3()
8171 IRTemp u0, IRTemp u1, IRTemp u2, Int laneszB in math_INTERLEAVE_3() argument
8181 if (laneszB == 4) { in math_INTERLEAVE_3()
8188 } else if (laneszB == 2) { in math_INTERLEAVE_3()
8202 } else if (laneszB == 1) { in math_INTERLEAVE_3()
8227 IRTemp i0, IRTemp i1, IRTemp i2, IRTemp i3, Int laneszB in math_DEINTERLEAVE_4() argument
8246 if (laneszB == 4) { in math_DEINTERLEAVE_4()
8251 } else if (laneszB == 2) { in math_DEINTERLEAVE_4()
8265 } else if (laneszB == 1) { in math_DEINTERLEAVE_4()
8307 IRTemp u0, IRTemp u1, IRTemp u2, IRTemp u3, Int laneszB in math_INTERLEAVE_4() argument
8326 if (laneszB == 4) { in math_INTERLEAVE_4()
8331 } else if (laneszB == 2) { in math_INTERLEAVE_4()
8346 } else if (laneszB == 1) { in math_INTERLEAVE_4()