Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_XorV128

8073       assign(diff, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres)));
8077 assign(diff, unop(opZHI, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres))));
11201 const IROp opXOR = Iop_XorV128;