Home | History | Annotate | Download | only in mips64

Lines Matching full:current_instr

6481 void CodePatcher::ChangeBranchCondition(Instr current_instr,
6483 current_instr = (current_instr & ~kOpcodeMask) | new_opcode;
6484 masm_.emit(current_instr);