Revision 3c9bcb42
libavutil/x86_cpu.h | ||
---|---|---|
38 | 38 |
# define REGa rax |
39 | 39 |
# define REGb rbx |
40 | 40 |
# define REGc rcx |
41 |
# define REGd rdx |
|
41 | 42 |
# define REGSP rsp |
42 | 43 |
|
43 | 44 |
#else |
... | ... | |
56 | 57 |
# define REGa eax |
57 | 58 |
# define REGb ebx |
58 | 59 |
# define REGc ecx |
60 |
# define REGd edx |
|
59 | 61 |
# define REGSP esp |
60 | 62 |
#endif |
61 | 63 |
|
Also available in: Unified diff