Home | History | Annotate | Download | only in priv

Lines Matching refs:max32

7254          IRTemp max32 = newTempV128();
7262 assign(max32, binop(op, mkexpr(xAll3), mkexpr(xAll2)));
7271 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
7316 IRTemp max32 = newTempV128();
7320 assign(max32, binop(op, mkexpr(x33333333), mkexpr(x22222222)));
7325 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));
7348 IRTemp max32 = newTempV128();
7350 assign(max32, binop(op, mkexpr(x3333), mkexpr(x2222)));
7353 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10)));