Home
last modified time | relevance | path

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

/external/valgrind/VEX/useful/
Dtest_main.c1457 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4() argument
1460 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx4()
1462 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
1468 IRAtom* unary32Fx4 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx4() argument
1471 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx4()
1472 at = assignNew(mce, Ity_V128, mkPCast32x4(mce, vatomX)); in unary32Fx4()
1477 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
1480 tl_assert(isShadowAtom(mce, vatomX)); in binary32F0x4()
1482 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
1485 at = assignNew(mce, Ity_V128, binop(Iop_SetV128lo32, vatomX, at)); in binary32F0x4()
[all …]
/external/valgrind/memcheck/
Dmc_translate.c2177 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4() argument
2180 tl_assert(isShadowAtom(mce, vatomX)); in binary32Fx4()
2182 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
2188 IRAtom* unary32Fx4 ( MCEnv* mce, IRAtom* vatomX ) in unary32Fx4() argument
2191 tl_assert(isShadowAtom(mce, vatomX)); in unary32Fx4()
2192 at = assignNew('V', mce, Ity_V128, mkPCast32x4(mce, vatomX)); in unary32Fx4()
2197 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
2200 tl_assert(isShadowAtom(mce, vatomX)); in binary32F0x4()
2202 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
2205 at = assignNew('V', mce, Ity_V128, binop(Iop_SetV128lo32, vatomX, at)); in binary32F0x4()
[all …]