Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_translate.c2551 IRAtom* vatom1, IRAtom* vatom2) in vectorNarrowBinV128() argument
2568 tl_assert(isShadowAtom(mce,vatom2)); in vectorNarrowBinV128()
2570 at2 = assignNew('V', mce, Ity_V128, pcast(mce, vatom2)); in vectorNarrowBinV128()
2577 IRAtom* vatom1, IRAtom* vatom2) in vectorNarrowBin64() argument
2589 tl_assert(isShadowAtom(mce,vatom2)); in vectorNarrowBin64()
2591 at2 = assignNew('V', mce, Ity_I64, pcast(mce, vatom2)); in vectorNarrowBin64()
2665 IRAtom* binary8Ix32 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary8Ix32() argument
2668 at = mkUifUV256(mce, vatom1, vatom2); in binary8Ix32()
2674 IRAtom* binary16Ix16 ( MCEnv* mce, IRAtom* vatom1, IRAtom* vatom2 ) in binary16Ix16() argument
2677 at = mkUifUV256(mce, vatom1, vatom2); in binary16Ix16()
[all …]