OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jal
(Results
1 - 4
of
4
) sorted by null
/external/libffi/src/mips/
n32.S
86
jal
t9
222
jal
t9
229
jal
t9
236
jal
t9
243
jal
t9
250
jal
t9
257
jal
t9
265
jal
t9
273
jal
t9
281
jal
t
[
all
...]
/external/v8/src/mips/
macro-assembler-mips.cc
756
jal
(target.imm32_);
760
jal
(target.imm32_); // will generate only one instruction.
assembler-mips.h
392
void
jal
(int32_t target);
assembler-mips.cc
635
void Assembler::
jal
(int32_t target) {
function in class:v8::internal::Assembler
637
GenInstrJump(
JAL
, target >> 2);
Completed in 15 milliseconds