Lines Matching refs:max10
7583 IRTemp max10 = newTempV128(); in math_FOLDV() local
7591 assign(max10, binop(op, mkexpr(xAll1), mkexpr(xAll0))); in math_FOLDV()
7599 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7645 IRTemp max10 = newTempV128(); in math_FOLDV() local
7649 assign(max10, binop(op, mkexpr(x11111111), mkexpr(x00000000))); in math_FOLDV()
7653 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7677 IRTemp max10 = newTempV128(); in math_FOLDV() local
7679 assign(max10, binop(op, mkexpr(x1111), mkexpr(x0000))); in math_FOLDV()
7681 assign(max3210, binop(op, mkexpr(max32), mkexpr(max10))); in math_FOLDV()
7692 IRTemp max10 = newTempV128(); in math_FOLDV() local
7693 assign(max10, binop(op, mkexpr(x11), mkexpr(x00))); in math_FOLDV()
7695 assign(res, unop(Iop_ZeroHI64ofV128, mkexpr(max10))); in math_FOLDV()