Home | History | Annotate | Download | only in mips

Lines Matching full:unbound

490   // Label L;    // unbound label
491 // j(cc, &L); // forward branch to unbound label
498 void bind(Label* L); // Binds an unbound label L to current code position.
504 // position. Links the label to the current position if it is still unbound.