Home | History | Annotate | Download | only in priv

Lines Matching defs:isS

1576          Bool isS  = e->Iex.Binop.op == Iop_MullS32;
1578 HReg extL = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argL);
1580 HReg extR = (isS ? widen_s_32_to_64 : widen_z_32_to_64)(env, argR);