Home | History | Annotate | Download | only in priv

Lines Matching full:prer

8674       IRTemp preR = newTempV128();
8679 assign(preR, mkexpr(preL));
8682 assign(preR, getQReg128(nn));
8684 assign(res, binop(op, mkexpr(preL), mkexpr(preR)));
8724 IRTemp preR = newTempV128();
8730 // preR = Vn shifted left 32 bits
8733 assign(preR, triop(Iop_SliceV128,
8738 assign(preR, getQReg128(nn));
8740 assign(res, binop(op, mkexpr(preL), mkexpr(preR)));
12089 IRTemp preR = IRTemp_INVALID;
12092 math_REARRANGE_FOR_FLOATING_PAIRWISE(&preL, &preR,
12097 binop(opMXX, mkexpr(preL), mkexpr(preR))));
12112 IRTemp preR = IRTemp_INVALID;
12115 math_REARRANGE_FOR_FLOATING_PAIRWISE(&preL, &preR,
12122 mkexpr(preL), mkexpr(preR))));