HomeSort by relevance Sort by last modified time
    Searched refs:sReg0 (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/mterp/x86-atom/
OP_MUL_LONG_2ADDR.S 49 movl %edx, sReg0 # sReg0<- A
69 movl sReg0, %edx # %edx<- A
footer.S 150 movl rINST, sReg0 # sReg0<- AA
155 * %ecx=methodToCall, %edx=CCCC, sReg0=count, %eax=&outs (&stackSaveArea)
161 shll $$2, sReg0 # sReg0<- offset
162 subl sReg0, %eax # %eax<- update &outs
163 shrl $$2, sReg0 # sReg0<- offset
167 subl $$1, sReg0 # sReg<- sReg--
170 jne 1b # loop if count (sReg0) not zer
    [all...]
OP_APUT_OBJECT.S 52 movl %edx, sReg0 # save &vBB[vCC]
65 movl sReg0, %edx # restore &vBB[vCC]
OP_FILLED_NEW_ARRAY.S 90 movl %eax, sReg0 # save type
143 cmpb $$'I', sReg0 # check for int array
header.S 79 #define sReg0 4(%ebp)
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 33 movl %ecx,sReg0 # store the two classes for later
45 movl sReg0,%eax # restore the two classes...
OP_CHECK_CAST.S 38 movl %eax,sReg0 # we'll need the desired class on failure
51 movl sReg0,%ecx
header.S 248 #define sReg0 LOCAL0_OFFSET(%ebp)
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 86 #define sReg0 4(%ebp)
    [all...]
InterpAsm-x86.S 255 #define sReg0 LOCAL0_OFFSET(%ebp)
850 movl %eax,sReg0 # we'll need the desired class on failure
863 movl sReg0,%ecx
    [all...]

Completed in 839 milliseconds