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

/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc977 void Assembler::GenInstrJump(Opcode opcode, function in class:v8::Assembler
1401 GenInstrJump(J, target >> 2);
1428 GenInstrJump(JAL, target >> 2);
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.cc961 void Assembler::GenInstrJump(Opcode opcode, function in class:v8::Assembler
1380 GenInstrJump(J, target >> 2);
1407 GenInstrJump(JAL, target >> 2);

Completed in 43 milliseconds