Home | History | Annotate | Download | only in mips

Lines Matching full:unbound

539   // Label L;    // unbound label
540 // j(cc, &L); // forward branch to unbound label
547 void bind(Label* L); // Binds an unbound label L to current code position.
553 // position. Links the label to the current position if it is still unbound.