Searched refs:GenInstrJump (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips64/
H A Dassembler-mips64.cc1129 void Assembler::GenInstrJump(Opcode opcode, function in class:v8::internal::Assembler
1512 GenInstrJump(J, static_cast<uint32_t>(target >> 2) & kImm26Mask);
1521 GenInstrJump(static_cast<Opcode>(kJRawMark),
1534 GenInstrJump(static_cast<Opcode>(kJalRawMark),
1556 GenInstrJump(JAL, static_cast<uint32_t>(target >> 2) & kImm26Mask);
H A Dassembler-mips64.h1433 void GenInstrJump(Opcode opcode,
/external/v8/src/mips/
H A Dassembler-mips.cc1161 void Assembler::GenInstrJump(Opcode opcode, function in class:v8::Assembler
1532 GenInstrJump(J, (target >> 2) & kImm26Mask);
1557 GenInstrJump(JAL, (target >> 2) & kImm26Mask);
H A Dassembler-mips.h1382 void GenInstrJump(Opcode opcode,

Completed in 83 milliseconds