Lines Matching refs:labels
215 // Jump table: table of labels emitted after the literals. Similar to literals.
218 explicit JumpTable(std::vector<MipsLabel*>&& labels)
219 : label_(), labels_(std::move(labels)) {
393 // Use branches/jumps to labels instead.
1190 // To be used with data labels in the literal / jump table area only and not
1191 // with regular code labels.
1221 // Create a jump table for the given labels that will be emitted when finalizing.
1225 JumpTable* CreateJumpTable(std::vector<MipsLabel*>&& labels);
1444 // suitable for delay slots and immediately preceded with labels. These are target
1799 // Use std::deque<> for literal labels to allow insertions at the end