xref: /linux/arch/x86/include/asm/GEN-for-each-reg.h (revision ed4bc1890b4984d0af447ad3cc1f93541623f8f3)
1 #ifdef CONFIG_64BIT
2 GEN(rax)
3 GEN(rbx)
4 GEN(rcx)
5 GEN(rdx)
6 GEN(rsi)
7 GEN(rdi)
8 GEN(rbp)
9 GEN(r8)
10 GEN(r9)
11 GEN(r10)
12 GEN(r11)
13 GEN(r12)
14 GEN(r13)
15 GEN(r14)
16 GEN(r15)
17 #else
18 GEN(eax)
19 GEN(ebx)
20 GEN(ecx)
21 GEN(edx)
22 GEN(esi)
23 GEN(edi)
24 GEN(ebp)
25 #endif
26