Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:V3

1505       int64_t V1, V3;
1506 if (!checkForImmediate(S1, V1) || !checkForImmediate(S3, V3))
1511 TV = V1 | (V3 << 32);
1513 TV = V3 | (V1 << 32);