Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_translate.c2515 IRAtom* vatom1, IRAtom* vatom2) in vectorNarrowBinV128() argument
2532 tl_assert(isShadowAtom(mce,vatom2)); in vectorNarrowBinV128()
2534 at2 = assignNew('V', mce, Ity_V128, pcast(mce, vatom2)); in vectorNarrowBinV128()
2541 IRAtom* vatom1, IRAtom* vatom2) in vectorNarrowBin64() argument
2553 tl_assert(isShadowAtom(mce,vatom2)); in vectorNarrowBin64()
2555 at2 = assignNew('V', mce, Ity_I64, pcast(mce, vatom2)); in vectorNarrowBin64()
2627 IRAtom* binary8Ix32 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary8Ix32() argument
2630 at = mkUifUV256(mce, vatom1, vatom2); in binary8Ix32()
2636 IRAtom* binary16Ix16 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary16Ix16() argument
2639 at = mkUifUV256(mce, vatom1, vatom2); in binary16Ix16()
[all …]
/external/valgrind/VEX/useful/
Dtest_main.c1576 IRAtom* vatom1, IRAtom* vatom2) in vectorNarrowV128() argument
1587 tl_assert(isShadowAtom(mce,vatom2)); in vectorNarrowV128()
1589 at2 = assignNew(mce, Ity_V128, pcast(mce, vatom2)); in vectorNarrowV128()
1599 IRAtom* binary8Ix16 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary8Ix16() argument
1602 at = mkUifUV128(mce, vatom1, vatom2); in binary8Ix16()
1608 IRAtom* binary16Ix8 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary16Ix8() argument
1611 at = mkUifUV128(mce, vatom1, vatom2); in binary16Ix8()
1617 IRAtom* binary32Ix4 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary32Ix4() argument
1620 at = mkUifUV128(mce, vatom1, vatom2); in binary32Ix4()
1626 IRAtom* binary64Ix2 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary64Ix2() argument
[all …]