Home | History | Annotate | Download | only in gallivm

Lines Matching refs:int32_type

586       struct lp_type int16_type, int32_type;
594 int16_type = int32_type = dst_type_ext;
600 int32_type.width *= 4;
601 int32_type.length /= 4;
602 int32_type.sign = 1;
659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
697 struct lp_type int16_type, int32_type;
705 int16_type = int32_type = dst_type_ext;
711 int32_type.width *= 4;
712 int32_type.length /= 4;
713 int32_type.sign = 1;
746 tmp[j] = lp_build_pack2(gallivm, int32_type, int16_type, lo, hi);