HomeSort by relevance Sort by last modified time
    Searched full:spill (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /dalvik/vm/mterp/x86/
OP_MUL_LONG.S 6 * this code. We must spill rPC (edx) because it
7 * is used by imul. We'll also spill rINST (ebx),
9 * temps. On top of that, we'll spill rIBASE (edi)
16 SPILL(rPC)
17 SPILL(rIBASE)
18 SPILL(rFP)
19 SPILL(rINST_FULL)
OP_MUL_LONG_2ADDR.S 6 * this code. We must spill rPC (edx) because it
7 * is used by imul. We'll also spill rINST (ebx),
9 * temps. On top of that, we'll spill rIBASE (edi)
17 SPILL(rPC)
18 SPILL(rIBASE)
19 SPILL(rFP)
OP_CONST_WIDE_16.S 4 SPILL(rPC)
OP_CONST_WIDE_32.S 4 SPILL(rPC)
OP_MUL_INT_2ADDR.S 7 SPILL(rPC)
OP_MUL_INT_LIT8.S 5 SPILL(rPC)
OP_FILL_ARRAY_DATA.S 7 SPILL(rPC)
OP_MUL_INT.S 8 SPILL(rPC)
OP_SHL_LONG.S 12 /* Need to spill edx */
16 SPILL(rPC) # spill edx
OP_SHR_LONG.S 12 /* Need to spill edx */
16 SPILL(rPC) # spill edx
OP_USHR_LONG.S 12 /* Need to spill edx */
16 SPILL(rPC) # spill edx
OP_INT_TO_LONG.S 6 SPILL(rPC) # will step on edx later
OP_MUL_INT_LIT16.S 8 SPILL(rPC)
OP_THROW_VERIFICATION_ERROR.S 16 SPILL(rPC)
binopWide.S 8 SPILL(rPC)
OP_SHL_LONG_2ADDR.S 8 /* Need to spill edx */
15 SPILL(rPC)
OP_SHR_LONG_2ADDR.S 8 /* Need to spill edx */
15 SPILL(rPC)
OP_USHR_LONG_2ADDR.S 8 /* Need to spill edx */
15 SPILL(rPC)
OP_MONITOR_ENTER.S 19 SPILL(rPC) # have to - caller save
OP_MONITOR_EXIT.S 20 SPILL(rPC)
OP_PACKED_SWITCH.S 19 SPILL(rPC)
bindiv.S 12 SPILL(rPC)
bindiv2addr.S 13 SPILL(rPC)
bindivLit8.S 11 SPILL(rPC)
  /external/libffi/src/ia64/
unix.S 304 /* Spill all of the possible argument registers. */
308 stf.spill [r16] = f8, 32
309 stf.spill [r17] = f9, 32
312 stf.spill [r16] = f10, 32
313 stf.spill [r17] = f11, 32
315 stf.spill [r16] = f12, 32
316 stf.spill [r17] = f13, 32
318 stf.spill [r16] = f14, 32
319 stf.spill [r17] = f15, 24
322 st8.spill [r16] = in0, 1
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 6