Lines Matching refs:nop
609 nop();
826 // Extract the destination register from the first nop instructions.
829 // In addition to the 24-bit label chain link, we expect to find one nop for
1637 // Don't allow nop instructions in the form mov rn, rn to be generated using
1638 // the mov instruction. They must be generated using nop(int/NopMarkerTypes).
1651 // Emit the link to the label in the code stream followed by extra nop
1678 nop(dst.code());
1680 nop(dst.code());
5099 void Assembler::nop(int type) {
5105 DCHECK(0 <= type && type <= 14); // mov pc, pc isn't a nop.
5155 DCHECK(0 <= type && type <= 14); // mov pc, pc isn't a nop.
5496 nop();