HomeSort by relevance Sort by last modified time
    Searched defs:JALR (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/template/mips/
header.S 347 #define JALR(reg) move rTEMP, ra; \
348 jalr ra, reg; \
  /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...]

Completed in 673 milliseconds