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

  /dalvik/vm/mterp/x86/
header.S 38 sub FrameSize,%esp # Allocate storage for spill, locals & outs
50 will also have an associated spill location (mostly useful for those assigned
82 /* Spill offsets relative to %ebp */
104 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp)
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 45 sub FrameSize,%esp # Allocate storage for spill, locals & outs
57 will also have an associated spill location (mostly useful for those assigned
89 /* Spill offsets relative to %ebp */
111 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp)
603 SPILL(rIBASE) # preserve rIBASE (cltd trashes it)
617 SPILL(rIBASE) # save rIBASE (cltd trashes it)
680 SPILL(rIBASE)
717 SPILL(rIBASE)
755 SPILL(rIBASE)
780 SPILL(rIBASE
    [all...]

Completed in 1031 milliseconds