Home
last modified time | relevance | path

Searched refs:vatomX (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/
Dmc_translate.c2212 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4() argument
2215 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx4()
2217 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
2223 IRAtom* unary32Fx4 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx4() argument
2226 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx4()
2227 at = assignNew('V', mce, Ity_V128, mkPCast32x4(mce, vatomX)); in unary32Fx4()
2232 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
2235 tl_assert(isShadowAtom(mce, vatomX)); in binary32F0x4()
2237 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
2240 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo32, vatomX, at)); in binary32F0x4()
[all …]