Home | History | Annotate | Download | only in tgsi

Lines Matching defs:pc

3449    int *pc )
3453 (*pc)++;
3738 /* note that PC was already incremented above */
3739 mach->CallStack[mach->CallStackTop].ReturnAddr = *pc;
3759 *pc = inst->Label.Label;
3774 *pc = -1;
3799 *pc = mach->CallStack[mach->CallStackTop].ReturnAddr;
3879 *pc = -1;
3955 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1;
3968 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1;
4026 *pc = mach->CallStack[mach->CallStackTop].ReturnAddr;
4238 int pc = 0;
4278 /* execute instructions, until pc is set to -1 */
4279 while (pc != -1) {
4284 tgsi_dump_instruction(&mach->Instructions[pc], inst++);
4287 assert(pc < (int) mach->NumInstructions);
4288 pc, &pc);