Home | History | Annotate | Download | only in slang

Lines Matching refs:VecSize

833                                                          unsigned VecSize) {
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize)
838 << "\\\" is not a multiple of " << std::to_string(VecSize)
1066 if (InTypeData.vecSize > 1) {
1067 TypeString = InTypeData.type->s_name + std::to_string(InTypeData.vecSize) + " ";
1128 (ResultTypeData.vecSize > 1 && !ResultTypeData.type->rs_java_vector_prefix)) {
1172 (InTypeData.vecSize > 1 && !InTypeData.type->rs_java_vector_prefix)) {
1178 if (InTypeData.vecSize > 1)
1179 InputComment += (", flattened " + std::to_string(InTypeData.vecSize) + "-vectors");
1203 const uint32_t VecSize = InsTypeData[InIdx].vecSize;
1204 if (VecSize > 1) {
1205 InLength += " / " + std::to_string(VecSize);
1206 genVectorLengthCompatibilityCheck(ArgName, VecSize);
1439 if (TypeData.vecSize == 1) { // result type is non-vector
1484 const unsigned VectorElementCount = TypeData.vecSize;