Searched refs:GenInstrJump (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1124 void Assembler::GenInstrJump(Opcode opcode, in GenInstrJump() function in v8::internal::Assembler 1507 GenInstrJump(J, static_cast<uint32_t>(target >> 2) & kImm26Mask); in j() 1516 GenInstrJump(static_cast<Opcode>(kJRawMark), in j() 1529 GenInstrJump(static_cast<Opcode>(kJalRawMark), in jal() 1551 GenInstrJump(JAL, static_cast<uint32_t>(target >> 2) & kImm26Mask); in jal()
|
D | assembler-mips64.h | 1433 void GenInstrJump(Opcode opcode,
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1157 void Assembler::GenInstrJump(Opcode opcode, in GenInstrJump() function in v8::internal::Assembler 1528 GenInstrJump(J, (target >> 2) & kImm26Mask); in j() 1553 GenInstrJump(JAL, (target >> 2) & kImm26Mask); in jal()
|
D | assembler-mips.h | 1378 void GenInstrJump(Opcode opcode,
|