Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1251 void Assembler::GenInstrJump(Opcode opcode, uint32_t address) { in GenInstrJump() function in v8::internal::Assembler
1733 GenInstrJump(J, (target >> 2) & kImm26Mask); in j()
1756 GenInstrJump(JAL, (target >> 2) & kImm26Mask); in jal()
H A Dassembler-mips.h1720 void GenInstrJump(Opcode opcode, uint32_t address);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1756 void GenInstrJump(Opcode opcode, uint32_t address);
H A Dassembler-mips64.cc1180 void Assembler::GenInstrJump(Opcode opcode, uint32_t address) { in GenInstrJump() function in v8::internal::Assembler

Completed in 22 milliseconds