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);