repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
vm
/
cpu-x86.32.h
blob
21f07cf2b43c2cab4bb050cff806b7ea6cb42162
1
#define FACTOR_CPU_STRING
"x86.32"
2
3
register
CELL ds
asm
(
"esi"
);
4
register
CELL rs
asm
(
"edi"
);
5
6
#define F_FASTCALL __attribute__ ((regparm (2)))