Searched defs:mkPCast16x4 (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/ |
H A D | mc_translate.c | 1883 static IRAtom* mkPCast16x4 ( MCEnv* mce, IRAtom* at ) function 2215 case Iop_QNarrowBin16Sto8Sx8: pcast = mkPCast16x4; break; 2216 case Iop_QNarrowBin16Sto8Ux8: pcast = mkPCast16x4; break; 2346 at = mkPCast16x4(mce, at); 2674 return mkPCast16x4(mce, vatom1); 2705 mkPCast16x4(mce, vatom1), 2706 mkPCast16x4(mce, vatom2))); 2726 return mkPCast16x4(mce, 2728 binop(op, mkPCast16x4(mce, vatom1), 2729 mkPCast16x4(mc [all...] |
Completed in 35 milliseconds