Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64.cc1291 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()
Dassembler-mips64.h2118 void GenInstrJump(Opcode opcode,
/external/v8/src/mips/
Dassembler-mips.cc1327 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()
Dassembler-mips.h2053 void GenInstrJump(Opcode opcode,