Home
last modified time | relevance | path

Searched refs:vatomY (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
1461 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx4()
1462 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
1477 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
1481 tl_assert(isShadowAtom(mce, vatomY)); in binary32F0x4()
1482 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
1503 IRAtom* binary64Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2() argument
1507 tl_assert(isShadowAtom(mce, vatomY)); in binary64Fx2()
1508 at = mkUifUV128(mce, vatomX, vatomY); in binary64Fx2()
1523 IRAtom* binary64F0x2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64F0x2() argument
[all …]
/external/valgrind/memcheck/
Dmc_translate.c2177 IRAtom* binary32Fx4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32Fx4() argument
2181 tl_assert(isShadowAtom(mce, vatomY)); in binary32Fx4()
2182 at = mkUifUV128(mce, vatomX, vatomY); in binary32Fx4()
2197 IRAtom* binary32F0x4 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary32F0x4() argument
2201 tl_assert(isShadowAtom(mce, vatomY)); in binary32F0x4()
2202 at = mkUifUV128(mce, vatomX, vatomY); in binary32F0x4()
2223 IRAtom* binary64Fx2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64Fx2() argument
2227 tl_assert(isShadowAtom(mce, vatomY)); in binary64Fx2()
2228 at = mkUifUV128(mce, vatomX, vatomY); in binary64Fx2()
2243 IRAtom* binary64F0x2 ( MCEnv* mce, IRAtom* vatomX, IRAtom* vatomY ) in binary64F0x2() argument
[all …]