Searched defs:tSL (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c20589 IRTemp tSL = newTemp(Ity_V128); local
20596 assign(tSL, invertLeftArg ? unop(Iop_NotV128, getXMMReg(rSL))
20617 assign(res, swapArgs ? binop(op, mkexpr(tSR), mkexpr(tSL))
20618 : binop(op, mkexpr(tSL), mkexpr(tSR)));
20621 res = swapArgs ? opFn(tSR, tSL) : opFn(tSL, tSR);
21251 IRTemp tSL = newTemp(Ity_V256); local
21258 assign(tSL, invertLeftArg ? unop(Iop_NotV256, getYMMReg(rSL))
21279 assign(res, swapArgs ? binop(op, mkexpr(tSR), mkexpr(tSL))
21280 : binop(op, mkexpr(tSL), mkexp
[all...]

Completed in 113 milliseconds