Home | History | Annotate | Download | only in mips

Lines Matching full:current_instr

5764 void CodePatcher::ChangeBranchCondition(Instr current_instr,
5766 current_instr = (current_instr & ~kOpcodeMask) | new_opcode;
5767 masm_.emit(current_instr);