Home | History | Annotate | Download | only in X86

Lines Matching refs:RAX

18 // CHECK:	movq    (%rsp), %rax
19 mov RAX, QWORD PTR [RSP]
24 // CHECK: movl -24(%rsp,%rax,4), %eax
25 mov EAX, DWORD PTR [RSP + 4*RAX - 24]
48 // CHECK: andq $12, %rax
49 and rax, 12
50 // CHECK: andq $-12, %rax
51 and rax, -12
52 // CHECK: andq $257, %rax
53 and rax, 257
54 // CHECK: andq $-257, %rax
55 and rax, -257
64 // CHECK: movq %fs:320, %rax
65 mov RAX, QWORD PTR FS:[320]