Home | History | Annotate | Download | only in mips64

Lines Matching defs:flabel

1390   Label* flabel = branch->false_label;
1413 i.InputOperand(1), tlabel, flabel);
1417 i.InputOperand(1), flabel, tlabel);
1427 i.InputOperand(1), tlabel, flabel);
1431 i.InputOperand(1), flabel, tlabel);
1467 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel.
1513 Label flabel, tlabel;
1517 i.InputOperand(1), &flabel);
1522 i.InputOperand(1), &flabel);
1530 __ bind(&flabel);