![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * These are in machine order; things rely on that. 0004 */ 0005 #ifdef CONFIG_64BIT 0006 GEN(rax) 0007 GEN(rcx) 0008 GEN(rdx) 0009 GEN(rbx) 0010 GEN(rsp) 0011 GEN(rbp) 0012 GEN(rsi) 0013 GEN(rdi) 0014 GEN(r8) 0015 GEN(r9) 0016 GEN(r10) 0017 GEN(r11) 0018 GEN(r12) 0019 GEN(r13) 0020 GEN(r14) 0021 GEN(r15) 0022 #else 0023 GEN(eax) 0024 GEN(ecx) 0025 GEN(edx) 0026 GEN(ebx) 0027 GEN(esp) 0028 GEN(ebp) 0029 GEN(esi) 0030 GEN(edi) 0031 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |