Home | History | Annotate | Download | only in compiler

Lines Matching refs:Endif

60 	int Endif;
552 branch->Endif = -1;
557 /* actual instruction is filled in at ENDIF time */
569 /* actual instruction is filled in at ENDIF time */
579 branch->Endif = newip;
581 s->Code->inst[branch->Endif].inst2 = R500_FC_OP_JUMP
588 s->Code->inst[branch->Endif].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1);
608 s->Code->inst[branch->Else].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1);
612 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1);