/development/ndk/platforms/android-9/arch-mips/src/ |
crtbegin_so.S | 71 1: jalr $25
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 354 #define JALR(reg) move rTEMP, ra; \ 355 jalr ra, reg; \ 484 JALR(t9) 508 JALR(ra) # punt to interpreter and compare state 528 JALR(t2) # jump to the chaining cell 542 JALR(a2) # exit the interpreter 615 JALR(t9) 692 jalr t9 827 JALR(t9) # off to the native code 840 JALR(t9) # off to the native cod [all...] |
/external/v8/src/mips/ |
assembler-mips.cc | 540 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); 560 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR; 1161 void Assembler::jalr(Register rs, Register rd) { function in class:v8::Assembler [all...] |
assembler-mips-inl.h | 136 // that is the address of the instruction that follows J/JAL/JR/JALR 282 (instr2 & kFunctionFieldMask) == JALR)));
|
debug-mips.cc | 82 // having been patched with li/call psuedo-instrunction (liu/ori/jalr). 105 // call t9 (jalr t9 / nop instruction pair)
|
/external/llvm/test/CodeGen/Mips/ |
mips64-f128.ll | 544 ; CHECK: jalr $25 557 ; CHECK: jalr $25 586 ; CHECK: jalr $25 603 ; CHECK: jalr $25 634 ; CHECK: jalr $25
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenFactory.cpp | 330 * We're jumping from a trace to a template. Using jal is preferable to jalr, 333 * different 256mb regions then use jalr. The test below is very conservative
|
/dalvik/vm/compiler/template/mips/ |
header.S | 347 #define JALR(reg) move rTEMP, ra; \ 348 jalr ra, reg; \
|
TEMPLATE_MEM_OP_DECODE.S | 89 JALR(a2)
|
/bionic/libc/arch-mips/bionic/ |
crtbegin.S | 123 1: jalr $25
|
/system/core/libcorkscrew/arch-mips/ |
backtrace-mips.c | 68 return pc-8; /* jal/bal/jalr + branch delay slot */
|
/external/valgrind/main/VEX/priv/ |
host_mips_defs.c | [all...] |
/external/oprofile/events/mips/74K/ |
events.h | 43 "22-0 Graduated JALR/JALR.HB instructions"},
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-mips32-linux.S | 158 4 = jalr $9 173 4 = jalr $9
|
/external/valgrind/main/none/tests/mips32/ |
branches.c | 95 "jalr $t1, $t0\n\t" \ 110 printf("J JALR JR :: %d, RSval: %d\n", \ 674 printf("j, jalr, jr \n");
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | [all...] |
MipsCodeEmitter.cpp | 309 BuildMI(MBB, &*MI, MI->getDebugLoc(), II->get(Mips::JALR), Mips::RA)
|
MipsJITInfo.cpp | 223 // jalr t8, t9
|
Mips64InstrInfo.td | 172 def JALR64 : JumpLinkReg<"jalr", CPU64Regs>, JALR_FM; 333 def : InstAlias<"jalr $rs", (JALR64 RA_64, CPU64Regs:$rs)>,
|
/dalvik/vm/mterp/mips/ |
footer.S | 685 jalr t9 716 jalr t9 785 jalr t9 [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
uaccess.h | 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
|
/dalvik/vm/arch/mips/ |
CallO32.S | 236 jalr $t9
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
uaccess.h | 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
uaccess.h | 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
uaccess.h | 71 #define __MODULE_JAL(destination) ".set\tnoat\n\t" __UA_LA "\t$1, " #destination "\n\t" "jalr\t$1\n\t" ".set\tat\n\t"
|