Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Parts

324     unsigned Parts = ArgsParts[i];
326 if (!UseStack && Parts <= RegsLeft) {
328 for (unsigned j = 0; j < Parts; j++) {
337 std::reverse(B, B + Parts);
340 for (unsigned j = 0; j < Parts; j++)