Lines Matching defs:eax
25 // CHECK: mov eax,edx
26 // CHECK: shl eax,$$3
27 // CHECK: sub esp,eax
35 // CHECK: mov eax,dword ptr $4
36 // CHECK: call dword ptr[edx+eax*$$4]
40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}"
47 mov eax,edx
48 shl eax,3
49 sub esp,eax
57 mov eax,methodIndex
58 call dword ptr[edx+eax*4]