Searched defs:jal (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h464 void jal() function in class:JSC::MIPSAssembler
942 if ((*(insn + 2) & 0xfc000000) == 0x0c000000) { // jal
/external/v8/src/mips/
H A Dassembler-mips.cc1149 void Assembler::jal(int32_t target) { function in class:v8::Assembler
1188 jal(target);
2178 // is faster to do a direct jal, or j, rather than jump thru register, since
2180 // time the address above is patched, we have to patch the direct jal/j
2182 // 256 MB page. Note that with the jal/j instructions, we do not need to

Completed in 83 milliseconds