Searched refs:math_PERM_8x8x3 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8068 static IRExpr* math_PERM_8x8x3(const UChar* desc, in math_PERM_8x8x3() function 8154 assign(*u0, math_PERM_8x8x3(de0, i0, i1, i2)); in math_DEINTERLEAVE_3() 8155 assign(*u1, math_PERM_8x8x3(de1, i0, i1, i2)); in math_DEINTERLEAVE_3() 8156 assign(*u2, math_PERM_8x8x3(de2, i0, i1, i2)); in math_DEINTERLEAVE_3() 8209 assign(*i0, math_PERM_8x8x3(in0, u0, u1, u2)); in math_INTERLEAVE_3() 8210 assign(*i1, math_PERM_8x8x3(in1, u0, u1, u2)); in math_INTERLEAVE_3() 8211 assign(*i2, math_PERM_8x8x3(in2, u0, u1, u2)); in math_INTERLEAVE_3()
|