Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:edx

21 // CHECK: mov edx,dword ptr $1
22 // CHECK: test edx,edx
25 // CHECK: mov eax,edx
34 // CHECK: mov edx,[ecx]
36 // CHECK: call dword ptr[edx+eax*$$4]
40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}"
44 mov edx,paramCount
45 test edx,edx
47 mov eax,edx
56 mov edx,[ecx]
58 call dword ptr[edx+eax*4]