repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
GEN-for-each-reg.h
blob
1b07fb102c4ed7a00b43849f1fc8fc2d791fbe39
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