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

  /dalvik/vm/mterp/x86/
header.S 105 #define UNSPILL(reg) movl reg##_SPILL(%ebp),reg
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 112 #define UNSPILL(reg) movl reg##_SPILL(%ebp),reg
607 UNSPILL(rIBASE) # restore rIBASE
621 UNSPILL(rIBASE) # restore rIBASE
682 UNSPILL(rIBASE)
719 UNSPILL(rIBASE)
757 UNSPILL(rIBASE)
782 UNSPILL(rIBASE)
807 UNSPILL(rIBASE)
855 UNSPILL(rIBASE)
885 UNSPILL(rIBASE
    [all...]

Completed in 44 milliseconds