Home | History | Annotate | Download | only in mips

Lines Matching refs:labels

99       // Allow consecutive labels.
109 // We cannot move instructions into delay slots across labels.
245 // Branches to labels are emitted into their placeholders here.
3820 JumpTable* MipsAssembler::CreateJumpTable(std::vector<MipsLabel*>&& labels) {
3821 jump_tables_.emplace_back(std::move(labels));