Home | History | Annotate | Download | only in memcheck

Lines Matching refs:yy

761                    Not<sz>(Xor<sz>( xx, yy )) // 0 iff bits different
779 IRAtom* xx, IRAtom* yy )
788 tl_assert(isOriginalAtom(mce,yy));
790 tl_assert(sameKindedAtoms(vyy,yy));
827 assignNew('V', mce,ty, binop(opXOR, xx, yy))))));
891 IRAtom* xx, IRAtom* yy )
910 tl_assert(isOriginalAtom(mce,yy));
912 tl_assert(sameKindedAtoms(yyhash,yy));
918 ppIRExpr(xx); VG_(printf)(" "); ppIRExpr( yy ); VG_(printf)("\n");
921 if (syned && isZero(yy)) {
923 /* if yy is zero, then it must be fully defined (zero#). */