Searched refs:GenInstrJump (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1291 void Assembler::GenInstrJump(Opcode opcode, in GenInstrJump() function in v8::internal::Assembler 1823 GenInstrJump(J, static_cast<uint32_t>(target >> 2) & kImm26Mask); in j() 1832 GenInstrJump(static_cast<Opcode>(kJRawMark), in j() 1845 GenInstrJump(static_cast<Opcode>(kJalRawMark), in jal() 1867 GenInstrJump(JAL, static_cast<uint32_t>(target >> 2) & kImm26Mask); in jal()
|
D | assembler-mips64.h | 2118 void GenInstrJump(Opcode opcode,
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1327 void Assembler::GenInstrJump(Opcode opcode, in GenInstrJump() function in v8::internal::Assembler 1850 GenInstrJump(J, (target >> 2) & kImm26Mask); in j() 1875 GenInstrJump(JAL, (target >> 2) & kImm26Mask); in jal()
|
D | assembler-mips.h | 2053 void GenInstrJump(Opcode opcode,
|