Lines Matching defs:diff
2355 Int diff = S - R;
2356 diff &= 63;
2369 Int d = // diff<len-1:0>
2370 diff & ((1 << len)-1);
8098 IRTemp diff = newTempV128();
8102 assign(diff, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres)));
8106 assign(diff, unop(opZHI, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres))));
8109 assign(newQCFLAG, binop(Iop_OrV128, mkexpr(oldQCFLAG), mkexpr(diff)));