Home | History | Annotate | Download | only in priv

Lines Matching full:nneg

7775    the q result in |*qneg| and the normal result in |*nneg|. */
7777 void math_SQNEG ( /*OUT*/IRTemp* qneg, /*OUT*/IRTemp* nneg,
7781 newTempsV128_3(&src, nneg, qneg);
7783 assign(*nneg, binop(mkVecSUB(size), mkV128(0x0000), mkexpr(src)));