Searched refs:math_SHUFPS_128 (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c10866 static IRTemp math_SHUFPS_128 ( IRTemp sV, IRTemp dV, UInt imm8 ) function
10888 identically. Hence do the clueless thing and use math_SHUFPS_128
10896 IRTemp rVhi = math_SHUFPS_128(sVhi, dVhi, imm8);
10897 IRTemp rVlo = math_SHUFPS_128(sVlo, dVlo, imm8);
13908 IRTemp res = math_SHUFPS_128( sV, dV, imm8 );
25960 IRTemp res = math_SHUFPS_128( eV, vV, imm8 );
[all...]

Completed in 258 milliseconds