Searched defs:new_opcode (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc7139 uint32_t new_opcode) {
7140 current_instr = (current_instr & ~kOpcodeMask) | new_opcode;
7138 ChangeBranchCondition(Instr current_instr, uint32_t new_opcode) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc6720 uint32_t new_opcode) {
6721 current_instr = (current_instr & ~kOpcodeMask) | new_opcode;
6719 ChangeBranchCondition(Instr current_instr, uint32_t new_opcode) argument

Completed in 107 milliseconds