Searched defs:jal (Results 1 - 3 of 3) sorted by last modified time

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dinst.h891 struct m16e_jal jal; member in union:mips16e_instruction
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc1419 void Assembler::jal(int32_t target) { function in class:v8::Assembler
1459 jal(target);
2612 // is faster to do a direct jal, or j, rather than jump thru register, since
2614 // time the address above is patched, we have to patch the direct jal/j
2616 // 256 MB page. Note that with the jal/j instructions, we do not need to
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.cc1398 void Assembler::jal(int64_t target) { function in class:v8::Assembler
1438 jal(target);

Completed in 81 milliseconds