Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dassembler-mips64.cc1124 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()
Dassembler-mips64.h1433 void GenInstrJump(Opcode opcode,
/external/v8/src/mips/
Dassembler-mips.cc1157 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()
Dassembler-mips.h1378 void GenInstrJump(Opcode opcode,