Lines Matching refs:cMASK
4116 t0, t1, t2, t3, t4, t5, t6, t7, p0, p1, p2, cMASK; in math_DEINTERLEAVE3_128() local
4118 = t0 = t1 = t2 = t3 = t4 = t5 = t6 = t7 = p0 = p1 = p2 = cMASK in math_DEINTERLEAVE3_128()
4124 newTempsV128_4(&p0, &p1, &p2, &cMASK); in math_DEINTERLEAVE3_128()
4151 assign(cMASK, mkV128(0x003F)); in math_DEINTERLEAVE3_128()
4152 assign(t0, AND( ILO8x16( ROR(EX(s0),3), EX(s0)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4153 assign(t1, AND( ILO8x16( ROR(EX(s1),3), EX(s1)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4154 assign(t2, AND( ILO8x16( ROR(EX(s2),3), EX(s2)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4155 assign(t3, AND( ILO8x16( ROR(EX(s3),3), EX(s3)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4156 assign(t4, AND( ILO8x16( ROR(EX(s4),3), EX(s4)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4157 assign(t5, AND( ILO8x16( ROR(EX(s5),3), EX(s5)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4158 assign(t6, AND( ILO8x16( ROR(EX(s6),3), EX(s6)), EX(cMASK))); in math_DEINTERLEAVE3_128()
4159 assign(t7, AND( ILO8x16( ROR(EX(s7),3), EX(s7)), EX(cMASK))); in math_DEINTERLEAVE3_128()