Searched defs:mkPCast8x8 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_translate.c2124 static IRAtom* mkPCast8x8 ( MCEnv* mce, IRAtom* at ) function
2707 at = mkPCast8x8(mce, at);
3072 return mkPCast8x8(mce, vatom1);
3118 mkPCast8x8(mce, vatom1),
3119 mkPCast8x8(mce, vatom2)));
3136 return mkPCast8x8(mce,
3138 binop(op, mkPCast8x8(mce, vatom1),
3139 mkPCast8x8(mce, vatom2))));
3147 mkPCast8x8(mce,vatom2)
3202 mkPCast8x8(mc
[all...]

Completed in 39 milliseconds