Home | History | Annotate | Download | only in X86

Lines Matching refs:eax

7 inc [eax]
9 inc dword ptr [eax]
10 inc word ptr [eax]
11 inc byte ptr [eax]
17 dec [eax]
19 mov [eax], 1
21 and [eax], 0
23 or [eax], 1
25 add [eax], 1
27 sub [eax], 1
32 push [eax]
33 call [eax]
34 jmp [eax]
37 add byte ptr [eax], eax
40 add byte ptr [eax], eax
58 // CHECK: mov dword ptr eax, ebx
59 mov dword ptr eax, ebx