Home | History | Annotate | Download | only in analysis

Lines Matching defs:targ

2604             //dumpRegTypes(vdata, targetRegs, 0, "targ", NULL, 0);
5940 int offsetToTargets, targ;
5952 for (targ = 0; targ < switchCount; targ++) {
5956 offset = switchInsns[offsetToTargets + targ*2] |
5957 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);