Home | History | Annotate | Download | only in mips

Lines Matching refs:Emit

2557 // Emulated condtional branches do not emit a nop in the branch delay slot.
2645 // Emit a nop in the branch delay slot if required.
3120 // Emit a nop in the branch delay slot if required.
3225 // Emit a nop in the branch delay slot if required.
3500 // Emit a nop in the branch delay slot if required.
3556 // Emit a nop in the branch delay slot if required.
3651 // Emit a nop in the branch delay slot if required.
3767 // Emit a nop in the branch delay slot if required.
3808 // Emit a nop in the branch delay slot if required.
6449 void CodePatcher::Emit(Instr instr) {
6450 masm()->emit(instr);
6454 void CodePatcher::Emit(Address addr) {
6455 masm()->emit(reinterpret_cast<Instr>(addr));
6462 masm_.emit(current_instr);