Home | History | Annotate | Download | only in priv

Lines Matching refs:maskBit3hi

13851       IRTemp maskBit3hi = newTemp(Ity_I64);
13884 maskBit3hi = SarN8x8(ShlN8x8(sHi,4),7)
13886 permdHi = Or( And(Perm8x8(dHi,sAnd7hi),maskBit3hi),
13887 And(Perm8x8(dLo,sAnd7hi),Not(maskBit3hi)) )
13895 maskBit3hi,
13908 mkexpr(maskBit3hi)),
13911 unop(Iop_Not64,mkexpr(maskBit3hi))) ));