Lines Matching refs:maskBit3hi
12493 IRTemp maskBit3hi = newTemp(Ity_I64);
12526 maskBit3hi = SarN8x8(ShlN8x8(sHi,4),7)
12528 permdHi = Or( And(Perm8x8(dHi,sAnd7hi),maskBit3hi),
12529 And(Perm8x8(dLo,sAnd7hi),Not(maskBit3hi)) )
12537 maskBit3hi,
12550 mkexpr(maskBit3hi)),
12553 unop(Iop_Not64,mkexpr(maskBit3hi))) ));