Searched refs:mkPCast8x8 (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/ |
H A D | mc_translate.c | 1722 static IRAtom* mkPCast8x8 ( MCEnv* mce, IRAtom* at ) function 2053 at = mkPCast8x8(mce, at); 2350 return mkPCast8x8(mce, vatom1); 2390 return assignNew('V', mce, Ity_I64, binop(Iop_PwMax8Ux8, mkPCast8x8(mce, vatom1), 2391 mkPCast8x8(mce, vatom2))); 2405 return mkPCast8x8(mce, 2406 assignNew('V', mce, Ity_I64, binop(op, mkPCast8x8(mce, vatom1), 2407 mkPCast8x8(mce, vatom2)))); 2415 mkPCast8x8(mce,vatom2) 2470 mkPCast8x8(mc [all...] |
Completed in 66 milliseconds