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

  /dalvik/vm/mterp/mips/
header.S 224 #define STORE64(rlo, rhi, rbase) STORE64_off(rlo, rhi, rbase, 0)
  /dalvik/vm/compiler/template/mips/
header.S 286 #define STORE64(rlo,rhi,rbase) STORE64_off(rlo,rhi,rbase,0)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 293 #define STORE64(rlo,rhi,rbase) STORE64_off(rlo,rhi,rbase,0)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 231 #define STORE64(rlo, rhi, rbase) STORE64_off(rlo, rhi, rbase, 0)
575 STORE64(a0, a1, a2) # fp[A] <- a0/a1
592 STORE64(a0, a1, a2) # fp[AA] <- a0/a1
609 STORE64(a0, a1, a2) # fp[AAAA] <- a0/a1
685 STORE64(a0, a1, a2) # fp[AA] <- a0/a1
756 STORE64(a0, a1, a3) # retval <- a0/a1
844 STORE64(a0, a1, a3) # vAA <- a0/a1
862 STORE64(a0, a1, a3) # vAA <- a0/a1
883 STORE64(a0, a1, t1) # vAA <- a0/a1
899 STORE64(a0, a1, a3) # vAA <- a0/a
    [all...]

Completed in 109 milliseconds