HomeSort by relevance Sort by last modified time
    Searched refs:movzbl (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /dalvik/vm/mterp/x86/
OP_MUL_INT.S 6 movzbl 2(rPC),%eax # eax<- BB
7 movzbl 3(rPC),%ecx # ecx<- CC
binflop.S 7 movzbl 2(rPC),%eax # eax<- CC
8 movzbl 3(rPC),%ecx # ecx<- BB
binop.S 12 movzbl 2(rPC),%eax # eax<- BB
13 movzbl 3(rPC),%ecx # ecx<- CC
binop1.S 7 movzbl 2(rPC),%eax # eax<- BB
8 movzbl 3(rPC),%ecx # ecx<- CC
OP_IGET_QUICK.S 5 movzbl rINSTbl,%ecx # ecx<- BA
OP_IGET_WIDE_QUICK.S 5 movzbl rINSTbl,%ecx # ecx<- BA
OP_IPUT_OBJECT_QUICK.S 5 movzbl rINSTbl,%ecx # ecx<- BA
OP_IPUT_QUICK.S 5 movzbl rINSTbl,%ecx # ecx<- BA
OP_IPUT_WIDE_QUICK.S 5 movzbl rINSTbl,%ecx # ecx<- BA
OP_REM_FLOAT.S 3 movzbl 3(rPC),%ecx # ecx<- BB
4 movzbl 2(rPC),%eax # eax<- CC
7 movzbl rINSTbl,%ecx # ecx<- AA
OP_BREAKPOINT.S 16 movzbl 1(rPC),rINST
binopLit8.S 13 movzbl 2(rPC),%eax # eax<- BB
OP_REM_DOUBLE.S 3 movzbl 3(rPC),%ecx # ecx<- BB
4 movzbl 2(rPC),%eax # eax<- CC
OP_SHR_LONG.S 14 movzbl 2(rPC),%eax # eax<- BB
15 movzbl 3(rPC),%ecx # ecx<- CC
binopWide.S 6 movzbl 2(rPC),%eax # eax<- BB
7 movzbl 3(rPC),%ecx # ecx<- CC
OP_CONST_WIDE.S 4 movzbl rINSTbl,%ecx # ecx<- AA
OP_MOVE.S 4 movzbl rINSTbl,%eax # eax<- BA
OP_MOVE_WIDE_FROM16.S 5 movzbl rINSTbl,%eax # eax<- AAAA
OP_MUL_INT_LIT8.S 3 movzbl 2(rPC),%eax # eax<- BB
binopLit16.S 12 movzbl rINSTbl,%eax # eax<- 000000BA
fpcvt.S 6 movzbl rINSTbl,%ecx # ecx<- A+
unop.S 7 movzbl rINSTbl,%ecx # ecx<- A+
OP_AGET.S 9 movzbl 2(rPC),%eax # eax<- BB
10 movzbl 3(rPC),%ecx # ecx<- CC
  /dalvik/vm/mterp/x86-atom/
header.S 205 movzbl (\_count*2)(rPC), \_reg
216 movzbl (\_count*2 + 1)(rPC), \_reg
237 movzbl (\_count*2+\_byte)(rPC), \_reg
245 movzbl rINSTbl, \_reg
267 movzbl (rPC), \_rFinish
271 movzbl 1(rPC), rINST
282 movzbl (\_count*2)(rPC), \_rFinish
286 movzbl (\_count*2 + 1)(rPC), rINST
298 movzbl (\_reg, rPC), \_rFinish
302 movzbl 1(\_reg, rPC), rINS
    [all...]
  /bionic/libc/arch-x86/string/
memcmp.S 38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
39 movzbl -1(%esi),%edx

Completed in 163 milliseconds

1 2 3 4