Searched defs:jal (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/src/mips/ |
H A D | assembler-mips.cc | 1155 void Assembler::jal(int32_t target) { function in class:v8::Assembler 1195 jal(target); 2192 // is faster to do a direct jal, or j, rather than jump thru register, since 2194 // time the address above is patched, we have to patch the direct jal/j 2196 // 256 MB page. Note that with the jal/j instructions, we do not need to
|
/external/v8/src/mips/ |
H A D | assembler-mips.cc | 1149 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 1089 milliseconds