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

1 2 3

  /dalvik/vm/mterp/x86/
OP_MOVE_16.S 4 movzwl 4(rPC),%ecx # ecx<- BBBB
5 movzwl 2(rPC),%eax # eax<- AAAA
OP_MOVE_WIDE_16.S 4 movzwl 4(rPC),%ecx # ecx<- BBBB
5 movzwl 2(rPC),%eax # eax<- AAAA
OP_CONST_HIGH16.S 3 movzwl 2(rPC),%eax # eax<- 0000BBBB
OP_CONST_WIDE_HIGH16.S 3 movzwl 2(rPC),%eax # eax<- 0000BBBB
OP_MOVE_WIDE_FROM16.S 4 movzwl 2(rPC),%ecx # ecx<- BBBB
OP_INVOKE_SUPER_QUICK.S 12 movzwl 4(rPC),%eax # eax<- GFED or CCCC
22 movzwl 2(rPC),%eax # eax<- BBBB
OP_INVOKE_VIRTUAL_QUICK.S 11 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
12 movzwl 2(rPC),%ecx # ecx<- BBBB
OP_INVOKE_DIRECT.S 17 movzwl 2(rPC),%eax # eax<- BBBB
21 movzwl 4(rPC),rIBASE # rIBASE<- GFED or CCCC
44 movzwl 2(rPC),%eax # reference (BBBB or CCCC)
OP_INVOKE_VIRTUAL.S 14 movzwl 2(rPC),%ecx # ecx<- BBBB
37 movzwl 4(rPC),%ecx # ecx<- GFED or CCCC
42 movzwl offMethod_methodIndex(%eax),%eax # eax<- baseMethod->methodIndex
OP_CONST_CLASS.S 7 movzwl 2(rPC),%eax # eax<- BBBB
25 movzwl 2(rPC),%ecx # ecx<- BBBB
OP_CONST_STRING.S 7 movzwl 2(rPC),%eax # eax<- BBBB
24 movzwl 2(rPC),%ecx # ecx<- BBBB
OP_INVOKE_INTERFACE.S 12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
26 movzwl 2(rPC),%eax # eax<- BBBB
OP_INVOKE_STATIC.S 12 movzwl 2(rPC),%eax # eax<- BBBB
21 movzwl 2(rPC),%eax
OP_FILLED_NEW_ARRAY.S 13 movzwl 2(rPC),%ecx # ecx<- BBBB
63 movzwl 4(rPC),%ecx # ecx<- FEDC or CCCC
OP_INVOKE_SUPER.S 12 movzwl 2(rPC),%eax # eax<- BBBB
18 movzwl 4(rPC),rINST # rINST<- GFED or CCCC
35 movzwl offMethod_methodIndex(%ecx),%ecx # ecx<- baseMthod->methodIndex
50 movzwl 2(rPC),%ecx # ecx<- BBBB
OP_THROW_VERIFICATION_ERROR.S 9 movzwl 2(rPC),%eax # eax<- BBBB
OP_EXECUTE_INLINE.S 16 movzwl 2(rPC),%eax # eax<- BBBB
38 movzwl 4(rPC),rIBASE
OP_INVOKE_VIRTUAL_JUMBO.S 32 movzwl 8(rPC),%ecx # ecx<- CCCC
34 movzwl offMethod_methodIndex(%eax),%eax # eax<- baseMethod->methodIndex
OP_SGET.S 12 movzwl 2(rPC),%eax # eax<- field ref BBBB
30 movzwl 2(rPC),%eax # eax<- field ref BBBB
OP_SGET_WIDE.S 11 movzwl 2(rPC),%eax # eax<- field ref BBBB
31 movzwl 2(rPC),%eax # eax<- field ref BBBB
OP_SPUT.S 12 movzwl 2(rPC),%eax # eax<- field ref BBBB
30 movzwl 2(rPC),%eax # eax<- field ref BBBB
OP_SPUT_WIDE.S 12 movzwl 2(rPC),%eax # eax<- field ref BBBB
32 movzwl 2(rPC),%eax # eax<- field ref BBBB
header.S 165 movzwl (rPC),rINST
189 movzwl \_count*2(rPC),rINST
197 movzwl (rPC,\_reg,2),rINST
235 movzwl 6(rPC),rINST
  /external/zlib/contrib/asm686/
match.S 180 movzwl (%edi), %ebx
182 movzwl -1(%edi,%eax), %ebx
215 movzwl (%edi,%ecx,2), %ecx
220 LoopEntry: movzwl -1(%esi,%ecx), %eax
224 movzwl (%eax,%ecx), %eax
312 movzwl -1(%edi,%eax), %ebx
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 97 movzwl 12(%ebp), %ecx # %ecx<- argsize in words
128 movzwl %bx, %ecx # %ecx<- %bx; argsize in words
156 movzwl %ax, %eax

Completed in 196 milliseconds

1 2 3